#AFA075
A medium, muted orange closely aligning with Tan.
About #AFA075
The hex code #AFA075 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Tan. Its digital footprint relies on 175 parts red, 160 parts green, and 117 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 9% Magenta, 33% Yellow, and 31% Black. With a hue angle of 44.5 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFA075
RGB175, 160, 117
HSL44.5°, 26.6%, 57.3%
CMYK0%, 9%, 33%, 31%
HSV44.5°, 33.1%, 68.6%
LAB66.2, -1.1, 24.4
XYZ33.5, 35.5, 21.9
Decimal11509877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.11:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AFA075;
}
.text-color {
color: #AFA075;
}
.border-color {
border: 2px solid #AFA075;
}