#AF7C07
A dark, vivid orange closely aligning with Darkgoldenrod.
About #AF7C07
Visually, #AF7C07 is defined as a vivid orange. Designers often compare it to the standard color Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 124, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 29% M, 96% Y, and 31% K. With a hue angle of 41.8 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF7C07
RGB175, 124, 7
HSL41.8°, 92.3%, 35.7%
CMYK0%, 29%, 96%, 31%
HSV41.8°, 96.0%, 68.6%
LAB55.6, 11.3, 60.3
XYZ24.9, 23.5, 3.4
Decimal11500551
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.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7C07;
}
.text-color {
color: #AF7C07;
}
.border-color {
border: 2px solid #AF7C07;
}