Shades of Hacienda #A0802C
Tints of Hacienda #A0802C
RGB
CMYK
RGB Variations
Color information
#A0802C (or 0xA0802C) is known color: Hacienda. HEX triplet: A0, 80 and 2C. RGB value is (160,128,44). Sum of RGB (Red+Green+Blue) = 160+128+44=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0802C is #5F7FD3. Grayscale: #808080. Windows color (decimal): -6258644 or 2916512. OLE color: 2916512.
HSL color Cylindrical-coordinate representation of color #A0802C: hue angle of 43.45º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0802C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 44 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.37 |
| HSL | 43.45º | 0.57% | 0.4% | - |
| HSV(B) | 43.45º | 0.73% | 0.63% | - |
| XYZ | 22.67 | 23.09 | 5.65 | - |
| YUV | 127.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 44 | 0 | 0.20 | 0.72 | 0.37 | 43.45 | 0.57 | 0.4 |
| Hex | A0 | 80 | 2C | 0 | 14 | 48 | 25 | 2B | 39 | 28 |
| Octal | 240 | 200 | 54 | 0 | 24 | 110 | 45 | 53 | 71 | 50 |
| Binary | 10100000 | 10000000 | 101100 | 0 | 10100 | 1001000 | 100101 | 101011 | 111001 | 101000 |
Color Harmonies of #A0802C
Complementary color
Monochromatic Colors of #A0802C
Black with #A0802C
Text Example
Text Example
White with #A0802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0802C; }
p { color: rgb(160,128,44); }
H1.HeaderClassName
{
color: #A0802C;
}
.AnyTagClassName
{
color: #A0802C;
}
</style>
background-color css
<style>
a { background-color: #A0802C; }
a { background-color: rgb(160,128,44); }
div.DivClassName
{
background-color: #A0802C;
}
.BgClassName
{
background-color: #A0802C;
}
</style>
border-color css
<style>
span { border-color: #A0802C; }
span { border-color: rgb(160,128,44); }
td.TdClassName
{
border-color: #A0802C;
}
.TagClassName
{
border-color: #A0802C;
}
</style>