Shades of Hacienda #A88A16
Tints of Hacienda #A88A16
RGB
CMYK
RGB Variations
Color information
#A88A16 (or 0xA88A16) is known color: Hacienda. HEX triplet: A8, 8A and 16. RGB value is (168,138,22). Sum of RGB (Red+Green+Blue) = 168+138+22=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A16 is #5775E9. Grayscale: #868686. Windows color (decimal): -5731818 or 1477288. OLE color: 1477288.
HSL color Cylindrical-coordinate representation of color #A88A16: hue angle of 47.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A88A16 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 22 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.34 |
| HSL | 47.67º | 0.77% | 0.37% | - |
| HSV(B) | 47.67º | 0.87% | 0.66% | - |
| XYZ | 25.38 | 26.56 | 4.55 | - |
| YUV | 133.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 22 | 0 | 0.18 | 0.87 | 0.34 | 47.67 | 0.77 | 0.37 |
| Hex | A8 | 8A | 16 | 0 | 12 | 57 | 22 | 30 | 4D | 25 |
| Octal | 250 | 212 | 26 | 0 | 22 | 127 | 42 | 60 | 115 | 45 |
| Binary | 10101000 | 10001010 | 10110 | 0 | 10010 | 1010111 | 100010 | 110000 | 1001101 | 100101 |
Color Harmonies of #A88A16
Complementary color
Monochromatic Colors of #A88A16
Black with #A88A16
Text Example
Text Example
White with #A88A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A16; }
p { color: rgb(168,138,22); }
H1.HeaderClassName
{
color: #A88A16;
}
.AnyTagClassName
{
color: #A88A16;
}
</style>
background-color css
<style>
a { background-color: #A88A16; }
a { background-color: rgb(168,138,22); }
div.DivClassName
{
background-color: #A88A16;
}
.BgClassName
{
background-color: #A88A16;
}
</style>
border-color css
<style>
span { border-color: #A88A16; }
span { border-color: rgb(168,138,22); }
td.TdClassName
{
border-color: #A88A16;
}
.TagClassName
{
border-color: #A88A16;
}
</style>