Shades of Hacienda #AA8229
Tints of Hacienda #AA8229
RGB
CMYK
RGB Variations
Color information
#AA8229 (or 0xAA8229) is known color: Hacienda. HEX triplet: AA, 82 and 29. RGB value is (170,130,41). Sum of RGB (Red+Green+Blue) = 170+130+41=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8229 is #557DD6. Grayscale: #848484. Windows color (decimal): -5602775 or 2720426. OLE color: 2720426.
HSL color Cylindrical-coordinate representation of color #AA8229: hue angle of 41.4º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA8229 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 41 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.33 |
| HSL | 41.4º | 0.61% | 0.41% | - |
| HSV(B) | 41.4º | 0.76% | 0.67% | - |
| XYZ | 24.96 | 24.67 | 5.54 | - |
| YUV | 131.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 41 | 0 | 0.24 | 0.76 | 0.33 | 41.4 | 0.61 | 0.41 |
| Hex | AA | 82 | 29 | 0 | 18 | 4C | 21 | 29 | 3D | 29 |
| Octal | 252 | 202 | 51 | 0 | 30 | 114 | 41 | 51 | 75 | 51 |
| Binary | 10101010 | 10000010 | 101001 | 0 | 11000 | 1001100 | 100001 | 101001 | 111101 | 101001 |
Color Harmonies of #AA8229
Complementary color
Monochromatic Colors of #AA8229
Black with #AA8229
Text Example
Text Example
White with #AA8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8229; }
p { color: rgb(170,130,41); }
H1.HeaderClassName
{
color: #AA8229;
}
.AnyTagClassName
{
color: #AA8229;
}
</style>
background-color css
<style>
a { background-color: #AA8229; }
a { background-color: rgb(170,130,41); }
div.DivClassName
{
background-color: #AA8229;
}
.BgClassName
{
background-color: #AA8229;
}
</style>
border-color css
<style>
span { border-color: #AA8229; }
span { border-color: rgb(170,130,41); }
td.TdClassName
{
border-color: #AA8229;
}
.TagClassName
{
border-color: #AA8229;
}
</style>