Shades of Hacienda #AA821B
Tints of Hacienda #AA821B
RGB
CMYK
RGB Variations
Color information
#AA821B (or 0xAA821B) is known color: Hacienda. HEX triplet: AA, 82 and 1B. RGB value is (170,130,27). Sum of RGB (Red+Green+Blue) = 170+130+27=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA821B is #557DE4. Grayscale: #828282. Windows color (decimal): -5602789 or 1802922. OLE color: 1802922.
HSL color Cylindrical-coordinate representation of color #AA821B: hue angle of 43.22º degrees, saturation: 0.73, 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 #AA821B is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 27 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.33 |
| HSL | 43.22º | 0.73% | 0.39% | - |
| HSV(B) | 43.22º | 0.84% | 0.67% | - |
| XYZ | 24.76 | 24.59 | 4.48 | - |
| YUV | 130.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 27 | 0 | 0.24 | 0.84 | 0.33 | 43.22 | 0.73 | 0.39 |
| Hex | AA | 82 | 1B | 0 | 18 | 54 | 21 | 2B | 49 | 27 |
| Octal | 252 | 202 | 33 | 0 | 30 | 124 | 41 | 53 | 111 | 47 |
| Binary | 10101010 | 10000010 | 11011 | 0 | 11000 | 1010100 | 100001 | 101011 | 1001001 | 100111 |
Color Harmonies of #AA821B
Complementary color
Monochromatic Colors of #AA821B
Black with #AA821B
Text Example
Text Example
White with #AA821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA821B; }
p { color: rgb(170,130,27); }
H1.HeaderClassName
{
color: #AA821B;
}
.AnyTagClassName
{
color: #AA821B;
}
</style>
background-color css
<style>
a { background-color: #AA821B; }
a { background-color: rgb(170,130,27); }
div.DivClassName
{
background-color: #AA821B;
}
.BgClassName
{
background-color: #AA821B;
}
</style>
border-color css
<style>
span { border-color: #AA821B; }
span { border-color: rgb(170,130,27); }
td.TdClassName
{
border-color: #AA821B;
}
.TagClassName
{
border-color: #AA821B;
}
</style>