#AF5F1D
A medium, vivid orange closely aligning with Saddlebrown.
About #AF5F1D
At its core, #AF5F1D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 95, and 29.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 46% M, 83% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF5F1D
RGB175, 95, 29
HSL27.1°, 71.6%, 40.0%
CMYK0%, 46%, 83%, 31%
HSV27.1°, 83.4%, 68.6%
LAB48.7, 27.9, 48.9
XYZ22.0, 17.4, 3.4
Decimal11493149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.69:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF5F1D;
}
.text-color {
color: #AF5F1D;
}
.border-color {
border: 2px solid #AF5F1D;
}