#AF7C0F
A dark, vivid orange closely aligning with Darkgoldenrod.
About #AF7C0F
The hex code #AF7C0F represents a beautifully specific shade of orange. Designers often compare it to the standard color Darkgoldenrod. This translates to an RGB value of rgb(175, 124, 15).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 29% M, 91% Y, and 31% K. The HSL representation is 40.9° hue, 84.2% saturation, and 37.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AF7C0F
RGB175, 124, 15
HSL40.9°, 84.2%, 37.3%
CMYK0%, 29%, 91%, 31%
HSV40.9°, 91.4%, 68.6%
LAB55.6, 11.4, 58.8
XYZ25.0, 23.6, 3.7
Decimal11500559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7C0F;
}
.text-color {
color: #AF7C0F;
}
.border-color {
border: 2px solid #AF7C0F;
}