Shades of Hacienda #AA8824
Tints of Hacienda #AA8824
RGB
CMYK
RGB Variations
Color information
#AA8824 (or 0xAA8824) is known color: Hacienda. HEX triplet: AA, 88 and 24. RGB value is (170,136,36). Sum of RGB (Red+Green+Blue) = 170+136+36=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8824 is #5577DB. Grayscale: #878787. Windows color (decimal): -5601244 or 2394282. OLE color: 2394282.
HSL color Cylindrical-coordinate representation of color #AA8824: hue angle of 44.78º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA8824 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 36 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.33 |
| HSL | 44.78º | 0.65% | 0.4% | - |
| HSV(B) | 44.78º | 0.79% | 0.67% | - |
| XYZ | 25.7 | 26.28 | 5.39 | - |
| YUV | 134.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 36 | 0 | 0.20 | 0.79 | 0.33 | 44.78 | 0.65 | 0.4 |
| Hex | AA | 88 | 24 | 0 | 14 | 4F | 21 | 2D | 41 | 28 |
| Octal | 252 | 210 | 44 | 0 | 24 | 117 | 41 | 55 | 101 | 50 |
| Binary | 10101010 | 10001000 | 100100 | 0 | 10100 | 1001111 | 100001 | 101101 | 1000001 | 101000 |
Color Harmonies of #AA8824
Complementary color
Monochromatic Colors of #AA8824
Black with #AA8824
Text Example
Text Example
White with #AA8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8824; }
p { color: rgb(170,136,36); }
H1.HeaderClassName
{
color: #AA8824;
}
.AnyTagClassName
{
color: #AA8824;
}
</style>
background-color css
<style>
a { background-color: #AA8824; }
a { background-color: rgb(170,136,36); }
div.DivClassName
{
background-color: #AA8824;
}
.BgClassName
{
background-color: #AA8824;
}
</style>
border-color css
<style>
span { border-color: #AA8824; }
span { border-color: rgb(170,136,36); }
td.TdClassName
{
border-color: #AA8824;
}
.TagClassName
{
border-color: #AA8824;
}
</style>