Shades of Hacienda #AA8918
Tints of Hacienda #AA8918
RGB
CMYK
RGB Variations
Color information
#AA8918 (or 0xAA8918) is known color: Hacienda. HEX triplet: AA, 89 and 18. RGB value is (170,137,24). Sum of RGB (Red+Green+Blue) = 170+137+24=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8918 is #5576E7. Grayscale: #868686. Windows color (decimal): -5601000 or 1608106. OLE color: 1608106.
HSL color Cylindrical-coordinate representation of color #AA8918: hue angle of 46.44º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA8918 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 24 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.33 |
| HSL | 46.44º | 0.75% | 0.38% | - |
| HSV(B) | 46.44º | 0.86% | 0.67% | - |
| XYZ | 25.69 | 26.5 | 4.63 | - |
| YUV | 133.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 24 | 0 | 0.19 | 0.86 | 0.33 | 46.44 | 0.75 | 0.38 |
| Hex | AA | 89 | 18 | 0 | 13 | 56 | 21 | 2E | 4B | 26 |
| Octal | 252 | 211 | 30 | 0 | 23 | 126 | 41 | 56 | 113 | 46 |
| Binary | 10101010 | 10001001 | 11000 | 0 | 10011 | 1010110 | 100001 | 101110 | 1001011 | 100110 |
Color Harmonies of #AA8918
Complementary color
Monochromatic Colors of #AA8918
Black with #AA8918
Text Example
Text Example
White with #AA8918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8918; }
p { color: rgb(170,137,24); }
H1.HeaderClassName
{
color: #AA8918;
}
.AnyTagClassName
{
color: #AA8918;
}
</style>
background-color css
<style>
a { background-color: #AA8918; }
a { background-color: rgb(170,137,24); }
div.DivClassName
{
background-color: #AA8918;
}
.BgClassName
{
background-color: #AA8918;
}
</style>
border-color css
<style>
span { border-color: #AA8918; }
span { border-color: rgb(170,137,24); }
td.TdClassName
{
border-color: #AA8918;
}
.TagClassName
{
border-color: #AA8918;
}
</style>