Shades of Hacienda #AA8A1B
Tints of Hacienda #AA8A1B
RGB
CMYK
RGB Variations
Color information
#AA8A1B (or 0xAA8A1B) is known color: Hacienda. HEX triplet: AA, 8A and 1B. RGB value is (170,138,27). Sum of RGB (Red+Green+Blue) = 170+138+27=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A1B is #5575E4. Grayscale: #878787. Windows color (decimal): -5600741 or 1804970. OLE color: 1804970.
HSL color Cylindrical-coordinate representation of color #AA8A1B: hue angle of 46.57º 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 #AA8A1B is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 27 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.33 |
| HSL | 46.57º | 0.73% | 0.39% | - |
| HSV(B) | 46.57º | 0.84% | 0.67% | - |
| XYZ | 25.86 | 26.8 | 4.85 | - |
| YUV | 134.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 27 | 0 | 0.19 | 0.84 | 0.33 | 46.57 | 0.73 | 0.39 |
| Hex | AA | 8A | 1B | 0 | 13 | 54 | 21 | 2F | 49 | 27 |
| Octal | 252 | 212 | 33 | 0 | 23 | 124 | 41 | 57 | 111 | 47 |
| Binary | 10101010 | 10001010 | 11011 | 0 | 10011 | 1010100 | 100001 | 101111 | 1001001 | 100111 |
Color Harmonies of #AA8A1B
Complementary color
Monochromatic Colors of #AA8A1B
Black with #AA8A1B
Text Example
Text Example
White with #AA8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A1B; }
p { color: rgb(170,138,27); }
H1.HeaderClassName
{
color: #AA8A1B;
}
.AnyTagClassName
{
color: #AA8A1B;
}
</style>
background-color css
<style>
a { background-color: #AA8A1B; }
a { background-color: rgb(170,138,27); }
div.DivClassName
{
background-color: #AA8A1B;
}
.BgClassName
{
background-color: #AA8A1B;
}
</style>
border-color css
<style>
span { border-color: #AA8A1B; }
span { border-color: rgb(170,138,27); }
td.TdClassName
{
border-color: #AA8A1B;
}
.TagClassName
{
border-color: #AA8A1B;
}
</style>