Shades of Sienna #A2562E
Tints of Sienna #A2562E
RGB
CMYK
RGB Variations
Color information
#A2562E (or 0xA2562E) is known color: Sienna. HEX triplet: A2, 56 and 2E. RGB value is (162,86,46). Sum of RGB (Red+Green+Blue) = 162+86+46=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2562E is #5DA9D1. Grayscale: #686868. Windows color (decimal): -6138322 or 3036834. OLE color: 3036834.
HSL color Cylindrical-coordinate representation of color #A2562E: hue angle of 20.69º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2562E is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 46 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.36 |
| HSL | 20.69º | 0.56% | 0.41% | - |
| HSV(B) | 20.69º | 0.72% | 0.64% | - |
| XYZ | 18.72 | 14.53 | 4.4 | - |
| YUV | 104.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 46 | 0 | 0.47 | 0.72 | 0.36 | 20.69 | 0.56 | 0.41 |
| Hex | A2 | 56 | 2E | 0 | 2F | 48 | 24 | 15 | 38 | 29 |
| Octal | 242 | 126 | 56 | 0 | 57 | 110 | 44 | 25 | 70 | 51 |
| Binary | 10100010 | 1010110 | 101110 | 0 | 101111 | 1001000 | 100100 | 10101 | 111000 | 101001 |
Color Harmonies of #A2562E
Complementary color
Monochromatic Colors of #A2562E
Black with #A2562E
Text Example
Text Example
White with #A2562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2562E; }
p { color: rgb(162,86,46); }
H1.HeaderClassName
{
color: #A2562E;
}
.AnyTagClassName
{
color: #A2562E;
}
</style>
background-color css
<style>
a { background-color: #A2562E; }
a { background-color: rgb(162,86,46); }
div.DivClassName
{
background-color: #A2562E;
}
.BgClassName
{
background-color: #A2562E;
}
</style>
border-color css
<style>
span { border-color: #A2562E; }
span { border-color: rgb(162,86,46); }
td.TdClassName
{
border-color: #A2562E;
}
.TagClassName
{
border-color: #A2562E;
}
</style>