Shades of Hacienda #AA8A26
Tints of Hacienda #AA8A26
RGB
CMYK
RGB Variations
Color information
#AA8A26 (or 0xAA8A26) is known color: Hacienda. HEX triplet: AA, 8A and 26. RGB value is (170,138,38). Sum of RGB (Red+Green+Blue) = 170+138+38=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A26 is #5575D9. Grayscale: #888888. Windows color (decimal): -5600730 or 2525866. OLE color: 2525866.
HSL color Cylindrical-coordinate representation of color #AA8A26: hue angle of 45.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA8A26 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 38 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.33 |
| HSL | 45.45º | 0.63% | 0.41% | - |
| HSV(B) | 45.45º | 0.78% | 0.67% | - |
| XYZ | 26.02 | 26.86 | 5.65 | - |
| YUV | 136.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 38 | 0 | 0.19 | 0.78 | 0.33 | 45.45 | 0.63 | 0.41 |
| Hex | AA | 8A | 26 | 0 | 13 | 4E | 21 | 2D | 3F | 29 |
| Octal | 252 | 212 | 46 | 0 | 23 | 116 | 41 | 55 | 77 | 51 |
| Binary | 10101010 | 10001010 | 100110 | 0 | 10011 | 1001110 | 100001 | 101101 | 111111 | 101001 |
Color Harmonies of #AA8A26
Complementary color
Monochromatic Colors of #AA8A26
Black with #AA8A26
Text Example
Text Example
White with #AA8A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A26; }
p { color: rgb(170,138,38); }
H1.HeaderClassName
{
color: #AA8A26;
}
.AnyTagClassName
{
color: #AA8A26;
}
</style>
background-color css
<style>
a { background-color: #AA8A26; }
a { background-color: rgb(170,138,38); }
div.DivClassName
{
background-color: #AA8A26;
}
.BgClassName
{
background-color: #AA8A26;
}
</style>
border-color css
<style>
span { border-color: #AA8A26; }
span { border-color: rgb(170,138,38); }
td.TdClassName
{
border-color: #AA8A26;
}
.TagClassName
{
border-color: #AA8A26;
}
</style>