Shades of Hacienda #A0860B
Tints of Hacienda #A0860B
RGB
CMYK
RGB Variations
Color information
#A0860B (or 0xA0860B) is known color: Hacienda. HEX triplet: A0, 86 and 0B. RGB value is (160,134,11). Sum of RGB (Red+Green+Blue) = 160+134+11=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0860B is #5F79F4. Grayscale: #808080. Windows color (decimal): -6257141 or 755360. OLE color: 755360.
HSL color Cylindrical-coordinate representation of color #A0860B: hue angle of 49.53º degrees, saturation: 0.87, 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 #A0860B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 11 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.37 |
| HSL | 49.53º | 0.87% | 0.34% | - |
| HSV(B) | 49.53º | 0.93% | 0.63% | - |
| XYZ | 23.08 | 24.55 | 3.84 | - |
| YUV | 127.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 11 | 0 | 0.16 | 0.93 | 0.37 | 49.53 | 0.87 | 0.34 |
| Hex | A0 | 86 | B | 0 | 10 | 5D | 25 | 32 | 57 | 22 |
| Octal | 240 | 206 | 13 | 0 | 20 | 135 | 45 | 62 | 127 | 42 |
| Binary | 10100000 | 10000110 | 1011 | 0 | 10000 | 1011101 | 100101 | 110010 | 1010111 | 100010 |
Color Harmonies of #A0860B
Complementary color
Monochromatic Colors of #A0860B
Black with #A0860B
Text Example
Text Example
White with #A0860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0860B; }
p { color: rgb(160,134,11); }
H1.HeaderClassName
{
color: #A0860B;
}
.AnyTagClassName
{
color: #A0860B;
}
</style>
background-color css
<style>
a { background-color: #A0860B; }
a { background-color: rgb(160,134,11); }
div.DivClassName
{
background-color: #A0860B;
}
.BgClassName
{
background-color: #A0860B;
}
</style>
border-color css
<style>
span { border-color: #A0860B; }
span { border-color: rgb(160,134,11); }
td.TdClassName
{
border-color: #A0860B;
}
.TagClassName
{
border-color: #A0860B;
}
</style>