#AF5F0F
A dark, vivid orange closely aligning with Chocolate.
About #AF5F0F
The hex code #AF5F0F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(175, 95, 15).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 46% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF5F0F
RGB175, 95, 15
HSL30.0°, 84.2%, 37.3%
CMYK0%, 46%, 91%, 31%
HSV30.0°, 91.4%, 68.6%
LAB48.7, 27.6, 53.6
XYZ21.9, 17.3, 2.6
Decimal11493135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF5F0F;
}
.text-color {
color: #AF5F0F;
}
.border-color {
border: 2px solid #AF5F0F;
}