Shades of Sienna #A2532E
Tints of Sienna #A2532E
RGB
CMYK
RGB Variations
Color information
#A2532E (or 0xA2532E) is known color: Sienna. HEX triplet: A2, 53 and 2E. RGB value is (162,83,46). Sum of RGB (Red+Green+Blue) = 162+83+46=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2532E is #5DACD1. Grayscale: #666666. Windows color (decimal): -6139090 or 3036066. OLE color: 3036066.
HSL color Cylindrical-coordinate representation of color #A2532E: hue angle of 19.14º 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 #A2532E is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 46 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.36 |
| HSL | 19.14º | 0.56% | 0.41% | - |
| HSV(B) | 19.14º | 0.72% | 0.64% | - |
| XYZ | 18.49 | 14.07 | 4.33 | - |
| YUV | 102.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 46 | 0 | 0.49 | 0.72 | 0.36 | 19.14 | 0.56 | 0.41 |
| Hex | A2 | 53 | 2E | 0 | 31 | 48 | 24 | 13 | 38 | 29 |
| Octal | 242 | 123 | 56 | 0 | 61 | 110 | 44 | 23 | 70 | 51 |
| Binary | 10100010 | 1010011 | 101110 | 0 | 110001 | 1001000 | 100100 | 10011 | 111000 | 101001 |
Color Harmonies of #A2532E
Complementary color
Monochromatic Colors of #A2532E
Black with #A2532E
Text Example
Text Example
White with #A2532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2532E; }
p { color: rgb(162,83,46); }
H1.HeaderClassName
{
color: #A2532E;
}
.AnyTagClassName
{
color: #A2532E;
}
</style>
background-color css
<style>
a { background-color: #A2532E; }
a { background-color: rgb(162,83,46); }
div.DivClassName
{
background-color: #A2532E;
}
.BgClassName
{
background-color: #A2532E;
}
</style>
border-color css
<style>
span { border-color: #A2532E; }
span { border-color: rgb(162,83,46); }
td.TdClassName
{
border-color: #A2532E;
}
.TagClassName
{
border-color: #A2532E;
}
</style>