Shades of Hacienda #AA8418
Tints of Hacienda #AA8418
RGB
CMYK
RGB Variations
Color information
#AA8418 (or 0xAA8418) is known color: Hacienda. HEX triplet: AA, 84 and 18. RGB value is (170,132,24). Sum of RGB (Red+Green+Blue) = 170+132+24=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8418 is #557BE7. Grayscale: #838383. Windows color (decimal): -5602280 or 1606826. OLE color: 1606826.
HSL color Cylindrical-coordinate representation of color #AA8418: hue angle of 44.38º 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 #AA8418 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 24 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.33 |
| HSL | 44.38º | 0.75% | 0.38% | - |
| HSV(B) | 44.38º | 0.86% | 0.67% | - |
| XYZ | 24.99 | 25.11 | 4.39 | - |
| YUV | 131.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 24 | 0 | 0.22 | 0.86 | 0.33 | 44.38 | 0.75 | 0.38 |
| Hex | AA | 84 | 18 | 0 | 16 | 56 | 21 | 2C | 4B | 26 |
| Octal | 252 | 204 | 30 | 0 | 26 | 126 | 41 | 54 | 113 | 46 |
| Binary | 10101010 | 10000100 | 11000 | 0 | 10110 | 1010110 | 100001 | 101100 | 1001011 | 100110 |
Color Harmonies of #AA8418
Complementary color
Monochromatic Colors of #AA8418
Black with #AA8418
Text Example
Text Example
White with #AA8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8418; }
p { color: rgb(170,132,24); }
H1.HeaderClassName
{
color: #AA8418;
}
.AnyTagClassName
{
color: #AA8418;
}
</style>
background-color css
<style>
a { background-color: #AA8418; }
a { background-color: rgb(170,132,24); }
div.DivClassName
{
background-color: #AA8418;
}
.BgClassName
{
background-color: #AA8418;
}
</style>
border-color css
<style>
span { border-color: #AA8418; }
span { border-color: rgb(170,132,24); }
td.TdClassName
{
border-color: #AA8418;
}
.TagClassName
{
border-color: #AA8418;
}
</style>