#A16207
Tailwind yellow-700
#A16207 is a orange colour. In RGB it is 161 red, 98 green and 7 blue, which converts to a hue of 35 degrees, 92% saturation and 33% lightness. It is Tailwind yellow-700 in that design system's palette.
Color values
| HEX | #A16207 |
|---|---|
| RGB | rgb(161, 98, 7) |
| HSL | hsl(35, 92%, 33%) |
| HSV | hsv(35, 96%, 63%) |
| CMYK | cmyk(0%, 39%, 96%, 37%) |
Contrast and accessibility
Against white the contrast ratio is 4.92:1, and against black it is 4.27: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 | 4.92:1 | AA | AAA |
| Black | 4.27:1 | Fail | AA |
Tints and shades
Lighter tints move #A16207 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A16207; |
|---|---|
| CSS rgb() | color: rgb(161 98 7); |
| Tailwind | bg-[#a16207] |
| SwiftUI | Color(red: 0.631, green: 0.384, blue: 0.027) |
| Android | Color.parseColor("#A16207") |
Closest named color
The nearest CSS colour keyword to #A16207 is sienna (#A0522D).