Shades of Hacienda #AA8516
Tints of Hacienda #AA8516
RGB
CMYK
RGB Variations
Color information
#AA8516 (or 0xAA8516) is known color: Hacienda. HEX triplet: AA, 85 and 16. RGB value is (170,133,22). Sum of RGB (Red+Green+Blue) = 170+133+22=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8516 is #557AE9. Grayscale: #838383. Windows color (decimal): -5602026 or 1476010. OLE color: 1476010.
HSL color Cylindrical-coordinate representation of color #AA8516: hue angle of 45º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA8516 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 22 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.33 |
| HSL | 45º | 0.77% | 0.38% | - |
| HSV(B) | 45º | 0.87% | 0.67% | - |
| XYZ | 25.11 | 25.38 | 4.33 | - |
| YUV | 131.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 22 | 0 | 0.22 | 0.87 | 0.33 | 45 | 0.77 | 0.38 |
| Hex | AA | 85 | 16 | 0 | 16 | 57 | 21 | 2D | 4D | 26 |
| Octal | 252 | 205 | 26 | 0 | 26 | 127 | 41 | 55 | 115 | 46 |
| Binary | 10101010 | 10000101 | 10110 | 0 | 10110 | 1010111 | 100001 | 101101 | 1001101 | 100110 |
Color Harmonies of #AA8516
Complementary color
Monochromatic Colors of #AA8516
Black with #AA8516
Text Example
Text Example
White with #AA8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8516; }
p { color: rgb(170,133,22); }
H1.HeaderClassName
{
color: #AA8516;
}
.AnyTagClassName
{
color: #AA8516;
}
</style>
background-color css
<style>
a { background-color: #AA8516; }
a { background-color: rgb(170,133,22); }
div.DivClassName
{
background-color: #AA8516;
}
.BgClassName
{
background-color: #AA8516;
}
</style>
border-color css
<style>
span { border-color: #AA8516; }
span { border-color: rgb(170,133,22); }
td.TdClassName
{
border-color: #AA8516;
}
.TagClassName
{
border-color: #AA8516;
}
</style>