#AF5707
A dark, vivid orange closely aligning with Chocolate.
About #AF5707
At its core, #AF5707 is a dark and vivid hue. Designers often compare it to the standard color Chocolate. This translates to an RGB value of rgb(175, 87, 7).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF5707
RGB175, 87, 7
HSL28.6°, 92.3%, 35.7%
CMYK0%, 50%, 96%, 31%
HSV28.6°, 96.0%, 68.6%
LAB46.9, 31.7, 54.3
XYZ21.1, 15.9, 2.2
Decimal11491079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.01:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF5707;
}
.text-color {
color: #AF5707;
}
.border-color {
border: 2px solid #AF5707;
}