Shades of Hacienda #AA8818
Tints of Hacienda #AA8818
RGB
CMYK
RGB Variations
Color information
#AA8818 (or 0xAA8818) is known color: Hacienda. HEX triplet: AA, 88 and 18. RGB value is (170,136,24). Sum of RGB (Red+Green+Blue) = 170+136+24=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8818 is #5577E7. Grayscale: #858585. Windows color (decimal): -5601256 or 1607850. OLE color: 1607850.
HSL color Cylindrical-coordinate representation of color #AA8818: hue angle of 46.03º 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 #AA8818 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 24 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.33 |
| HSL | 46.03º | 0.75% | 0.38% | - |
| HSV(B) | 46.03º | 0.86% | 0.67% | - |
| XYZ | 25.55 | 26.22 | 4.58 | - |
| YUV | 133.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 24 | 0 | 0.20 | 0.86 | 0.33 | 46.03 | 0.75 | 0.38 |
| Hex | AA | 88 | 18 | 0 | 14 | 56 | 21 | 2E | 4B | 26 |
| Octal | 252 | 210 | 30 | 0 | 24 | 126 | 41 | 56 | 113 | 46 |
| Binary | 10101010 | 10001000 | 11000 | 0 | 10100 | 1010110 | 100001 | 101110 | 1001011 | 100110 |
Color Harmonies of #AA8818
Complementary color
Monochromatic Colors of #AA8818
Black with #AA8818
Text Example
Text Example
White with #AA8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8818; }
p { color: rgb(170,136,24); }
H1.HeaderClassName
{
color: #AA8818;
}
.AnyTagClassName
{
color: #AA8818;
}
</style>
background-color css
<style>
a { background-color: #AA8818; }
a { background-color: rgb(170,136,24); }
div.DivClassName
{
background-color: #AA8818;
}
.BgClassName
{
background-color: #AA8818;
}
</style>
border-color css
<style>
span { border-color: #AA8818; }
span { border-color: rgb(170,136,24); }
td.TdClassName
{
border-color: #AA8818;
}
.TagClassName
{
border-color: #AA8818;
}
</style>