Shades of Hacienda #AA821C
Tints of Hacienda #AA821C
RGB
CMYK
RGB Variations
Color information
#AA821C (or 0xAA821C) is known color: Hacienda. HEX triplet: AA, 82 and 1C. RGB value is (170,130,28). Sum of RGB (Red+Green+Blue) = 170+130+28=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA821C is #557DE3. Grayscale: #828282. Windows color (decimal): -5602788 or 1868458. OLE color: 1868458.
HSL color Cylindrical-coordinate representation of color #AA821C: hue angle of 43.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA821C is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 28 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.33 |
| HSL | 43.1º | 0.72% | 0.39% | - |
| HSV(B) | 43.1º | 0.84% | 0.67% | - |
| XYZ | 24.77 | 24.6 | 4.54 | - |
| YUV | 130.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 28 | 0 | 0.24 | 0.84 | 0.33 | 43.1 | 0.72 | 0.39 |
| Hex | AA | 82 | 1C | 0 | 18 | 54 | 21 | 2B | 48 | 27 |
| Octal | 252 | 202 | 34 | 0 | 30 | 124 | 41 | 53 | 110 | 47 |
| Binary | 10101010 | 10000010 | 11100 | 0 | 11000 | 1010100 | 100001 | 101011 | 1001000 | 100111 |
Color Harmonies of #AA821C
Complementary color
Monochromatic Colors of #AA821C
Black with #AA821C
Text Example
Text Example
White with #AA821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA821C; }
p { color: rgb(170,130,28); }
H1.HeaderClassName
{
color: #AA821C;
}
.AnyTagClassName
{
color: #AA821C;
}
</style>
background-color css
<style>
a { background-color: #AA821C; }
a { background-color: rgb(170,130,28); }
div.DivClassName
{
background-color: #AA821C;
}
.BgClassName
{
background-color: #AA821C;
}
</style>
border-color css
<style>
span { border-color: #AA821C; }
span { border-color: rgb(170,130,28); }
td.TdClassName
{
border-color: #AA821C;
}
.TagClassName
{
border-color: #AA821C;
}
</style>