Shades of Hacienda #A08610
Tints of Hacienda #A08610
RGB
CMYK
RGB Variations
Color information
#A08610 (or 0xA08610) is known color: Hacienda. HEX triplet: A0, 86 and 10. RGB value is (160,134,16). Sum of RGB (Red+Green+Blue) = 160+134+16=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A08610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08610 is #5F79EF. Grayscale: #808080. Windows color (decimal): -6257136 or 1083040. OLE color: 1083040.
HSL color Cylindrical-coordinate representation of color #A08610: hue angle of 49.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A08610 is Cyan = 0, Magento = 0.16, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 16 | - |
| CMYK | 0 | 0.16 | 0.9 | 0.37 |
| HSL | 49.17º | 0.82% | 0.35% | - |
| HSV(B) | 49.17º | 0.9% | 0.63% | - |
| XYZ | 23.12 | 24.56 | 4.01 | - |
| YUV | 128.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 16 | 0 | 0.16 | 0.9 | 0.37 | 49.17 | 0.82 | 0.35 |
| Hex | A0 | 86 | 10 | 0 | 10 | 5A | 25 | 31 | 52 | 23 |
| Octal | 240 | 206 | 20 | 0 | 20 | 132 | 45 | 61 | 122 | 43 |
| Binary | 10100000 | 10000110 | 10000 | 0 | 10000 | 1011010 | 100101 | 110001 | 1010010 | 100011 |
Color Harmonies of #A08610
Complementary color
Monochromatic Colors of #A08610
Black with #A08610
Text Example
Text Example
White with #A08610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08610; }
p { color: rgb(160,134,16); }
H1.HeaderClassName
{
color: #A08610;
}
.AnyTagClassName
{
color: #A08610;
}
</style>
background-color css
<style>
a { background-color: #A08610; }
a { background-color: rgb(160,134,16); }
div.DivClassName
{
background-color: #A08610;
}
.BgClassName
{
background-color: #A08610;
}
</style>
border-color css
<style>
span { border-color: #A08610; }
span { border-color: rgb(160,134,16); }
td.TdClassName
{
border-color: #A08610;
}
.TagClassName
{
border-color: #A08610;
}
</style>