Shades of Hacienda #AA881D
Tints of Hacienda #AA881D
RGB
CMYK
RGB Variations
Color information
#AA881D (or 0xAA881D) is known color: Hacienda. HEX triplet: AA, 88 and 1D. RGB value is (170,136,29). Sum of RGB (Red+Green+Blue) = 170+136+29=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA881D is #5577E2. Grayscale: #868686. Windows color (decimal): -5601251 or 1935530. OLE color: 1935530.
HSL color Cylindrical-coordinate representation of color #AA881D: hue angle of 45.53º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA881D is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 29 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.33 |
| HSL | 45.53º | 0.71% | 0.39% | - |
| HSV(B) | 45.53º | 0.83% | 0.67% | - |
| XYZ | 25.6 | 26.24 | 4.88 | - |
| YUV | 133.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 29 | 0 | 0.20 | 0.83 | 0.33 | 45.53 | 0.71 | 0.39 |
| Hex | AA | 88 | 1D | 0 | 14 | 53 | 21 | 2E | 47 | 27 |
| Octal | 252 | 210 | 35 | 0 | 24 | 123 | 41 | 56 | 107 | 47 |
| Binary | 10101010 | 10001000 | 11101 | 0 | 10100 | 1010011 | 100001 | 101110 | 1000111 | 100111 |
Color Harmonies of #AA881D
Complementary color
Monochromatic Colors of #AA881D
Black with #AA881D
Text Example
Text Example
White with #AA881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA881D; }
p { color: rgb(170,136,29); }
H1.HeaderClassName
{
color: #AA881D;
}
.AnyTagClassName
{
color: #AA881D;
}
</style>
background-color css
<style>
a { background-color: #AA881D; }
a { background-color: rgb(170,136,29); }
div.DivClassName
{
background-color: #AA881D;
}
.BgClassName
{
background-color: #AA881D;
}
</style>
border-color css
<style>
span { border-color: #AA881D; }
span { border-color: rgb(170,136,29); }
td.TdClassName
{
border-color: #AA881D;
}
.TagClassName
{
border-color: #AA881D;
}
</style>