#AF4916
A dark, vivid orange closely aligning with Chocolate.
About #AF4916
Visually, #AF4916 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(175, 73, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 58% Magenta, 87% Yellow, and 31% Black. The HSL representation is 20.0° hue, 77.7% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF4916
RGB175, 73, 22
HSL20.0°, 77.7%, 38.6%
CMYK0%, 58%, 87%, 31%
HSV20.0°, 87.4%, 68.6%
LAB44.1, 39.2, 47.7
XYZ20.2, 13.9, 2.4
Decimal11487510
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4916;
}
.text-color {
color: #AF4916;
}
.border-color {
border: 2px solid #AF4916;
}