Shades of Sienna #A0532F
Tints of Sienna #A0532F
RGB
CMYK
RGB Variations
Color information
#A0532F (or 0xA0532F) is known color: Sienna. HEX triplet: A0, 53 and 2F. RGB value is (160,83,47). Sum of RGB (Red+Green+Blue) = 160+83+47=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0532F is #5FACD0. Grayscale: #666666. Windows color (decimal): -6270161 or 3101600. OLE color: 3101600.
HSL color Cylindrical-coordinate representation of color #A0532F: hue angle of 19.12º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0532F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 47 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.37 |
| HSL | 19.12º | 0.55% | 0.41% | - |
| HSV(B) | 19.12º | 0.71% | 0.63% | - |
| XYZ | 18.1 | 13.87 | 4.41 | - |
| YUV | 101.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 47 | 0 | 0.48 | 0.71 | 0.37 | 19.12 | 0.55 | 0.41 |
| Hex | A0 | 53 | 2F | 0 | 30 | 47 | 25 | 13 | 37 | 29 |
| Octal | 240 | 123 | 57 | 0 | 60 | 107 | 45 | 23 | 67 | 51 |
| Binary | 10100000 | 1010011 | 101111 | 0 | 110000 | 1000111 | 100101 | 10011 | 110111 | 101001 |
Color Harmonies of #A0532F
Complementary color
Monochromatic Colors of #A0532F
Black with #A0532F
Text Example
Text Example
White with #A0532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0532F; }
p { color: rgb(160,83,47); }
H1.HeaderClassName
{
color: #A0532F;
}
.AnyTagClassName
{
color: #A0532F;
}
</style>
background-color css
<style>
a { background-color: #A0532F; }
a { background-color: rgb(160,83,47); }
div.DivClassName
{
background-color: #A0532F;
}
.BgClassName
{
background-color: #A0532F;
}
</style>
border-color css
<style>
span { border-color: #A0532F; }
span { border-color: rgb(160,83,47); }
td.TdClassName
{
border-color: #A0532F;
}
.TagClassName
{
border-color: #A0532F;
}
</style>