Sienna color: code #A0522D

Sienna

#A0522D

Color codes

  • HEX#A0522D
  • RGBrgb(160, 82, 45)
  • HSLhsl(19, 56%, 40%)
  • HSVhsv(19, 72%, 63%)
  • CMYKcmyk(0%, 49%, 72%, 37%)
  • LABlab(43.8% 29.3 35.6)
  • OKLCHoklch(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

White text Aa Bb Cc 123
5.61:1 · AA
Black text Aa Bb Cc 123
3.73:1 · large text only

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-sienna: #A0522D;
  --color-sienna-rgb: 160, 82, 45;
}

.elemento {
  background-color: var(--color-sienna);
  color: #FFFFFF;
}