Shades of Hacienda #AA871F
Tints of Hacienda #AA871F
RGB
CMYK
RGB Variations
Color information
#AA871F (or 0xAA871F) is known color: Hacienda. HEX triplet: AA, 87 and 1F. RGB value is (170,135,31). Sum of RGB (Red+Green+Blue) = 170+135+31=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA871F is #5578E0. Grayscale: #868686. Windows color (decimal): -5601505 or 2066346. OLE color: 2066346.
HSL color Cylindrical-coordinate representation of color #AA871F: hue angle of 44.89º degrees, saturation: 0.69, 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 #AA871F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 31 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.33 |
| HSL | 44.89º | 0.69% | 0.39% | - |
| HSV(B) | 44.89º | 0.82% | 0.67% | - |
| XYZ | 25.49 | 25.97 | 4.97 | - |
| YUV | 133.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 31 | 0 | 0.21 | 0.82 | 0.33 | 44.89 | 0.69 | 0.39 |
| Hex | AA | 87 | 1F | 0 | 15 | 52 | 21 | 2D | 45 | 27 |
| Octal | 252 | 207 | 37 | 0 | 25 | 122 | 41 | 55 | 105 | 47 |
| Binary | 10101010 | 10000111 | 11111 | 0 | 10101 | 1010010 | 100001 | 101101 | 1000101 | 100111 |
Color Harmonies of #AA871F
Complementary color
Monochromatic Colors of #AA871F
Black with #AA871F
Text Example
Text Example
White with #AA871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA871F; }
p { color: rgb(170,135,31); }
H1.HeaderClassName
{
color: #AA871F;
}
.AnyTagClassName
{
color: #AA871F;
}
</style>
background-color css
<style>
a { background-color: #AA871F; }
a { background-color: rgb(170,135,31); }
div.DivClassName
{
background-color: #AA871F;
}
.BgClassName
{
background-color: #AA871F;
}
</style>
border-color css
<style>
span { border-color: #AA871F; }
span { border-color: rgb(170,135,31); }
td.TdClassName
{
border-color: #AA871F;
}
.TagClassName
{
border-color: #AA871F;
}
</style>