Shades of Sienna #A0542B
Tints of Sienna #A0542B
RGB
CMYK
RGB Variations
Color information
#A0542B (or 0xA0542B) is known color: Sienna. HEX triplet: A0, 54 and 2B. RGB value is (160,84,43). Sum of RGB (Red+Green+Blue) = 160+84+43=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0542B is #5FABD4. Grayscale: #666666. Windows color (decimal): -6269909 or 2839712. OLE color: 2839712.
HSL color Cylindrical-coordinate representation of color #A0542B: hue angle of 21.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0542B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 43 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.37 |
| HSL | 21.03º | 0.58% | 0.4% | - |
| HSV(B) | 21.03º | 0.73% | 0.63% | - |
| XYZ | 18.1 | 13.99 | 4.03 | - |
| YUV | 102.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 43 | 0 | 0.48 | 0.73 | 0.37 | 21.03 | 0.58 | 0.4 |
| Hex | A0 | 54 | 2B | 0 | 30 | 49 | 25 | 15 | 3A | 28 |
| Octal | 240 | 124 | 53 | 0 | 60 | 111 | 45 | 25 | 72 | 50 |
| Binary | 10100000 | 1010100 | 101011 | 0 | 110000 | 1001001 | 100101 | 10101 | 111010 | 101000 |
Color Harmonies of #A0542B
Complementary color
Monochromatic Colors of #A0542B
Black with #A0542B
Text Example
Text Example
White with #A0542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0542B; }
p { color: rgb(160,84,43); }
H1.HeaderClassName
{
color: #A0542B;
}
.AnyTagClassName
{
color: #A0542B;
}
</style>
background-color css
<style>
a { background-color: #A0542B; }
a { background-color: rgb(160,84,43); }
div.DivClassName
{
background-color: #A0542B;
}
.BgClassName
{
background-color: #A0542B;
}
</style>
border-color css
<style>
span { border-color: #A0542B; }
span { border-color: rgb(160,84,43); }
td.TdClassName
{
border-color: #A0542B;
}
.TagClassName
{
border-color: #A0542B;
}
</style>