Shades of Hacienda #AA7F18
Tints of Hacienda #AA7F18
RGB
CMYK
RGB Variations
Color information
#AA7F18 (or 0xAA7F18) is known color: Hacienda. HEX triplet: AA, 7F and 18. RGB value is (170,127,24). Sum of RGB (Red+Green+Blue) = 170+127+24=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F18 is #5580E7. Grayscale: #808080. Windows color (decimal): -5603560 or 1605546. OLE color: 1605546.
HSL color Cylindrical-coordinate representation of color #AA7F18: hue angle of 42.33º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA7F18 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 24 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.33 |
| HSL | 42.33º | 0.75% | 0.38% | - |
| HSV(B) | 42.33º | 0.86% | 0.67% | - |
| XYZ | 24.33 | 23.79 | 4.17 | - |
| YUV | 128.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 24 | 0 | 0.25 | 0.86 | 0.33 | 42.33 | 0.75 | 0.38 |
| Hex | AA | 7F | 18 | 0 | 19 | 56 | 21 | 2A | 4B | 26 |
| Octal | 252 | 177 | 30 | 0 | 31 | 126 | 41 | 52 | 113 | 46 |
| Binary | 10101010 | 1111111 | 11000 | 0 | 11001 | 1010110 | 100001 | 101010 | 1001011 | 100110 |
Color Harmonies of #AA7F18
Complementary color
Monochromatic Colors of #AA7F18
Black with #AA7F18
Text Example
Text Example
White with #AA7F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F18; }
p { color: rgb(170,127,24); }
H1.HeaderClassName
{
color: #AA7F18;
}
.AnyTagClassName
{
color: #AA7F18;
}
</style>
background-color css
<style>
a { background-color: #AA7F18; }
a { background-color: rgb(170,127,24); }
div.DivClassName
{
background-color: #AA7F18;
}
.BgClassName
{
background-color: #AA7F18;
}
</style>
border-color css
<style>
span { border-color: #AA7F18; }
span { border-color: rgb(170,127,24); }
td.TdClassName
{
border-color: #AA7F18;
}
.TagClassName
{
border-color: #AA7F18;
}
</style>