Shades of Hacienda #A0860C
Tints of Hacienda #A0860C
RGB
CMYK
RGB Variations
Color information
#A0860C (or 0xA0860C) is known color: Hacienda. HEX triplet: A0, 86 and 0C. RGB value is (160,134,12). Sum of RGB (Red+Green+Blue) = 160+134+12=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0860C is #5F79F3. Grayscale: #808080. Windows color (decimal): -6257140 or 820896. OLE color: 820896.
HSL color Cylindrical-coordinate representation of color #A0860C: hue angle of 49.46º 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 #A0860C is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 12 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.37 |
| HSL | 49.46º | 0.86% | 0.34% | - |
| HSV(B) | 49.46º | 0.93% | 0.63% | - |
| XYZ | 23.09 | 24.55 | 3.87 | - |
| YUV | 127.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 12 | 0 | 0.16 | 0.93 | 0.37 | 49.46 | 0.86 | 0.34 |
| Hex | A0 | 86 | C | 0 | 10 | 5D | 25 | 31 | 56 | 22 |
| Octal | 240 | 206 | 14 | 0 | 20 | 135 | 45 | 61 | 126 | 42 |
| Binary | 10100000 | 10000110 | 1100 | 0 | 10000 | 1011101 | 100101 | 110001 | 1010110 | 100010 |
Color Harmonies of #A0860C
Complementary color
Monochromatic Colors of #A0860C
Black with #A0860C
Text Example
Text Example
White with #A0860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0860C; }
p { color: rgb(160,134,12); }
H1.HeaderClassName
{
color: #A0860C;
}
.AnyTagClassName
{
color: #A0860C;
}
</style>
background-color css
<style>
a { background-color: #A0860C; }
a { background-color: rgb(160,134,12); }
div.DivClassName
{
background-color: #A0860C;
}
.BgClassName
{
background-color: #A0860C;
}
</style>
border-color css
<style>
span { border-color: #A0860C; }
span { border-color: rgb(160,134,12); }
td.TdClassName
{
border-color: #A0860C;
}
.TagClassName
{
border-color: #A0860C;
}
</style>