Shades of Hacienda #AA871E
Tints of Hacienda #AA871E
RGB
CMYK
RGB Variations
Color information
#AA871E (or 0xAA871E) is known color: Hacienda. HEX triplet: AA, 87 and 1E. RGB value is (170,135,30). Sum of RGB (Red+Green+Blue) = 170+135+30=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA871E is #5578E1. Grayscale: #858585. Windows color (decimal): -5601506 or 2000810. OLE color: 2000810.
HSL color Cylindrical-coordinate representation of color #AA871E: hue angle of 45º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA871E is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 30 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.33 |
| HSL | 45º | 0.7% | 0.39% | - |
| HSV(B) | 45º | 0.82% | 0.67% | - |
| XYZ | 25.48 | 25.97 | 4.9 | - |
| YUV | 133.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 30 | 0 | 0.21 | 0.82 | 0.33 | 45 | 0.7 | 0.39 |
| Hex | AA | 87 | 1E | 0 | 15 | 52 | 21 | 2D | 46 | 27 |
| Octal | 252 | 207 | 36 | 0 | 25 | 122 | 41 | 55 | 106 | 47 |
| Binary | 10101010 | 10000111 | 11110 | 0 | 10101 | 1010010 | 100001 | 101101 | 1000110 | 100111 |
Color Harmonies of #AA871E
Complementary color
Monochromatic Colors of #AA871E
Black with #AA871E
Text Example
Text Example
White with #AA871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA871E; }
p { color: rgb(170,135,30); }
H1.HeaderClassName
{
color: #AA871E;
}
.AnyTagClassName
{
color: #AA871E;
}
</style>
background-color css
<style>
a { background-color: #AA871E; }
a { background-color: rgb(170,135,30); }
div.DivClassName
{
background-color: #AA871E;
}
.BgClassName
{
background-color: #AA871E;
}
</style>
border-color css
<style>
span { border-color: #AA871E; }
span { border-color: rgb(170,135,30); }
td.TdClassName
{
border-color: #AA871E;
}
.TagClassName
{
border-color: #AA871E;
}
</style>