Shades of Sienna #A04D32
Tints of Sienna #A04D32
RGB
CMYK
RGB Variations
Color information
#A04D32 (or 0xA04D32) is known color: Sienna. HEX triplet: A0, 4D and 32. RGB value is (160,77,50). Sum of RGB (Red+Green+Blue) = 160+77+50=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D32 is #5FB2CD. Grayscale: #626262. Windows color (decimal): -6271694 or 3296672. OLE color: 3296672.
HSL color Cylindrical-coordinate representation of color #A04D32: hue angle of 14.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04D32 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 50 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.37 |
| HSL | 14.73º | 0.52% | 0.41% | - |
| HSV(B) | 14.73º | 0.69% | 0.63% | - |
| XYZ | 17.73 | 13.01 | 4.59 | - |
| YUV | 98.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 50 | 0 | 0.52 | 0.69 | 0.37 | 14.73 | 0.52 | 0.41 |
| Hex | A0 | 4D | 32 | 0 | 34 | 45 | 25 | F | 34 | 29 |
| Octal | 240 | 115 | 62 | 0 | 64 | 105 | 45 | 17 | 64 | 51 |
| Binary | 10100000 | 1001101 | 110010 | 0 | 110100 | 1000101 | 100101 | 1111 | 110100 | 101001 |
Color Harmonies of #A04D32
Complementary color
Monochromatic Colors of #A04D32
Black with #A04D32
Text Example
Text Example
White with #A04D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D32; }
p { color: rgb(160,77,50); }
H1.HeaderClassName
{
color: #A04D32;
}
.AnyTagClassName
{
color: #A04D32;
}
</style>
background-color css
<style>
a { background-color: #A04D32; }
a { background-color: rgb(160,77,50); }
div.DivClassName
{
background-color: #A04D32;
}
.BgClassName
{
background-color: #A04D32;
}
</style>
border-color css
<style>
span { border-color: #A04D32; }
span { border-color: rgb(160,77,50); }
td.TdClassName
{
border-color: #A04D32;
}
.TagClassName
{
border-color: #A04D32;
}
</style>