#A0A033
A medium, moderate yellow closely aligning with Olive.
About #A0A033
At its core, #A0A033 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(160, 160, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 0% magenta, 68% yellow, and 37% black. The HSL representation is 60.0° hue, 51.7% saturation, and 41.4% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0A033
RGB160, 160, 51
HSL60.0°, 51.7%, 41.4%
CMYK0%, 0%, 68%, 37%
HSV60.0°, 68.1%, 62.7%
LAB64.0, -13.6, 54.2
XYZ27.7, 32.9, 8.0
Decimal10526771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.57:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A033;
}
.text-color {
color: #A0A033;
}
.border-color {
border: 2px solid #A0A033;
}