Shades of Hacienda #AA7B14
Tints of Hacienda #AA7B14
RGB
CMYK
RGB Variations
Color information
#AA7B14 (or 0xAA7B14) is known color: Hacienda. HEX triplet: AA, 7B and 14. RGB value is (170,123,20). Sum of RGB (Red+Green+Blue) = 170+123+20=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B14 is #5584EB. Grayscale: #7D7D7D. Windows color (decimal): -5604588 or 1342378. OLE color: 1342378.
HSL color Cylindrical-coordinate representation of color #AA7B14: hue angle of 41.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA7B14 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 20 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.33 |
| HSL | 41.2º | 0.79% | 0.37% | - |
| HSV(B) | 41.2º | 0.88% | 0.67% | - |
| XYZ | 23.79 | 22.76 | 3.8 | - |
| YUV | 125.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 20 | 0 | 0.28 | 0.88 | 0.33 | 41.2 | 0.79 | 0.37 |
| Hex | AA | 7B | 14 | 0 | 1C | 58 | 21 | 29 | 4F | 25 |
| Octal | 252 | 173 | 24 | 0 | 34 | 130 | 41 | 51 | 117 | 45 |
| Binary | 10101010 | 1111011 | 10100 | 0 | 11100 | 1011000 | 100001 | 101001 | 1001111 | 100101 |
Color Harmonies of #AA7B14
Complementary color
Monochromatic Colors of #AA7B14
Black with #AA7B14
Text Example
Text Example
White with #AA7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B14; }
p { color: rgb(170,123,20); }
H1.HeaderClassName
{
color: #AA7B14;
}
.AnyTagClassName
{
color: #AA7B14;
}
</style>
background-color css
<style>
a { background-color: #AA7B14; }
a { background-color: rgb(170,123,20); }
div.DivClassName
{
background-color: #AA7B14;
}
.BgClassName
{
background-color: #AA7B14;
}
</style>
border-color css
<style>
span { border-color: #AA7B14; }
span { border-color: rgb(170,123,20); }
td.TdClassName
{
border-color: #AA7B14;
}
.TagClassName
{
border-color: #AA7B14;
}
</style>