Shades of Hacienda #AA871A
Tints of Hacienda #AA871A
RGB
CMYK
RGB Variations
Color information
#AA871A (or 0xAA871A) is known color: Hacienda. HEX triplet: AA, 87 and 1A. RGB value is (170,135,26). Sum of RGB (Red+Green+Blue) = 170+135+26=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA871A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA871A is #5578E5. Grayscale: #858585. Windows color (decimal): -5601510 or 1738666. OLE color: 1738666.
HSL color Cylindrical-coordinate representation of color #AA871A: hue angle of 45.42º 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 #AA871A is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 26 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.33 |
| HSL | 45.42º | 0.73% | 0.38% | - |
| HSV(B) | 45.42º | 0.85% | 0.67% | - |
| XYZ | 25.43 | 25.95 | 4.65 | - |
| YUV | 133.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 26 | 0 | 0.21 | 0.85 | 0.33 | 45.42 | 0.73 | 0.38 |
| Hex | AA | 87 | 1A | 0 | 15 | 55 | 21 | 2D | 49 | 26 |
| Octal | 252 | 207 | 32 | 0 | 25 | 125 | 41 | 55 | 111 | 46 |
| Binary | 10101010 | 10000111 | 11010 | 0 | 10101 | 1010101 | 100001 | 101101 | 1001001 | 100110 |
Color Harmonies of #AA871A
Complementary color
Monochromatic Colors of #AA871A
Black with #AA871A
Text Example
Text Example
White with #AA871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA871A; }
p { color: rgb(170,135,26); }
H1.HeaderClassName
{
color: #AA871A;
}
.AnyTagClassName
{
color: #AA871A;
}
</style>
background-color css
<style>
a { background-color: #AA871A; }
a { background-color: rgb(170,135,26); }
div.DivClassName
{
background-color: #AA871A;
}
.BgClassName
{
background-color: #AA871A;
}
</style>
border-color css
<style>
span { border-color: #AA871A; }
span { border-color: rgb(170,135,26); }
td.TdClassName
{
border-color: #AA871A;
}
.TagClassName
{
border-color: #AA871A;
}
</style>