Shades of Hacienda #AA7A14
Tints of Hacienda #AA7A14
RGB
CMYK
RGB Variations
Color information
#AA7A14 (or 0xAA7A14) is known color: Hacienda. HEX triplet: AA, 7A and 14. RGB value is (170,122,20). Sum of RGB (Red+Green+Blue) = 170+122+20=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A14 is #5585EB. Grayscale: #7D7D7D. Windows color (decimal): -5604844 or 1342122. OLE color: 1342122.
HSL color Cylindrical-coordinate representation of color #AA7A14: hue angle of 40.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA7A14 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 20 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.33 |
| HSL | 40.8º | 0.79% | 0.37% | - |
| HSV(B) | 40.8º | 0.88% | 0.67% | - |
| XYZ | 23.66 | 22.52 | 3.76 | - |
| YUV | 124.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 20 | 0 | 0.28 | 0.88 | 0.33 | 40.8 | 0.79 | 0.37 |
| Hex | AA | 7A | 14 | 0 | 1C | 58 | 21 | 29 | 4F | 25 |
| Octal | 252 | 172 | 24 | 0 | 34 | 130 | 41 | 51 | 117 | 45 |
| Binary | 10101010 | 1111010 | 10100 | 0 | 11100 | 1011000 | 100001 | 101001 | 1001111 | 100101 |
Color Harmonies of #AA7A14
Complementary color
Monochromatic Colors of #AA7A14
Black with #AA7A14
Text Example
Text Example
White with #AA7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A14; }
p { color: rgb(170,122,20); }
H1.HeaderClassName
{
color: #AA7A14;
}
.AnyTagClassName
{
color: #AA7A14;
}
</style>
background-color css
<style>
a { background-color: #AA7A14; }
a { background-color: rgb(170,122,20); }
div.DivClassName
{
background-color: #AA7A14;
}
.BgClassName
{
background-color: #AA7A14;
}
</style>
border-color css
<style>
span { border-color: #AA7A14; }
span { border-color: rgb(170,122,20); }
td.TdClassName
{
border-color: #AA7A14;
}
.TagClassName
{
border-color: #AA7A14;
}
</style>