Shades of Hacienda #A0802E
Tints of Hacienda #A0802E
RGB
CMYK
RGB Variations
Color information
#A0802E (or 0xA0802E) is known color: Hacienda. HEX triplet: A0, 80 and 2E. RGB value is (160,128,46). Sum of RGB (Red+Green+Blue) = 160+128+46=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0802E is #5F7FD1. Grayscale: #808080. Windows color (decimal): -6258642 or 3047584. OLE color: 3047584.
HSL color Cylindrical-coordinate representation of color #A0802E: hue angle of 43.16º 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 #A0802E is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 46 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.37 |
| HSL | 43.16º | 0.55% | 0.4% | - |
| HSV(B) | 43.16º | 0.71% | 0.63% | - |
| XYZ | 22.71 | 23.11 | 5.85 | - |
| YUV | 128.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 46 | 0 | 0.20 | 0.71 | 0.37 | 43.16 | 0.55 | 0.4 |
| Hex | A0 | 80 | 2E | 0 | 14 | 47 | 25 | 2B | 37 | 28 |
| Octal | 240 | 200 | 56 | 0 | 24 | 107 | 45 | 53 | 67 | 50 |
| Binary | 10100000 | 10000000 | 101110 | 0 | 10100 | 1000111 | 100101 | 101011 | 110111 | 101000 |
Color Harmonies of #A0802E
Complementary color
Monochromatic Colors of #A0802E
Black with #A0802E
Text Example
Text Example
White with #A0802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0802E; }
p { color: rgb(160,128,46); }
H1.HeaderClassName
{
color: #A0802E;
}
.AnyTagClassName
{
color: #A0802E;
}
</style>
background-color css
<style>
a { background-color: #A0802E; }
a { background-color: rgb(160,128,46); }
div.DivClassName
{
background-color: #A0802E;
}
.BgClassName
{
background-color: #A0802E;
}
</style>
border-color css
<style>
span { border-color: #A0802E; }
span { border-color: rgb(160,128,46); }
td.TdClassName
{
border-color: #A0802E;
}
.TagClassName
{
border-color: #A0802E;
}
</style>