Shades of Hacienda #AA881B
Tints of Hacienda #AA881B
RGB
CMYK
RGB Variations
Color information
#AA881B (or 0xAA881B) is known color: Hacienda. HEX triplet: AA, 88 and 1B. RGB value is (170,136,27). Sum of RGB (Red+Green+Blue) = 170+136+27=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA881B is #5577E4. Grayscale: #868686. Windows color (decimal): -5601253 or 1804458. OLE color: 1804458.
HSL color Cylindrical-coordinate representation of color #AA881B: hue angle of 45.73º 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 #AA881B is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 27 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.33 |
| HSL | 45.73º | 0.73% | 0.39% | - |
| HSV(B) | 45.73º | 0.84% | 0.67% | - |
| XYZ | 25.58 | 26.23 | 4.75 | - |
| YUV | 133.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 27 | 0 | 0.20 | 0.84 | 0.33 | 45.73 | 0.73 | 0.39 |
| Hex | AA | 88 | 1B | 0 | 14 | 54 | 21 | 2E | 49 | 27 |
| Octal | 252 | 210 | 33 | 0 | 24 | 124 | 41 | 56 | 111 | 47 |
| Binary | 10101010 | 10001000 | 11011 | 0 | 10100 | 1010100 | 100001 | 101110 | 1001001 | 100111 |
Color Harmonies of #AA881B
Complementary color
Monochromatic Colors of #AA881B
Black with #AA881B
Text Example
Text Example
White with #AA881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA881B; }
p { color: rgb(170,136,27); }
H1.HeaderClassName
{
color: #AA881B;
}
.AnyTagClassName
{
color: #AA881B;
}
</style>
background-color css
<style>
a { background-color: #AA881B; }
a { background-color: rgb(170,136,27); }
div.DivClassName
{
background-color: #AA881B;
}
.BgClassName
{
background-color: #AA881B;
}
</style>
border-color css
<style>
span { border-color: #AA881B; }
span { border-color: rgb(170,136,27); }
td.TdClassName
{
border-color: #AA881B;
}
.TagClassName
{
border-color: #AA881B;
}
</style>