Shades of Hacienda #AA8528
Tints of Hacienda #AA8528
RGB
CMYK
RGB Variations
Color information
#AA8528 (or 0xAA8528) is known color: Hacienda. HEX triplet: AA, 85 and 28. RGB value is (170,133,40). Sum of RGB (Red+Green+Blue) = 170+133+40=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8528 is #557AD7. Grayscale: #858585. Windows color (decimal): -5602008 or 2655658. OLE color: 2655658.
HSL color Cylindrical-coordinate representation of color #AA8528: hue angle of 42.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA8528 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 40 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.33 |
| HSL | 42.92º | 0.62% | 0.41% | - |
| HSV(B) | 42.92º | 0.76% | 0.67% | - |
| XYZ | 25.35 | 25.47 | 5.59 | - |
| YUV | 133.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 40 | 0 | 0.22 | 0.76 | 0.33 | 42.92 | 0.62 | 0.41 |
| Hex | AA | 85 | 28 | 0 | 16 | 4C | 21 | 2B | 3E | 29 |
| Octal | 252 | 205 | 50 | 0 | 26 | 114 | 41 | 53 | 76 | 51 |
| Binary | 10101010 | 10000101 | 101000 | 0 | 10110 | 1001100 | 100001 | 101011 | 111110 | 101001 |
Color Harmonies of #AA8528
Complementary color
Monochromatic Colors of #AA8528
Black with #AA8528
Text Example
Text Example
White with #AA8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8528; }
p { color: rgb(170,133,40); }
H1.HeaderClassName
{
color: #AA8528;
}
.AnyTagClassName
{
color: #AA8528;
}
</style>
background-color css
<style>
a { background-color: #AA8528; }
a { background-color: rgb(170,133,40); }
div.DivClassName
{
background-color: #AA8528;
}
.BgClassName
{
background-color: #AA8528;
}
</style>
border-color css
<style>
span { border-color: #AA8528; }
span { border-color: rgb(170,133,40); }
td.TdClassName
{
border-color: #AA8528;
}
.TagClassName
{
border-color: #AA8528;
}
</style>