Shades of Hacienda #AA891D
Tints of Hacienda #AA891D
RGB
CMYK
RGB Variations
Color information
#AA891D (or 0xAA891D) is known color: Hacienda. HEX triplet: AA, 89 and 1D. RGB value is (170,137,29). Sum of RGB (Red+Green+Blue) = 170+137+29=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA891D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA891D is #5576E2. Grayscale: #878787. Windows color (decimal): -5600995 or 1935786. OLE color: 1935786.
HSL color Cylindrical-coordinate representation of color #AA891D: hue angle of 45.96º 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 #AA891D is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 29 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.33 |
| HSL | 45.96º | 0.71% | 0.39% | - |
| HSV(B) | 45.96º | 0.83% | 0.67% | - |
| XYZ | 25.75 | 26.53 | 4.93 | - |
| YUV | 134.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 29 | 0 | 0.19 | 0.83 | 0.33 | 45.96 | 0.71 | 0.39 |
| Hex | AA | 89 | 1D | 0 | 13 | 53 | 21 | 2E | 47 | 27 |
| Octal | 252 | 211 | 35 | 0 | 23 | 123 | 41 | 56 | 107 | 47 |
| Binary | 10101010 | 10001001 | 11101 | 0 | 10011 | 1010011 | 100001 | 101110 | 1000111 | 100111 |
Color Harmonies of #AA891D
Complementary color
Monochromatic Colors of #AA891D
Black with #AA891D
Text Example
Text Example
White with #AA891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA891D; }
p { color: rgb(170,137,29); }
H1.HeaderClassName
{
color: #AA891D;
}
.AnyTagClassName
{
color: #AA891D;
}
</style>
background-color css
<style>
a { background-color: #AA891D; }
a { background-color: rgb(170,137,29); }
div.DivClassName
{
background-color: #AA891D;
}
.BgClassName
{
background-color: #AA891D;
}
</style>
border-color css
<style>
span { border-color: #AA891D; }
span { border-color: rgb(170,137,29); }
td.TdClassName
{
border-color: #AA891D;
}
.TagClassName
{
border-color: #AA891D;
}
</style>