Shades of Hacienda #AA8823
Tints of Hacienda #AA8823
RGB
CMYK
RGB Variations
Color information
#AA8823 (or 0xAA8823) is known color: Hacienda. HEX triplet: AA, 88 and 23. RGB value is (170,136,35). Sum of RGB (Red+Green+Blue) = 170+136+35=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8823 is #5577DC. Grayscale: #878787. Windows color (decimal): -5601245 or 2328746. OLE color: 2328746.
HSL color Cylindrical-coordinate representation of color #AA8823: hue angle of 44.89º degrees, saturation: 0.66, 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 #AA8823 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 35 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.33 |
| HSL | 44.89º | 0.66% | 0.4% | - |
| HSV(B) | 44.89º | 0.79% | 0.67% | - |
| XYZ | 25.69 | 26.28 | 5.31 | - |
| YUV | 134.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 35 | 0 | 0.20 | 0.79 | 0.33 | 44.89 | 0.66 | 0.4 |
| Hex | AA | 88 | 23 | 0 | 14 | 4F | 21 | 2D | 42 | 28 |
| Octal | 252 | 210 | 43 | 0 | 24 | 117 | 41 | 55 | 102 | 50 |
| Binary | 10101010 | 10001000 | 100011 | 0 | 10100 | 1001111 | 100001 | 101101 | 1000010 | 101000 |
Color Harmonies of #AA8823
Complementary color
Monochromatic Colors of #AA8823
Black with #AA8823
Text Example
Text Example
White with #AA8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8823; }
p { color: rgb(170,136,35); }
H1.HeaderClassName
{
color: #AA8823;
}
.AnyTagClassName
{
color: #AA8823;
}
</style>
background-color css
<style>
a { background-color: #AA8823; }
a { background-color: rgb(170,136,35); }
div.DivClassName
{
background-color: #AA8823;
}
.BgClassName
{
background-color: #AA8823;
}
</style>
border-color css
<style>
span { border-color: #AA8823; }
span { border-color: rgb(170,136,35); }
td.TdClassName
{
border-color: #AA8823;
}
.TagClassName
{
border-color: #AA8823;
}
</style>