Shades of Hacienda #AA8728
Tints of Hacienda #AA8728
RGB
CMYK
RGB Variations
Color information
#AA8728 (or 0xAA8728) is known color: Hacienda. HEX triplet: AA, 87 and 28. RGB value is (170,135,40). Sum of RGB (Red+Green+Blue) = 170+135+40=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8728 is #5578D7. Grayscale: #878787. Windows color (decimal): -5601496 or 2656170. OLE color: 2656170.
HSL color Cylindrical-coordinate representation of color #AA8728: hue angle of 43.85º 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 #AA8728 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 40 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.33 |
| HSL | 43.85º | 0.62% | 0.41% | - |
| HSV(B) | 43.85º | 0.76% | 0.67% | - |
| XYZ | 25.62 | 26.03 | 5.68 | - |
| YUV | 134.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 40 | 0 | 0.21 | 0.76 | 0.33 | 43.85 | 0.62 | 0.41 |
| Hex | AA | 87 | 28 | 0 | 15 | 4C | 21 | 2C | 3E | 29 |
| Octal | 252 | 207 | 50 | 0 | 25 | 114 | 41 | 54 | 76 | 51 |
| Binary | 10101010 | 10000111 | 101000 | 0 | 10101 | 1001100 | 100001 | 101100 | 111110 | 101001 |
Color Harmonies of #AA8728
Complementary color
Monochromatic Colors of #AA8728
Black with #AA8728
Text Example
Text Example
White with #AA8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8728; }
p { color: rgb(170,135,40); }
H1.HeaderClassName
{
color: #AA8728;
}
.AnyTagClassName
{
color: #AA8728;
}
</style>
background-color css
<style>
a { background-color: #AA8728; }
a { background-color: rgb(170,135,40); }
div.DivClassName
{
background-color: #AA8728;
}
.BgClassName
{
background-color: #AA8728;
}
</style>
border-color css
<style>
span { border-color: #AA8728; }
span { border-color: rgb(170,135,40); }
td.TdClassName
{
border-color: #AA8728;
}
.TagClassName
{
border-color: #AA8728;
}
</style>