Shades of Sienna #A04E2D
Tints of Sienna #A04E2D
RGB
CMYK
RGB Variations
Color information
#A04E2D (or 0xA04E2D) is known color: Sienna. HEX triplet: A0, 4E and 2D. RGB value is (160,78,45). Sum of RGB (Red+Green+Blue) = 160+78+45=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E2D is #5FB1D2. Grayscale: #626262. Windows color (decimal): -6271443 or 2969248. OLE color: 2969248.
HSL color Cylindrical-coordinate representation of color #A04E2D: hue angle of 17.22º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A04E2D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 45 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.37 |
| HSL | 17.22º | 0.56% | 0.4% | - |
| HSV(B) | 17.22º | 0.72% | 0.63% | - |
| XYZ | 17.7 | 13.11 | 4.08 | - |
| YUV | 98.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 45 | 0 | 0.51 | 0.72 | 0.37 | 17.22 | 0.56 | 0.4 |
| Hex | A0 | 4E | 2D | 0 | 33 | 48 | 25 | 11 | 38 | 28 |
| Octal | 240 | 116 | 55 | 0 | 63 | 110 | 45 | 21 | 70 | 50 |
| Binary | 10100000 | 1001110 | 101101 | 0 | 110011 | 1001000 | 100101 | 10001 | 111000 | 101000 |
Color Harmonies of #A04E2D
Complementary color
Monochromatic Colors of #A04E2D
Black with #A04E2D
Text Example
Text Example
White with #A04E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E2D; }
p { color: rgb(160,78,45); }
H1.HeaderClassName
{
color: #A04E2D;
}
.AnyTagClassName
{
color: #A04E2D;
}
</style>
background-color css
<style>
a { background-color: #A04E2D; }
a { background-color: rgb(160,78,45); }
div.DivClassName
{
background-color: #A04E2D;
}
.BgClassName
{
background-color: #A04E2D;
}
</style>
border-color css
<style>
span { border-color: #A04E2D; }
span { border-color: rgb(160,78,45); }
td.TdClassName
{
border-color: #A04E2D;
}
.TagClassName
{
border-color: #A04E2D;
}
</style>