Shades of Hacienda #A08717
Tints of Hacienda #A08717
RGB
CMYK
RGB Variations
Color information
#A08717 (or 0xA08717) is known color: Hacienda. HEX triplet: A0, 87 and 17. RGB value is (160,135,23). Sum of RGB (Red+Green+Blue) = 160+135+23=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A08717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08717 is #5F78E8. Grayscale: #828282. Windows color (decimal): -6256873 or 1542048. OLE color: 1542048.
HSL color Cylindrical-coordinate representation of color #A08717: hue angle of 49.05º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A08717 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 23 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.37 |
| HSL | 49.05º | 0.75% | 0.36% | - |
| HSV(B) | 49.05º | 0.86% | 0.63% | - |
| XYZ | 23.32 | 24.86 | 4.38 | - |
| YUV | 129.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 23 | 0 | 0.16 | 0.86 | 0.37 | 49.05 | 0.75 | 0.36 |
| Hex | A0 | 87 | 17 | 0 | 10 | 56 | 25 | 31 | 4B | 24 |
| Octal | 240 | 207 | 27 | 0 | 20 | 126 | 45 | 61 | 113 | 44 |
| Binary | 10100000 | 10000111 | 10111 | 0 | 10000 | 1010110 | 100101 | 110001 | 1001011 | 100100 |
Color Harmonies of #A08717
Complementary color
Monochromatic Colors of #A08717
Black with #A08717
Text Example
Text Example
White with #A08717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08717; }
p { color: rgb(160,135,23); }
H1.HeaderClassName
{
color: #A08717;
}
.AnyTagClassName
{
color: #A08717;
}
</style>
background-color css
<style>
a { background-color: #A08717; }
a { background-color: rgb(160,135,23); }
div.DivClassName
{
background-color: #A08717;
}
.BgClassName
{
background-color: #A08717;
}
</style>
border-color css
<style>
span { border-color: #A08717; }
span { border-color: rgb(160,135,23); }
td.TdClassName
{
border-color: #A08717;
}
.TagClassName
{
border-color: #A08717;
}
</style>