Shades of Hacienda #AA8128
Tints of Hacienda #AA8128
RGB
CMYK
RGB Variations
Color information
#AA8128 (or 0xAA8128) is known color: Hacienda. HEX triplet: AA, 81 and 28. RGB value is (170,129,40). Sum of RGB (Red+Green+Blue) = 170+129+40=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8128 is #557ED7. Grayscale: #838383. Windows color (decimal): -5603032 or 2654634. OLE color: 2654634.
HSL color Cylindrical-coordinate representation of color #AA8128: hue angle of 41.08º degrees, saturation: 0.62, 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 #AA8128 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 40 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.33 |
| HSL | 41.08º | 0.62% | 0.41% | - |
| HSV(B) | 41.08º | 0.76% | 0.67% | - |
| XYZ | 24.81 | 24.4 | 5.41 | - |
| YUV | 131.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 40 | 0 | 0.24 | 0.76 | 0.33 | 41.08 | 0.62 | 0.41 |
| Hex | AA | 81 | 28 | 0 | 18 | 4C | 21 | 29 | 3E | 29 |
| Octal | 252 | 201 | 50 | 0 | 30 | 114 | 41 | 51 | 76 | 51 |
| Binary | 10101010 | 10000001 | 101000 | 0 | 11000 | 1001100 | 100001 | 101001 | 111110 | 101001 |
Color Harmonies of #AA8128
Complementary color
Monochromatic Colors of #AA8128
Black with #AA8128
Text Example
Text Example
White with #AA8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8128; }
p { color: rgb(170,129,40); }
H1.HeaderClassName
{
color: #AA8128;
}
.AnyTagClassName
{
color: #AA8128;
}
</style>
background-color css
<style>
a { background-color: #AA8128; }
a { background-color: rgb(170,129,40); }
div.DivClassName
{
background-color: #AA8128;
}
.BgClassName
{
background-color: #AA8128;
}
</style>
border-color css
<style>
span { border-color: #AA8128; }
span { border-color: rgb(170,129,40); }
td.TdClassName
{
border-color: #AA8128;
}
.TagClassName
{
border-color: #AA8128;
}
</style>