#A0920F
A dark, vivid yellow closely aligning with Olive.
About #A0920F
The hex code #A0920F represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(160, 146, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0920F
RGB160, 146, 15
HSL54.2°, 82.9%, 34.3%
CMYK0%, 9%, 91%, 37%
HSV54.2°, 90.6%, 62.7%
LAB59.9, -7.6, 61.5
XYZ24.9, 28.1, 4.6
Decimal10523151
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: #A0920F;
}
.text-color {
color: #A0920F;
}
.border-color {
border: 2px solid #A0920F;
}