Shades of Sienna #A0532A
Tints of Sienna #A0532A
RGB
CMYK
RGB Variations
Color information
#A0532A (or 0xA0532A) is known color: Sienna. HEX triplet: A0, 53 and 2A. RGB value is (160,83,42). Sum of RGB (Red+Green+Blue) = 160+83+42=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0532A is #5FACD5. Grayscale: #656565. Windows color (decimal): -6270166 or 2773920. OLE color: 2773920.
HSL color Cylindrical-coordinate representation of color #A0532A: hue angle of 20.85º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0532A is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 42 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.37 |
| HSL | 20.85º | 0.58% | 0.4% | - |
| HSV(B) | 20.85º | 0.74% | 0.63% | - |
| XYZ | 18.01 | 13.83 | 3.91 | - |
| YUV | 101.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 42 | 0 | 0.48 | 0.74 | 0.37 | 20.85 | 0.58 | 0.4 |
| Hex | A0 | 53 | 2A | 0 | 30 | 4A | 25 | 15 | 3A | 28 |
| Octal | 240 | 123 | 52 | 0 | 60 | 112 | 45 | 25 | 72 | 50 |
| Binary | 10100000 | 1010011 | 101010 | 0 | 110000 | 1001010 | 100101 | 10101 | 111010 | 101000 |
Color Harmonies of #A0532A
Complementary color
Monochromatic Colors of #A0532A
Black with #A0532A
Text Example
Text Example
White with #A0532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0532A; }
p { color: rgb(160,83,42); }
H1.HeaderClassName
{
color: #A0532A;
}
.AnyTagClassName
{
color: #A0532A;
}
</style>
background-color css
<style>
a { background-color: #A0532A; }
a { background-color: rgb(160,83,42); }
div.DivClassName
{
background-color: #A0532A;
}
.BgClassName
{
background-color: #A0532A;
}
</style>
border-color css
<style>
span { border-color: #A0532A; }
span { border-color: rgb(160,83,42); }
td.TdClassName
{
border-color: #A0532A;
}
.TagClassName
{
border-color: #A0532A;
}
</style>