Shades of Hacienda #AA841C
Tints of Hacienda #AA841C
RGB
CMYK
RGB Variations
Color information
#AA841C (or 0xAA841C) is known color: Hacienda. HEX triplet: AA, 84 and 1C. RGB value is (170,132,28). Sum of RGB (Red+Green+Blue) = 170+132+28=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA841C is #557BE3. Grayscale: #838383. Windows color (decimal): -5602276 or 1868970. OLE color: 1868970.
HSL color Cylindrical-coordinate representation of color #AA841C: hue angle of 43.94º 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 #AA841C is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 28 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.33 |
| HSL | 43.94º | 0.72% | 0.39% | - |
| HSV(B) | 43.94º | 0.84% | 0.67% | - |
| XYZ | 25.04 | 25.13 | 4.63 | - |
| YUV | 131.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 28 | 0 | 0.22 | 0.84 | 0.33 | 43.94 | 0.72 | 0.39 |
| Hex | AA | 84 | 1C | 0 | 16 | 54 | 21 | 2C | 48 | 27 |
| Octal | 252 | 204 | 34 | 0 | 26 | 124 | 41 | 54 | 110 | 47 |
| Binary | 10101010 | 10000100 | 11100 | 0 | 10110 | 1010100 | 100001 | 101100 | 1001000 | 100111 |
Color Harmonies of #AA841C
Complementary color
Monochromatic Colors of #AA841C
Black with #AA841C
Text Example
Text Example
White with #AA841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA841C; }
p { color: rgb(170,132,28); }
H1.HeaderClassName
{
color: #AA841C;
}
.AnyTagClassName
{
color: #AA841C;
}
</style>
background-color css
<style>
a { background-color: #AA841C; }
a { background-color: rgb(170,132,28); }
div.DivClassName
{
background-color: #AA841C;
}
.BgClassName
{
background-color: #AA841C;
}
</style>
border-color css
<style>
span { border-color: #AA841C; }
span { border-color: rgb(170,132,28); }
td.TdClassName
{
border-color: #AA841C;
}
.TagClassName
{
border-color: #AA841C;
}
</style>