Shades of Hacienda #AA831C
Tints of Hacienda #AA831C
RGB
CMYK
RGB Variations
Color information
#AA831C (or 0xAA831C) is known color: Hacienda. HEX triplet: AA, 83 and 1C. RGB value is (170,131,28). Sum of RGB (Red+Green+Blue) = 170+131+28=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA831C is #557CE3. Grayscale: #838383. Windows color (decimal): -5602532 or 1868714. OLE color: 1868714.
HSL color Cylindrical-coordinate representation of color #AA831C: hue angle of 43.52º 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 #AA831C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 28 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.33 |
| HSL | 43.52º | 0.72% | 0.39% | - |
| HSV(B) | 43.52º | 0.84% | 0.67% | - |
| XYZ | 24.9 | 24.86 | 4.58 | - |
| YUV | 130.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 28 | 0 | 0.23 | 0.84 | 0.33 | 43.52 | 0.72 | 0.39 |
| Hex | AA | 83 | 1C | 0 | 17 | 54 | 21 | 2C | 48 | 27 |
| Octal | 252 | 203 | 34 | 0 | 27 | 124 | 41 | 54 | 110 | 47 |
| Binary | 10101010 | 10000011 | 11100 | 0 | 10111 | 1010100 | 100001 | 101100 | 1001000 | 100111 |
Color Harmonies of #AA831C
Complementary color
Monochromatic Colors of #AA831C
Black with #AA831C
Text Example
Text Example
White with #AA831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA831C; }
p { color: rgb(170,131,28); }
H1.HeaderClassName
{
color: #AA831C;
}
.AnyTagClassName
{
color: #AA831C;
}
</style>
background-color css
<style>
a { background-color: #AA831C; }
a { background-color: rgb(170,131,28); }
div.DivClassName
{
background-color: #AA831C;
}
.BgClassName
{
background-color: #AA831C;
}
</style>
border-color css
<style>
span { border-color: #AA831C; }
span { border-color: rgb(170,131,28); }
td.TdClassName
{
border-color: #AA831C;
}
.TagClassName
{
border-color: #AA831C;
}
</style>