Shades of Sienna #A0512A
Tints of Sienna #A0512A
RGB
CMYK
RGB Variations
Color information
#A0512A (or 0xA0512A) is known color: Sienna. HEX triplet: A0, 51 and 2A. RGB value is (160,81,42). Sum of RGB (Red+Green+Blue) = 160+81+42=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512A is #5FAED5. Grayscale: #646464. Windows color (decimal): -6270678 or 2773408. OLE color: 2773408.
HSL color Cylindrical-coordinate representation of color #A0512A: hue angle of 19.83º 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 #A0512A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 42 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.37 |
| HSL | 19.83º | 0.58% | 0.4% | - |
| HSV(B) | 19.83º | 0.74% | 0.63% | - |
| XYZ | 17.86 | 13.53 | 3.86 | - |
| YUV | 100.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 42 | 0 | 0.49 | 0.74 | 0.37 | 19.83 | 0.58 | 0.4 |
| Hex | A0 | 51 | 2A | 0 | 31 | 4A | 25 | 14 | 3A | 28 |
| Octal | 240 | 121 | 52 | 0 | 61 | 112 | 45 | 24 | 72 | 50 |
| Binary | 10100000 | 1010001 | 101010 | 0 | 110001 | 1001010 | 100101 | 10100 | 111010 | 101000 |
Color Harmonies of #A0512A
Complementary color
Monochromatic Colors of #A0512A
Black with #A0512A
Text Example
Text Example
White with #A0512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0512A; }
p { color: rgb(160,81,42); }
H1.HeaderClassName
{
color: #A0512A;
}
.AnyTagClassName
{
color: #A0512A;
}
</style>
background-color css
<style>
a { background-color: #A0512A; }
a { background-color: rgb(160,81,42); }
div.DivClassName
{
background-color: #A0512A;
}
.BgClassName
{
background-color: #A0512A;
}
</style>
border-color css
<style>
span { border-color: #A0512A; }
span { border-color: rgb(160,81,42); }
td.TdClassName
{
border-color: #A0512A;
}
.TagClassName
{
border-color: #A0512A;
}
</style>