#A8AF3A
A medium, moderate yellow closely aligning with Olive.
About #A8AF3A
The precise color #A8AF3A 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(168, 175, 58).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 4% cyan, 0% magenta, 67% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8AF3A
RGB168, 175, 58
HSL63.6°, 50.2%, 45.7%
CMYK4%, 0%, 67%, 31%
HSV63.6°, 66.9%, 68.6%
LAB69.0, -17.5, 56.6
XYZ32.2, 39.3, 9.9
Decimal11054906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.86:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8AF3A;
}
.text-color {
color: #A8AF3A;
}
.border-color {
border: 2px solid #A8AF3A;
}