Sienna color: code #A0522D
Sienna
#A0522D
Color codes
- HEX
#A0522D - RGB
rgb(160, 82, 45) - HSL
hsl(19, 56%, 40%) - HSV
hsv(19, 72%, 63%) - CMYK
cmyk(0%, 49%, 72%, 37%) - LAB
lab(43.8% 29.3 35.6) - OKLCH
oklch(52.7% 0.115 44.6)
About the color Sienna
Sienna has the HEX code #A0522D, which corresponds to rgb(160, 82, 45) in the RGB model. On the color wheel its hue sits at 19°, with 56% saturation and 40% lightness (hsl(19, 56%, 40%)).
Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.
As a background it calls for light text: white reaches a 5.61:1 contrast ratio on it, versus 3.73:1 for black.
For print, the approximate conversion is cmyk(0%, 49%, 72%, 37%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Sienna
Complementary
#A0522D · #2D7B9F
Analogous
#9F2D42 · #A0522D · #9F8A2D
Triadic
#A0522D · #2D9F51 · #512D9F
Tetradic
#A0522D · #429F2D · #2D7B9F · #8A2D9F
Split-complementary
#A0522D · #2D9F8A · #2D429F
Monochromatic
#3C1E11 · #773D22 · #A0522D · #CD754C · #DDA388
Sienna with white and black text
How to use it in CSS
:root {
--color-sienna: #A0522D;
--color-sienna-rgb: 160, 82, 45;
}
.elemento {
background-color: var(--color-sienna);
color: #FFFFFF;
}