#A08A49
A medium, moderate orange closely aligning with Darkkhaki.
About #A08A49
At its core, #A08A49 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(160, 138, 73).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 14% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A08A49
RGB160, 138, 73
HSL44.8°, 37.3%, 45.7%
CMYK0%, 14%, 54%, 37%
HSV44.8°, 54.4%, 62.7%
LAB58.2, -0.2, 37.5
XYZ24.8, 26.1, 10.0
Decimal10521161
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A08A49;
}
.text-color {
color: #A08A49;
}
.border-color {
border: 2px solid #A08A49;
}