#A05007
A dark, vivid orange closely aligning with Saddlebrown.
About #A05007
Visually, #A05007 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 160 red, 80 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 50% magenta, 96% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark 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#A05007
RGB160, 80, 7
HSL28.6°, 91.6%, 32.7%
CMYK0%, 50%, 96%, 37%
HSV28.6°, 95.6%, 62.7%
LAB43.1, 29.2, 50.6
XYZ17.4, 13.2, 1.8
Decimal10506247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05007;
}
.text-color {
color: #A05007;
}
.border-color {
border: 2px solid #A05007;
}