Shades of Hacienda #AA821E
Tints of Hacienda #AA821E
RGB
CMYK
RGB Variations
Color information
#AA821E (or 0xAA821E) is known color: Hacienda. HEX triplet: AA, 82 and 1E. RGB value is (170,130,30). Sum of RGB (Red+Green+Blue) = 170+130+30=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA821E is #557DE1. Grayscale: #838383. Windows color (decimal): -5602786 or 1999530. OLE color: 1999530.
HSL color Cylindrical-coordinate representation of color #AA821E: hue angle of 42.86º 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 #AA821E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 30 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.33 |
| HSL | 42.86º | 0.7% | 0.39% | - |
| HSV(B) | 42.86º | 0.82% | 0.67% | - |
| XYZ | 24.79 | 24.61 | 4.67 | - |
| YUV | 130.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 30 | 0 | 0.24 | 0.82 | 0.33 | 42.86 | 0.7 | 0.39 |
| Hex | AA | 82 | 1E | 0 | 18 | 52 | 21 | 2B | 46 | 27 |
| Octal | 252 | 202 | 36 | 0 | 30 | 122 | 41 | 53 | 106 | 47 |
| Binary | 10101010 | 10000010 | 11110 | 0 | 11000 | 1010010 | 100001 | 101011 | 1000110 | 100111 |
Color Harmonies of #AA821E
Complementary color
Monochromatic Colors of #AA821E
Black with #AA821E
Text Example
Text Example
White with #AA821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA821E; }
p { color: rgb(170,130,30); }
H1.HeaderClassName
{
color: #AA821E;
}
.AnyTagClassName
{
color: #AA821E;
}
</style>
background-color css
<style>
a { background-color: #AA821E; }
a { background-color: rgb(170,130,30); }
div.DivClassName
{
background-color: #AA821E;
}
.BgClassName
{
background-color: #AA821E;
}
</style>
border-color css
<style>
span { border-color: #AA821E; }
span { border-color: rgb(170,130,30); }
td.TdClassName
{
border-color: #AA821E;
}
.TagClassName
{
border-color: #AA821E;
}
</style>