Shades of Sienna #A2542C
Tints of Sienna #A2542C
RGB
CMYK
RGB Variations
Color information
#A2542C (or 0xA2542C) is known color: Sienna. HEX triplet: A2, 54 and 2C. RGB value is (162,84,44). Sum of RGB (Red+Green+Blue) = 162+84+44=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2542C is #5DABD3. Grayscale: #676767. Windows color (decimal): -6138836 or 2905250. OLE color: 2905250.
HSL color Cylindrical-coordinate representation of color #A2542C: hue angle of 20.34º 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 #A2542C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 44 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.36 |
| HSL | 20.34º | 0.57% | 0.4% | - |
| HSV(B) | 20.34º | 0.73% | 0.64% | - |
| XYZ | 18.53 | 14.2 | 4.15 | - |
| YUV | 102.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 44 | 0 | 0.48 | 0.73 | 0.36 | 20.34 | 0.57 | 0.4 |
| Hex | A2 | 54 | 2C | 0 | 30 | 49 | 24 | 14 | 39 | 28 |
| Octal | 242 | 124 | 54 | 0 | 60 | 111 | 44 | 24 | 71 | 50 |
| Binary | 10100010 | 1010100 | 101100 | 0 | 110000 | 1001001 | 100100 | 10100 | 111001 | 101000 |
Color Harmonies of #A2542C
Complementary color
Monochromatic Colors of #A2542C
Black with #A2542C
Text Example
Text Example
White with #A2542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2542C; }
p { color: rgb(162,84,44); }
H1.HeaderClassName
{
color: #A2542C;
}
.AnyTagClassName
{
color: #A2542C;
}
</style>
background-color css
<style>
a { background-color: #A2542C; }
a { background-color: rgb(162,84,44); }
div.DivClassName
{
background-color: #A2542C;
}
.BgClassName
{
background-color: #A2542C;
}
</style>
border-color css
<style>
span { border-color: #A2542C; }
span { border-color: rgb(162,84,44); }
td.TdClassName
{
border-color: #A2542C;
}
.TagClassName
{
border-color: #A2542C;
}
</style>