Shades of Sienna #A0502C
Tints of Sienna #A0502C
RGB
CMYK
RGB Variations
Color information
#A0502C (or 0xA0502C) is known color: Sienna. HEX triplet: A0, 50 and 2C. RGB value is (160,80,44). Sum of RGB (Red+Green+Blue) = 160+80+44=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0502C is #5FAFD3. Grayscale: #646464. Windows color (decimal): -6270932 or 2904224. OLE color: 2904224.
HSL color Cylindrical-coordinate representation of color #A0502C: hue angle of 18.62º degrees, saturation: 0.57, 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 #A0502C is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 44 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.37 |
| HSL | 18.62º | 0.57% | 0.4% | - |
| HSV(B) | 18.62º | 0.73% | 0.63% | - |
| XYZ | 17.82 | 13.39 | 4.03 | - |
| YUV | 99.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 44 | 0 | 0.5 | 0.72 | 0.37 | 18.62 | 0.57 | 0.4 |
| Hex | A0 | 50 | 2C | 0 | 32 | 48 | 25 | 13 | 39 | 28 |
| Octal | 240 | 120 | 54 | 0 | 62 | 110 | 45 | 23 | 71 | 50 |
| Binary | 10100000 | 1010000 | 101100 | 0 | 110010 | 1001000 | 100101 | 10011 | 111001 | 101000 |
Color Harmonies of #A0502C
Complementary color
Monochromatic Colors of #A0502C
Black with #A0502C
Text Example
Text Example
White with #A0502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0502C; }
p { color: rgb(160,80,44); }
H1.HeaderClassName
{
color: #A0502C;
}
.AnyTagClassName
{
color: #A0502C;
}
</style>
background-color css
<style>
a { background-color: #A0502C; }
a { background-color: rgb(160,80,44); }
div.DivClassName
{
background-color: #A0502C;
}
.BgClassName
{
background-color: #A0502C;
}
</style>
border-color css
<style>
span { border-color: #A0502C; }
span { border-color: rgb(160,80,44); }
td.TdClassName
{
border-color: #A0502C;
}
.TagClassName
{
border-color: #A0502C;
}
</style>