Shades of Hacienda #A88517
Tints of Hacienda #A88517
RGB
CMYK
RGB Variations
Color information
#A88517 (or 0xA88517) is known color: Hacienda. HEX triplet: A8, 85 and 17. RGB value is (168,133,23). Sum of RGB (Red+Green+Blue) = 168+133+23=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A88517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88517 is #577AE8. Grayscale: #838383. Windows color (decimal): -5733097 or 1541544. OLE color: 1541544.
HSL color Cylindrical-coordinate representation of color #A88517: hue angle of 45.52º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A88517 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 23 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.34 |
| HSL | 45.52º | 0.76% | 0.37% | - |
| HSV(B) | 45.52º | 0.86% | 0.66% | - |
| XYZ | 24.69 | 25.16 | 4.37 | - |
| YUV | 130.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 23 | 0 | 0.21 | 0.86 | 0.34 | 45.52 | 0.76 | 0.37 |
| Hex | A8 | 85 | 17 | 0 | 15 | 56 | 22 | 2E | 4C | 25 |
| Octal | 250 | 205 | 27 | 0 | 25 | 126 | 42 | 56 | 114 | 45 |
| Binary | 10101000 | 10000101 | 10111 | 0 | 10101 | 1010110 | 100010 | 101110 | 1001100 | 100101 |
Color Harmonies of #A88517
Complementary color
Monochromatic Colors of #A88517
Black with #A88517
Text Example
Text Example
White with #A88517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88517; }
p { color: rgb(168,133,23); }
H1.HeaderClassName
{
color: #A88517;
}
.AnyTagClassName
{
color: #A88517;
}
</style>
background-color css
<style>
a { background-color: #A88517; }
a { background-color: rgb(168,133,23); }
div.DivClassName
{
background-color: #A88517;
}
.BgClassName
{
background-color: #A88517;
}
</style>
border-color css
<style>
span { border-color: #A88517; }
span { border-color: rgb(168,133,23); }
td.TdClassName
{
border-color: #A88517;
}
.TagClassName
{
border-color: #A88517;
}
</style>