Shades of Sienna #A2562C
Tints of Sienna #A2562C
RGB
CMYK
RGB Variations
Color information
#A2562C (or 0xA2562C) is known color: Sienna. HEX triplet: A2, 56 and 2C. RGB value is (162,86,44). Sum of RGB (Red+Green+Blue) = 162+86+44=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2562C is #5DA9D3. Grayscale: #686868. Windows color (decimal): -6138324 or 2905762. OLE color: 2905762.
HSL color Cylindrical-coordinate representation of color #A2562C: hue angle of 21.36º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2562C is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 44 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.36 |
| HSL | 21.36º | 0.57% | 0.4% | - |
| HSV(B) | 21.36º | 0.73% | 0.64% | - |
| XYZ | 18.68 | 14.52 | 4.2 | - |
| YUV | 103.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 44 | 0 | 0.47 | 0.73 | 0.36 | 21.36 | 0.57 | 0.4 |
| Hex | A2 | 56 | 2C | 0 | 2F | 49 | 24 | 15 | 39 | 28 |
| Octal | 242 | 126 | 54 | 0 | 57 | 111 | 44 | 25 | 71 | 50 |
| Binary | 10100010 | 1010110 | 101100 | 0 | 101111 | 1001001 | 100100 | 10101 | 111001 | 101000 |
Color Harmonies of #A2562C
Complementary color
Monochromatic Colors of #A2562C
Black with #A2562C
Text Example
Text Example
White with #A2562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2562C; }
p { color: rgb(162,86,44); }
H1.HeaderClassName
{
color: #A2562C;
}
.AnyTagClassName
{
color: #A2562C;
}
</style>
background-color css
<style>
a { background-color: #A2562C; }
a { background-color: rgb(162,86,44); }
div.DivClassName
{
background-color: #A2562C;
}
.BgClassName
{
background-color: #A2562C;
}
</style>
border-color css
<style>
span { border-color: #A2562C; }
span { border-color: rgb(162,86,44); }
td.TdClassName
{
border-color: #A2562C;
}
.TagClassName
{
border-color: #A2562C;
}
</style>