#A09207
A dark, vivid yellow closely aligning with Olive.
About #A09207
The precise color #A09207 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(160, 146, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. The HSL representation is 54.5° hue, 91.6% saturation, and 32.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A09207
RGB160, 146, 7
HSL54.5°, 91.6%, 32.7%
CMYK0%, 9%, 96%, 37%
HSV54.5°, 95.6%, 62.7%
LAB59.9, -7.7, 62.8
XYZ24.8, 28.0, 4.3
Decimal10523143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.61:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A09207;
}
.text-color {
color: #A09207;
}
.border-color {
border: 2px solid #A09207;
}