#A07C6D
A medium, muted orange closely aligning with Rosybrown.
About #A07C6D
Visually, #A07C6D is defined as a muted orange. It is closely associated with the named CSS color Rosybrown. Its digital footprint relies on 160 parts red, 124 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 22% magenta, 32% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A07C6D
RGB160, 124, 109
HSL17.6°, 21.2%, 52.7%
CMYK0%, 22%, 32%, 37%
HSV17.6°, 31.9%, 62.7%
LAB55.1, 11.7, 13.5
XYZ24.5, 23.0, 17.6
Decimal10517613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07C6D;
}
.text-color {
color: #A07C6D;
}
.border-color {
border: 2px solid #A07C6D;
}