#A0522D
sienna
#A0522D is a orange colour. In RGB it is 160 red, 82 green and 45 blue, which converts to a hue of 19 degrees, 56% saturation and 40% lightness. It is one of the named CSS colours, written as sienna in stylesheets.
Color values
| HEX | #A0522D |
|---|---|
| RGB | rgb(160, 82, 45) |
| HSL | hsl(19, 56%, 40%) |
| HSV | hsv(19, 72%, 63%) |
| CMYK | cmyk(0%, 49%, 72%, 37%) |
Contrast and accessibility
Against white the contrast ratio is 5.62:1, and against black it is 3.74:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 5.62:1 | AA | AAA |
| Black | 3.74:1 | Fail | AA |
Tints and shades
Lighter tints move #A0522D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A0522D; |
|---|---|
| CSS rgb() | color: rgb(160 82 45); |
| Tailwind | bg-[#a0522d] |
| SwiftUI | Color(red: 0.627, green: 0.322, blue: 0.176) |
| Android | Color.parseColor("#A0522D") |