Shades of Hacienda #AA7819
Tints of Hacienda #AA7819
RGB
CMYK
RGB Variations
Color information
#AA7819 (or 0xAA7819) is known color: Hacienda. HEX triplet: AA, 78 and 19. RGB value is (170,120,25). Sum of RGB (Red+Green+Blue) = 170+120+25=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7819 is #5587E6. Grayscale: #7C7C7C. Windows color (decimal): -5605351 or 1669290. OLE color: 1669290.
HSL color Cylindrical-coordinate representation of color #AA7819: hue angle of 39.31º degrees, saturation: 0.74, 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 #AA7819 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 25 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.33 |
| HSL | 39.31º | 0.74% | 0.38% | - |
| HSV(B) | 39.31º | 0.85% | 0.67% | - |
| XYZ | 23.47 | 22.05 | 3.94 | - |
| YUV | 124.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 25 | 0 | 0.29 | 0.85 | 0.33 | 39.31 | 0.74 | 0.38 |
| Hex | AA | 78 | 19 | 0 | 1D | 55 | 21 | 27 | 4A | 26 |
| Octal | 252 | 170 | 31 | 0 | 35 | 125 | 41 | 47 | 112 | 46 |
| Binary | 10101010 | 1111000 | 11001 | 0 | 11101 | 1010101 | 100001 | 100111 | 1001010 | 100110 |
Color Harmonies of #AA7819
Complementary color
Monochromatic Colors of #AA7819
Black with #AA7819
Text Example
Text Example
White with #AA7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7819; }
p { color: rgb(170,120,25); }
H1.HeaderClassName
{
color: #AA7819;
}
.AnyTagClassName
{
color: #AA7819;
}
</style>
background-color css
<style>
a { background-color: #AA7819; }
a { background-color: rgb(170,120,25); }
div.DivClassName
{
background-color: #AA7819;
}
.BgClassName
{
background-color: #AA7819;
}
</style>
border-color css
<style>
span { border-color: #AA7819; }
span { border-color: rgb(170,120,25); }
td.TdClassName
{
border-color: #AA7819;
}
.TagClassName
{
border-color: #AA7819;
}
</style>