Shades of Hacienda #AA811A
Tints of Hacienda #AA811A
RGB
CMYK
RGB Variations
Color information
#AA811A (or 0xAA811A) is known color: Hacienda. HEX triplet: AA, 81 and 1A. RGB value is (170,129,26). Sum of RGB (Red+Green+Blue) = 170+129+26=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA811A is #557EE5. Grayscale: #818181. Windows color (decimal): -5603046 or 1737130. OLE color: 1737130.
HSL color Cylindrical-coordinate representation of color #AA811A: hue angle of 42.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA811A is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 26 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.33 |
| HSL | 42.92º | 0.73% | 0.38% | - |
| HSV(B) | 42.92º | 0.85% | 0.67% | - |
| XYZ | 24.61 | 24.32 | 4.37 | - |
| YUV | 129.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 26 | 0 | 0.24 | 0.85 | 0.33 | 42.92 | 0.73 | 0.38 |
| Hex | AA | 81 | 1A | 0 | 18 | 55 | 21 | 2B | 49 | 26 |
| Octal | 252 | 201 | 32 | 0 | 30 | 125 | 41 | 53 | 111 | 46 |
| Binary | 10101010 | 10000001 | 11010 | 0 | 11000 | 1010101 | 100001 | 101011 | 1001001 | 100110 |
Color Harmonies of #AA811A
Complementary color
Monochromatic Colors of #AA811A
Black with #AA811A
Text Example
Text Example
White with #AA811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA811A; }
p { color: rgb(170,129,26); }
H1.HeaderClassName
{
color: #AA811A;
}
.AnyTagClassName
{
color: #AA811A;
}
</style>
background-color css
<style>
a { background-color: #AA811A; }
a { background-color: rgb(170,129,26); }
div.DivClassName
{
background-color: #AA811A;
}
.BgClassName
{
background-color: #AA811A;
}
</style>
border-color css
<style>
span { border-color: #AA811A; }
span { border-color: rgb(170,129,26); }
td.TdClassName
{
border-color: #AA811A;
}
.TagClassName
{
border-color: #AA811A;
}
</style>