Shades of Hacienda #AA831B
Tints of Hacienda #AA831B
RGB
CMYK
RGB Variations
Color information
#AA831B (or 0xAA831B) is known color: Hacienda. HEX triplet: AA, 83 and 1B. RGB value is (170,131,27). Sum of RGB (Red+Green+Blue) = 170+131+27=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA831B is #557CE4. Grayscale: #838383. Windows color (decimal): -5602533 or 1803178. OLE color: 1803178.
HSL color Cylindrical-coordinate representation of color #AA831B: hue angle of 43.64º 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 #AA831B is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 27 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.33 |
| HSL | 43.64º | 0.73% | 0.39% | - |
| HSV(B) | 43.64º | 0.84% | 0.67% | - |
| XYZ | 24.89 | 24.86 | 4.52 | - |
| YUV | 130.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 27 | 0 | 0.23 | 0.84 | 0.33 | 43.64 | 0.73 | 0.39 |
| Hex | AA | 83 | 1B | 0 | 17 | 54 | 21 | 2C | 49 | 27 |
| Octal | 252 | 203 | 33 | 0 | 27 | 124 | 41 | 54 | 111 | 47 |
| Binary | 10101010 | 10000011 | 11011 | 0 | 10111 | 1010100 | 100001 | 101100 | 1001001 | 100111 |
Color Harmonies of #AA831B
Complementary color
Monochromatic Colors of #AA831B
Black with #AA831B
Text Example
Text Example
White with #AA831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA831B; }
p { color: rgb(170,131,27); }
H1.HeaderClassName
{
color: #AA831B;
}
.AnyTagClassName
{
color: #AA831B;
}
</style>
background-color css
<style>
a { background-color: #AA831B; }
a { background-color: rgb(170,131,27); }
div.DivClassName
{
background-color: #AA831B;
}
.BgClassName
{
background-color: #AA831B;
}
</style>
border-color css
<style>
span { border-color: #AA831B; }
span { border-color: rgb(170,131,27); }
td.TdClassName
{
border-color: #AA831B;
}
.TagClassName
{
border-color: #AA831B;
}
</style>