Shades of Hacienda #AA781A
Tints of Hacienda #AA781A
RGB
CMYK
RGB Variations
Color information
#AA781A (or 0xAA781A) is known color: Hacienda. HEX triplet: AA, 78 and 1A. RGB value is (170,120,26). Sum of RGB (Red+Green+Blue) = 170+120+26=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA781A is #5587E5. Grayscale: #7C7C7C. Windows color (decimal): -5605350 or 1734826. OLE color: 1734826.
HSL color Cylindrical-coordinate representation of color #AA781A: hue angle of 39.17º 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 #AA781A is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 26 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.33 |
| HSL | 39.17º | 0.73% | 0.38% | - |
| HSV(B) | 39.17º | 0.85% | 0.67% | - |
| XYZ | 23.48 | 22.05 | 4 | - |
| YUV | 124.23 | 72.57 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 26 | 0 | 0.29 | 0.85 | 0.33 | 39.17 | 0.73 | 0.38 |
| Hex | AA | 78 | 1A | 0 | 1D | 55 | 21 | 27 | 49 | 26 |
| Octal | 252 | 170 | 32 | 0 | 35 | 125 | 41 | 47 | 111 | 46 |
| Binary | 10101010 | 1111000 | 11010 | 0 | 11101 | 1010101 | 100001 | 100111 | 1001001 | 100110 |
Color Harmonies of #AA781A
Complementary color
Monochromatic Colors of #AA781A
Black with #AA781A
Text Example
Text Example
White with #AA781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA781A; }
p { color: rgb(170,120,26); }
H1.HeaderClassName
{
color: #AA781A;
}
.AnyTagClassName
{
color: #AA781A;
}
</style>
background-color css
<style>
a { background-color: #AA781A; }
a { background-color: rgb(170,120,26); }
div.DivClassName
{
background-color: #AA781A;
}
.BgClassName
{
background-color: #AA781A;
}
</style>
border-color css
<style>
span { border-color: #AA781A; }
span { border-color: rgb(170,120,26); }
td.TdClassName
{
border-color: #AA781A;
}
.TagClassName
{
border-color: #AA781A;
}
</style>