Shades of Hacienda #AA7A18
Tints of Hacienda #AA7A18
RGB
CMYK
RGB Variations
Color information
#AA7A18 (or 0xAA7A18) is known color: Hacienda. HEX triplet: AA, 7A and 18. RGB value is (170,122,24). Sum of RGB (Red+Green+Blue) = 170+122+24=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A18 is #5585E7. Grayscale: #7D7D7D. Windows color (decimal): -5604840 or 1604266. OLE color: 1604266.
HSL color Cylindrical-coordinate representation of color #AA7A18: hue angle of 40.27º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA7A18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 24 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.33 |
| HSL | 40.27º | 0.75% | 0.38% | - |
| HSV(B) | 40.27º | 0.86% | 0.67% | - |
| XYZ | 23.7 | 22.53 | 3.96 | - |
| YUV | 125.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 24 | 0 | 0.28 | 0.86 | 0.33 | 40.27 | 0.75 | 0.38 |
| Hex | AA | 7A | 18 | 0 | 1C | 56 | 21 | 28 | 4B | 26 |
| Octal | 252 | 172 | 30 | 0 | 34 | 126 | 41 | 50 | 113 | 46 |
| Binary | 10101010 | 1111010 | 11000 | 0 | 11100 | 1010110 | 100001 | 101000 | 1001011 | 100110 |
Color Harmonies of #AA7A18
Complementary color
Monochromatic Colors of #AA7A18
Black with #AA7A18
Text Example
Text Example
White with #AA7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A18; }
p { color: rgb(170,122,24); }
H1.HeaderClassName
{
color: #AA7A18;
}
.AnyTagClassName
{
color: #AA7A18;
}
</style>
background-color css
<style>
a { background-color: #AA7A18; }
a { background-color: rgb(170,122,24); }
div.DivClassName
{
background-color: #AA7A18;
}
.BgClassName
{
background-color: #AA7A18;
}
</style>
border-color css
<style>
span { border-color: #AA7A18; }
span { border-color: rgb(170,122,24); }
td.TdClassName
{
border-color: #AA7A18;
}
.TagClassName
{
border-color: #AA7A18;
}
</style>