#AF8A6D
A medium, muted orange closely aligning with Tan.
About #AF8A6D
At its core, #AF8A6D is a medium and muted hue. Designers often compare it to the standard color Tan. This translates to an RGB value of rgb(175, 138, 109).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 21% Magenta, 38% Yellow, and 31% Black. The HSL representation is 26.4° hue, 29.2% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF8A6D
RGB175, 138, 109
HSL26.4°, 29.2%, 55.7%
CMYK0%, 21%, 38%, 31%
HSV26.4°, 37.7%, 68.6%
LAB60.2, 10.0, 20.9
XYZ29.5, 28.4, 18.4
Decimal11504237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8A6D;
}
.text-color {
color: #AF8A6D;
}
.border-color {
border: 2px solid #AF8A6D;
}