Shades of Hacienda #AA8417
Tints of Hacienda #AA8417
RGB
CMYK
RGB Variations
Color information
#AA8417 (or 0xAA8417) is known color: Hacienda. HEX triplet: AA, 84 and 17. RGB value is (170,132,23). Sum of RGB (Red+Green+Blue) = 170+132+23=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8417 is #557BE8. Grayscale: #838383. Windows color (decimal): -5602281 or 1541290. OLE color: 1541290.
HSL color Cylindrical-coordinate representation of color #AA8417: hue angle of 44.49º degrees, saturation: 0.76, 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 #AA8417 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 23 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.33 |
| HSL | 44.49º | 0.76% | 0.38% | - |
| HSV(B) | 44.49º | 0.86% | 0.67% | - |
| XYZ | 24.98 | 25.11 | 4.34 | - |
| YUV | 130.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 23 | 0 | 0.22 | 0.86 | 0.33 | 44.49 | 0.76 | 0.38 |
| Hex | AA | 84 | 17 | 0 | 16 | 56 | 21 | 2C | 4C | 26 |
| Octal | 252 | 204 | 27 | 0 | 26 | 126 | 41 | 54 | 114 | 46 |
| Binary | 10101010 | 10000100 | 10111 | 0 | 10110 | 1010110 | 100001 | 101100 | 1001100 | 100110 |
Color Harmonies of #AA8417
Complementary color
Monochromatic Colors of #AA8417
Black with #AA8417
Text Example
Text Example
White with #AA8417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8417; }
p { color: rgb(170,132,23); }
H1.HeaderClassName
{
color: #AA8417;
}
.AnyTagClassName
{
color: #AA8417;
}
</style>
background-color css
<style>
a { background-color: #AA8417; }
a { background-color: rgb(170,132,23); }
div.DivClassName
{
background-color: #AA8417;
}
.BgClassName
{
background-color: #AA8417;
}
</style>
border-color css
<style>
span { border-color: #AA8417; }
span { border-color: rgb(170,132,23); }
td.TdClassName
{
border-color: #AA8417;
}
.TagClassName
{
border-color: #AA8417;
}
</style>