#A06D3A
A medium, moderate orange closely aligning with Sienna.
About #A06D3A
Visually, #A06D3A is defined as a moderate orange. Designers often compare it to the standard color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 109, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 32% Magenta, 64% Yellow, and 37% Black. The HSL representation is 30.0° hue, 46.8% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A06D3A
RGB160, 109, 58
HSL30.0°, 46.8%, 42.7%
CMYK0%, 32%, 64%, 37%
HSV30.0°, 63.8%, 62.7%
LAB50.4, 15.0, 36.1
XYZ20.7, 18.7, 6.5
Decimal10513722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D3A;
}
.text-color {
color: #A06D3A;
}
.border-color {
border: 2px solid #A06D3A;
}