Shades of Hacienda #AA7A15
Tints of Hacienda #AA7A15
RGB
CMYK
RGB Variations
Color information
#AA7A15 (or 0xAA7A15) is known color: Hacienda. HEX triplet: AA, 7A and 15. RGB value is (170,122,21). Sum of RGB (Red+Green+Blue) = 170+122+21=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A15 is #5585EA. Grayscale: #7D7D7D. Windows color (decimal): -5604843 or 1407658. OLE color: 1407658.
HSL color Cylindrical-coordinate representation of color #AA7A15: hue angle of 40.67º degrees, saturation: 0.78, 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 #AA7A15 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 21 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.33 |
| HSL | 40.67º | 0.78% | 0.37% | - |
| HSV(B) | 40.67º | 0.88% | 0.67% | - |
| XYZ | 23.67 | 22.52 | 3.81 | - |
| YUV | 124.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 21 | 0 | 0.28 | 0.88 | 0.33 | 40.67 | 0.78 | 0.37 |
| Hex | AA | 7A | 15 | 0 | 1C | 58 | 21 | 29 | 4E | 25 |
| Octal | 252 | 172 | 25 | 0 | 34 | 130 | 41 | 51 | 116 | 45 |
| Binary | 10101010 | 1111010 | 10101 | 0 | 11100 | 1011000 | 100001 | 101001 | 1001110 | 100101 |
Color Harmonies of #AA7A15
Complementary color
Monochromatic Colors of #AA7A15
Black with #AA7A15
Text Example
Text Example
White with #AA7A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A15; }
p { color: rgb(170,122,21); }
H1.HeaderClassName
{
color: #AA7A15;
}
.AnyTagClassName
{
color: #AA7A15;
}
</style>
background-color css
<style>
a { background-color: #AA7A15; }
a { background-color: rgb(170,122,21); }
div.DivClassName
{
background-color: #AA7A15;
}
.BgClassName
{
background-color: #AA7A15;
}
</style>
border-color css
<style>
span { border-color: #AA7A15; }
span { border-color: rgb(170,122,21); }
td.TdClassName
{
border-color: #AA7A15;
}
.TagClassName
{
border-color: #AA7A15;
}
</style>