Shades of Hacienda #AA861A
Tints of Hacienda #AA861A
RGB
CMYK
RGB Variations
Color information
#AA861A (or 0xAA861A) is known color: Hacienda. HEX triplet: AA, 86 and 1A. RGB value is (170,134,26). Sum of RGB (Red+Green+Blue) = 170+134+26=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA861A is #5579E5. Grayscale: #848484. Windows color (decimal): -5601766 or 1738410. OLE color: 1738410.
HSL color Cylindrical-coordinate representation of color #AA861A: hue angle of 45º 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 #AA861A is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 26 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.33 |
| HSL | 45º | 0.73% | 0.38% | - |
| HSV(B) | 45º | 0.85% | 0.67% | - |
| XYZ | 25.29 | 25.67 | 4.6 | - |
| YUV | 132.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 26 | 0 | 0.21 | 0.85 | 0.33 | 45 | 0.73 | 0.38 |
| Hex | AA | 86 | 1A | 0 | 15 | 55 | 21 | 2D | 49 | 26 |
| Octal | 252 | 206 | 32 | 0 | 25 | 125 | 41 | 55 | 111 | 46 |
| Binary | 10101010 | 10000110 | 11010 | 0 | 10101 | 1010101 | 100001 | 101101 | 1001001 | 100110 |
Color Harmonies of #AA861A
Complementary color
Monochromatic Colors of #AA861A
Black with #AA861A
Text Example
Text Example
White with #AA861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA861A; }
p { color: rgb(170,134,26); }
H1.HeaderClassName
{
color: #AA861A;
}
.AnyTagClassName
{
color: #AA861A;
}
</style>
background-color css
<style>
a { background-color: #AA861A; }
a { background-color: rgb(170,134,26); }
div.DivClassName
{
background-color: #AA861A;
}
.BgClassName
{
background-color: #AA861A;
}
</style>
border-color css
<style>
span { border-color: #AA861A; }
span { border-color: rgb(170,134,26); }
td.TdClassName
{
border-color: #AA861A;
}
.TagClassName
{
border-color: #AA861A;
}
</style>