#A0753A
A medium, moderate orange closely aligning with Peru.
About #A0753A
The precise color #A0753A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Peru. This translates to an RGB value of rgb(160, 117, 58).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 27% magenta inks. The HSL representation is 34.7° hue, 46.8% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0753A
RGB160, 117, 58
HSL34.7°, 46.8%, 42.7%
CMYK0%, 27%, 64%, 37%
HSV34.7°, 63.8%, 62.7%
LAB52.4, 10.4, 38.5
XYZ21.6, 20.5, 6.8
Decimal10515770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0753A;
}
.text-color {
color: #A0753A;
}
.border-color {
border: 2px solid #A0753A;
}