Shades of Hacienda #A0880C
Tints of Hacienda #A0880C
RGB
CMYK
RGB Variations
Color information
#A0880C (or 0xA0880C) is known color: Hacienda. HEX triplet: A0, 88 and 0C. RGB value is (160,136,12). Sum of RGB (Red+Green+Blue) = 160+136+12=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0880C is #5F77F3. Grayscale: #818181. Windows color (decimal): -6256628 or 821408. OLE color: 821408.
HSL color Cylindrical-coordinate representation of color #A0880C: hue angle of 50.27º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0880C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 12 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.37 |
| HSL | 50.27º | 0.86% | 0.34% | - |
| HSV(B) | 50.27º | 0.93% | 0.63% | - |
| XYZ | 23.37 | 25.11 | 3.96 | - |
| YUV | 129.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 12 | 0 | 0.15 | 0.93 | 0.37 | 50.27 | 0.86 | 0.34 |
| Hex | A0 | 88 | C | 0 | F | 5D | 25 | 32 | 56 | 22 |
| Octal | 240 | 210 | 14 | 0 | 17 | 135 | 45 | 62 | 126 | 42 |
| Binary | 10100000 | 10001000 | 1100 | 0 | 1111 | 1011101 | 100101 | 110010 | 1010110 | 100010 |
Color Harmonies of #A0880C
Complementary color
Monochromatic Colors of #A0880C
Black with #A0880C
Text Example
Text Example
White with #A0880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0880C; }
p { color: rgb(160,136,12); }
H1.HeaderClassName
{
color: #A0880C;
}
.AnyTagClassName
{
color: #A0880C;
}
</style>
background-color css
<style>
a { background-color: #A0880C; }
a { background-color: rgb(160,136,12); }
div.DivClassName
{
background-color: #A0880C;
}
.BgClassName
{
background-color: #A0880C;
}
</style>
border-color css
<style>
span { border-color: #A0880C; }
span { border-color: rgb(160,136,12); }
td.TdClassName
{
border-color: #A0880C;
}
.TagClassName
{
border-color: #A0880C;
}
</style>