Shades of Hacienda #AA881C
Tints of Hacienda #AA881C
RGB
CMYK
RGB Variations
Color information
#AA881C (or 0xAA881C) is known color: Hacienda. HEX triplet: AA, 88 and 1C. RGB value is (170,136,28). Sum of RGB (Red+Green+Blue) = 170+136+28=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA881C is #5577E3. Grayscale: #868686. Windows color (decimal): -5601252 or 1869994. OLE color: 1869994.
HSL color Cylindrical-coordinate representation of color #AA881C: hue angle of 45.63º 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 #AA881C is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 28 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.33 |
| HSL | 45.63º | 0.72% | 0.39% | - |
| HSV(B) | 45.63º | 0.84% | 0.67% | - |
| XYZ | 25.59 | 26.24 | 4.81 | - |
| YUV | 133.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 28 | 0 | 0.20 | 0.84 | 0.33 | 45.63 | 0.72 | 0.39 |
| Hex | AA | 88 | 1C | 0 | 14 | 54 | 21 | 2E | 48 | 27 |
| Octal | 252 | 210 | 34 | 0 | 24 | 124 | 41 | 56 | 110 | 47 |
| Binary | 10101010 | 10001000 | 11100 | 0 | 10100 | 1010100 | 100001 | 101110 | 1001000 | 100111 |
Color Harmonies of #AA881C
Complementary color
Monochromatic Colors of #AA881C
Black with #AA881C
Text Example
Text Example
White with #AA881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA881C; }
p { color: rgb(170,136,28); }
H1.HeaderClassName
{
color: #AA881C;
}
.AnyTagClassName
{
color: #AA881C;
}
</style>
background-color css
<style>
a { background-color: #AA881C; }
a { background-color: rgb(170,136,28); }
div.DivClassName
{
background-color: #AA881C;
}
.BgClassName
{
background-color: #AA881C;
}
</style>
border-color css
<style>
span { border-color: #AA881C; }
span { border-color: rgb(170,136,28); }
td.TdClassName
{
border-color: #AA881C;
}
.TagClassName
{
border-color: #AA881C;
}
</style>