Shades of Sienna #A0562C
Tints of Sienna #A0562C
RGB
CMYK
RGB Variations
Color information
#A0562C (or 0xA0562C) is known color: Sienna. HEX triplet: A0, 56 and 2C. RGB value is (160,86,44). Sum of RGB (Red+Green+Blue) = 160+86+44=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0562C is #5FA9D3. Grayscale: #676767. Windows color (decimal): -6269396 or 2905760. OLE color: 2905760.
HSL color Cylindrical-coordinate representation of color #A0562C: hue angle of 21.72º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0562C is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 44 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.37 |
| HSL | 21.72º | 0.57% | 0.4% | - |
| HSV(B) | 21.72º | 0.73% | 0.63% | - |
| XYZ | 18.28 | 14.31 | 4.18 | - |
| YUV | 103.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 44 | 0 | 0.46 | 0.72 | 0.37 | 21.72 | 0.57 | 0.4 |
| Hex | A0 | 56 | 2C | 0 | 2E | 48 | 25 | 16 | 39 | 28 |
| Octal | 240 | 126 | 54 | 0 | 56 | 110 | 45 | 26 | 71 | 50 |
| Binary | 10100000 | 1010110 | 101100 | 0 | 101110 | 1001000 | 100101 | 10110 | 111001 | 101000 |
Color Harmonies of #A0562C
Complementary color
Monochromatic Colors of #A0562C
Black with #A0562C
Text Example
Text Example
White with #A0562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0562C; }
p { color: rgb(160,86,44); }
H1.HeaderClassName
{
color: #A0562C;
}
.AnyTagClassName
{
color: #A0562C;
}
</style>
background-color css
<style>
a { background-color: #A0562C; }
a { background-color: rgb(160,86,44); }
div.DivClassName
{
background-color: #A0562C;
}
.BgClassName
{
background-color: #A0562C;
}
</style>
border-color css
<style>
span { border-color: #A0562C; }
span { border-color: rgb(160,86,44); }
td.TdClassName
{
border-color: #A0562C;
}
.TagClassName
{
border-color: #A0562C;
}
</style>