Shades of Hacienda #A08715
Tints of Hacienda #A08715
RGB
CMYK
RGB Variations
Color information
#A08715 (or 0xA08715) is known color: Hacienda. HEX triplet: A0, 87 and 15. RGB value is (160,135,21). Sum of RGB (Red+Green+Blue) = 160+135+21=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A08715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08715 is #5F78EA. Grayscale: #818181. Windows color (decimal): -6256875 or 1410976. OLE color: 1410976.
HSL color Cylindrical-coordinate representation of color #A08715: hue angle of 49.21º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A08715 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 21 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.37 |
| HSL | 49.21º | 0.77% | 0.35% | - |
| HSV(B) | 49.21º | 0.87% | 0.63% | - |
| XYZ | 23.3 | 24.86 | 4.28 | - |
| YUV | 129.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 21 | 0 | 0.16 | 0.87 | 0.37 | 49.21 | 0.77 | 0.35 |
| Hex | A0 | 87 | 15 | 0 | 10 | 57 | 25 | 31 | 4D | 23 |
| Octal | 240 | 207 | 25 | 0 | 20 | 127 | 45 | 61 | 115 | 43 |
| Binary | 10100000 | 10000111 | 10101 | 0 | 10000 | 1010111 | 100101 | 110001 | 1001101 | 100011 |
Color Harmonies of #A08715
Complementary color
Monochromatic Colors of #A08715
Black with #A08715
Text Example
Text Example
White with #A08715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08715; }
p { color: rgb(160,135,21); }
H1.HeaderClassName
{
color: #A08715;
}
.AnyTagClassName
{
color: #A08715;
}
</style>
background-color css
<style>
a { background-color: #A08715; }
a { background-color: rgb(160,135,21); }
div.DivClassName
{
background-color: #A08715;
}
.BgClassName
{
background-color: #A08715;
}
</style>
border-color css
<style>
span { border-color: #A08715; }
span { border-color: rgb(160,135,21); }
td.TdClassName
{
border-color: #A08715;
}
.TagClassName
{
border-color: #A08715;
}
</style>