Shades of Hacienda #AA842A
Tints of Hacienda #AA842A
RGB
CMYK
RGB Variations
Color information
#AA842A (or 0xAA842A) is known color: Hacienda. HEX triplet: AA, 84 and 2A. RGB value is (170,132,42). Sum of RGB (Red+Green+Blue) = 170+132+42=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA842A is #557BD5. Grayscale: #858585. Windows color (decimal): -5602262 or 2786474. OLE color: 2786474.
HSL color Cylindrical-coordinate representation of color #AA842A: hue angle of 42.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA842A is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 42 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.33 |
| HSL | 42.19º | 0.6% | 0.42% | - |
| HSV(B) | 42.19º | 0.75% | 0.67% | - |
| XYZ | 25.25 | 25.22 | 5.73 | - |
| YUV | 133.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 42 | 0 | 0.22 | 0.75 | 0.33 | 42.19 | 0.6 | 0.42 |
| Hex | AA | 84 | 2A | 0 | 16 | 4B | 21 | 2A | 3C | 2A |
| Octal | 252 | 204 | 52 | 0 | 26 | 113 | 41 | 52 | 74 | 52 |
| Binary | 10101010 | 10000100 | 101010 | 0 | 10110 | 1001011 | 100001 | 101010 | 111100 | 101010 |
Color Harmonies of #AA842A
Complementary color
Monochromatic Colors of #AA842A
Black with #AA842A
Text Example
Text Example
White with #AA842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA842A; }
p { color: rgb(170,132,42); }
H1.HeaderClassName
{
color: #AA842A;
}
.AnyTagClassName
{
color: #AA842A;
}
</style>
background-color css
<style>
a { background-color: #AA842A; }
a { background-color: rgb(170,132,42); }
div.DivClassName
{
background-color: #AA842A;
}
.BgClassName
{
background-color: #AA842A;
}
</style>
border-color css
<style>
span { border-color: #AA842A; }
span { border-color: rgb(170,132,42); }
td.TdClassName
{
border-color: #AA842A;
}
.TagClassName
{
border-color: #AA842A;
}
</style>