Shades of Sienna #A2522E
Tints of Sienna #A2522E
RGB
CMYK
RGB Variations
Color information
#A2522E (or 0xA2522E) is known color: Sienna. HEX triplet: A2, 52 and 2E. RGB value is (162,82,46). Sum of RGB (Red+Green+Blue) = 162+82+46=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2522E is #5DADD1. Grayscale: #666666. Windows color (decimal): -6139346 or 3035810. OLE color: 3035810.
HSL color Cylindrical-coordinate representation of color #A2522E: hue angle of 18.62º 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 #A2522E is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 46 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.36 |
| HSL | 18.62º | 0.56% | 0.41% | - |
| HSV(B) | 18.62º | 0.72% | 0.64% | - |
| XYZ | 18.41 | 13.91 | 4.3 | - |
| YUV | 101.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 46 | 0 | 0.49 | 0.72 | 0.36 | 18.62 | 0.56 | 0.41 |
| Hex | A2 | 52 | 2E | 0 | 31 | 48 | 24 | 13 | 38 | 29 |
| Octal | 242 | 122 | 56 | 0 | 61 | 110 | 44 | 23 | 70 | 51 |
| Binary | 10100010 | 1010010 | 101110 | 0 | 110001 | 1001000 | 100100 | 10011 | 111000 | 101001 |
Color Harmonies of #A2522E
Complementary color
Monochromatic Colors of #A2522E
Black with #A2522E
Text Example
Text Example
White with #A2522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2522E; }
p { color: rgb(162,82,46); }
H1.HeaderClassName
{
color: #A2522E;
}
.AnyTagClassName
{
color: #A2522E;
}
</style>
background-color css
<style>
a { background-color: #A2522E; }
a { background-color: rgb(162,82,46); }
div.DivClassName
{
background-color: #A2522E;
}
.BgClassName
{
background-color: #A2522E;
}
</style>
border-color css
<style>
span { border-color: #A2522E; }
span { border-color: rgb(162,82,46); }
td.TdClassName
{
border-color: #A2522E;
}
.TagClassName
{
border-color: #A2522E;
}
</style>