#A08A16
A dark, vivid yellow closely aligning with Olive.
About #A08A16
When working with digital screens, the color #A08A16 is rendered by mixing light. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(160, 138, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 14% Magenta, 86% Yellow, and 37% Black. The HSL representation is 50.4° hue, 75.8% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A08A16
RGB160, 138, 22
HSL50.4°, 75.8%, 35.7%
CMYK0%, 14%, 86%, 37%
HSV50.4°, 86.2%, 62.7%
LAB57.8, -3.1, 58.2
XYZ23.7, 25.7, 4.5
Decimal10521110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A08A16;
}
.text-color {
color: #A08A16;
}
.border-color {
border: 2px solid #A08A16;
}