#A0AF75
A medium, muted green closely aligning with Darkkhaki.
About #A0AF75
The precise color #A0AF75 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 175, and 117.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 0% magenta, 33% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0AF75
RGB160, 175, 117
HSL75.5°, 26.6%, 57.3%
CMYK9%, 0%, 33%, 31%
HSV75.5°, 33.1%, 68.6%
LAB69.1, -15.1, 28.1
XYZ33.0, 39.4, 22.7
Decimal10530677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.88:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF75;
}
.text-color {
color: #A0AF75;
}
.border-color {
border: 2px solid #A0AF75;
}