#AF5700
A dark, vivid orange closely aligning with Chocolate.
About #AF5700
When working with digital screens, the color #AF5700 is rendered by mixing light. Designers often compare it to the standard color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 87, and 0.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. With a hue angle of 29.8 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF5700
RGB175, 87, 0
HSL29.8°, 100.0%, 34.3%
CMYK0%, 50%, 100%, 31%
HSV29.8°, 100.0%, 68.6%
LAB46.9, 31.6, 56.0
XYZ21.1, 15.9, 2.0
Decimal11491072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02: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: #AF5700;
}
.text-color {
color: #AF5700;
}
.border-color {
border: 2px solid #AF5700;
}