Shades of Sienna #A2562B
Tints of Sienna #A2562B
RGB
CMYK
RGB Variations
Color information
#A2562B (or 0xA2562B) is known color: Sienna. HEX triplet: A2, 56 and 2B. RGB value is (162,86,43). Sum of RGB (Red+Green+Blue) = 162+86+43=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2562B is #5DA9D4. Grayscale: #686868. Windows color (decimal): -6138325 or 2840226. OLE color: 2840226.
HSL color Cylindrical-coordinate representation of color #A2562B: hue angle of 21.68º degrees, saturation: 0.58, 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 #A2562B is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 43 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.36 |
| HSL | 21.68º | 0.58% | 0.4% | - |
| HSV(B) | 21.68º | 0.73% | 0.64% | - |
| XYZ | 18.66 | 14.51 | 4.1 | - |
| YUV | 103.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 43 | 0 | 0.47 | 0.73 | 0.36 | 21.68 | 0.58 | 0.4 |
| Hex | A2 | 56 | 2B | 0 | 2F | 49 | 24 | 16 | 3A | 28 |
| Octal | 242 | 126 | 53 | 0 | 57 | 111 | 44 | 26 | 72 | 50 |
| Binary | 10100010 | 1010110 | 101011 | 0 | 101111 | 1001001 | 100100 | 10110 | 111010 | 101000 |
Color Harmonies of #A2562B
Complementary color
Monochromatic Colors of #A2562B
Black with #A2562B
Text Example
Text Example
White with #A2562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2562B; }
p { color: rgb(162,86,43); }
H1.HeaderClassName
{
color: #A2562B;
}
.AnyTagClassName
{
color: #A2562B;
}
</style>
background-color css
<style>
a { background-color: #A2562B; }
a { background-color: rgb(162,86,43); }
div.DivClassName
{
background-color: #A2562B;
}
.BgClassName
{
background-color: #A2562B;
}
</style>
border-color css
<style>
span { border-color: #A2562B; }
span { border-color: rgb(162,86,43); }
td.TdClassName
{
border-color: #A2562B;
}
.TagClassName
{
border-color: #A2562B;
}
</style>