#A88A5F
A medium, muted orange closely aligning with Tan.
About #A88A5F
The hex code #A88A5F represents a beautifully specific shade of orange. It is closely associated with the named CSS color Tan. Its digital footprint relies on 168 parts red, 138 parts green, and 95 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 18% Magenta, 43% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A88A5F
RGB168, 138, 95
HSL35.3°, 29.6%, 51.6%
CMYK0%, 18%, 43%, 34%
HSV35.3°, 43.5%, 65.9%
LAB59.3, 5.4, 27.3
XYZ27.3, 27.3, 14.7
Decimal11045471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.47:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A88A5F;
}
.text-color {
color: #A88A5F;
}
.border-color {
border: 2px solid #A88A5F;
}