Shades of Sienna #A04E2F
Tints of Sienna #A04E2F
RGB
CMYK
RGB Variations
Color information
#A04E2F (or 0xA04E2F) is known color: Sienna. HEX triplet: A0, 4E and 2F. RGB value is (160,78,47). Sum of RGB (Red+Green+Blue) = 160+78+47=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E2F is #5FB1D0. Grayscale: #636363. Windows color (decimal): -6271441 or 3100320. OLE color: 3100320.
HSL color Cylindrical-coordinate representation of color #A04E2F: hue angle of 16.46º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04E2F is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 47 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.37 |
| HSL | 16.46º | 0.55% | 0.41% | - |
| HSV(B) | 16.46º | 0.71% | 0.63% | - |
| XYZ | 17.73 | 13.13 | 4.29 | - |
| YUV | 98.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 47 | 0 | 0.51 | 0.71 | 0.37 | 16.46 | 0.55 | 0.41 |
| Hex | A0 | 4E | 2F | 0 | 33 | 47 | 25 | 10 | 37 | 29 |
| Octal | 240 | 116 | 57 | 0 | 63 | 107 | 45 | 20 | 67 | 51 |
| Binary | 10100000 | 1001110 | 101111 | 0 | 110011 | 1000111 | 100101 | 10000 | 110111 | 101001 |
Color Harmonies of #A04E2F
Complementary color
Monochromatic Colors of #A04E2F
Black with #A04E2F
Text Example
Text Example
White with #A04E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E2F; }
p { color: rgb(160,78,47); }
H1.HeaderClassName
{
color: #A04E2F;
}
.AnyTagClassName
{
color: #A04E2F;
}
</style>
background-color css
<style>
a { background-color: #A04E2F; }
a { background-color: rgb(160,78,47); }
div.DivClassName
{
background-color: #A04E2F;
}
.BgClassName
{
background-color: #A04E2F;
}
</style>
border-color css
<style>
span { border-color: #A04E2F; }
span { border-color: rgb(160,78,47); }
td.TdClassName
{
border-color: #A04E2F;
}
.TagClassName
{
border-color: #A04E2F;
}
</style>