Shades of Sienna #A04D2E
Tints of Sienna #A04D2E
RGB
CMYK
RGB Variations
Color information
#A04D2E (or 0xA04D2E) is known color: Sienna. HEX triplet: A0, 4D and 2E. RGB value is (160,77,46). Sum of RGB (Red+Green+Blue) = 160+77+46=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D2E is #5FB2D1. Grayscale: #626262. Windows color (decimal): -6271698 or 3034528. OLE color: 3034528.
HSL color Cylindrical-coordinate representation of color #A04D2E: hue angle of 16.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04D2E is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 46 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.37 |
| HSL | 16.32º | 0.55% | 0.4% | - |
| HSV(B) | 16.32º | 0.71% | 0.63% | - |
| XYZ | 17.64 | 12.98 | 4.16 | - |
| YUV | 98.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 46 | 0 | 0.52 | 0.71 | 0.37 | 16.32 | 0.55 | 0.4 |
| Hex | A0 | 4D | 2E | 0 | 34 | 47 | 25 | 10 | 37 | 28 |
| Octal | 240 | 115 | 56 | 0 | 64 | 107 | 45 | 20 | 67 | 50 |
| Binary | 10100000 | 1001101 | 101110 | 0 | 110100 | 1000111 | 100101 | 10000 | 110111 | 101000 |
Color Harmonies of #A04D2E
Complementary color
Monochromatic Colors of #A04D2E
Black with #A04D2E
Text Example
Text Example
White with #A04D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D2E; }
p { color: rgb(160,77,46); }
H1.HeaderClassName
{
color: #A04D2E;
}
.AnyTagClassName
{
color: #A04D2E;
}
</style>
background-color css
<style>
a { background-color: #A04D2E; }
a { background-color: rgb(160,77,46); }
div.DivClassName
{
background-color: #A04D2E;
}
.BgClassName
{
background-color: #A04D2E;
}
</style>
border-color css
<style>
span { border-color: #A04D2E; }
span { border-color: rgb(160,77,46); }
td.TdClassName
{
border-color: #A04D2E;
}
.TagClassName
{
border-color: #A04D2E;
}
</style>