Shades of Hacienda #AB7A16
Tints of Hacienda #AB7A16
RGB
CMYK
RGB Variations
Color information
#AB7A16 (or 0xAB7A16) is known color: Hacienda. HEX triplet: AB, 7A and 16. RGB value is (171,122,22). Sum of RGB (Red+Green+Blue) = 171+122+22=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A16 is #5485E9. Grayscale: #7D7D7D. Windows color (decimal): -5539306 or 1473195. OLE color: 1473195.
HSL color Cylindrical-coordinate representation of color #AB7A16: hue angle of 40.27º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB7A16 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 22 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.33 |
| HSL | 40.27º | 0.77% | 0.38% | - |
| HSV(B) | 40.27º | 0.87% | 0.67% | - |
| XYZ | 23.9 | 22.63 | 3.87 | - |
| YUV | 125.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 22 | 0 | 0.29 | 0.87 | 0.33 | 40.27 | 0.77 | 0.38 |
| Hex | AB | 7A | 16 | 0 | 1D | 57 | 21 | 28 | 4D | 26 |
| Octal | 253 | 172 | 26 | 0 | 35 | 127 | 41 | 50 | 115 | 46 |
| Binary | 10101011 | 1111010 | 10110 | 0 | 11101 | 1010111 | 100001 | 101000 | 1001101 | 100110 |
Color Harmonies of #AB7A16
Complementary color
Monochromatic Colors of #AB7A16
Black with #AB7A16
Text Example
Text Example
White with #AB7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A16; }
p { color: rgb(171,122,22); }
H1.HeaderClassName
{
color: #AB7A16;
}
.AnyTagClassName
{
color: #AB7A16;
}
</style>
background-color css
<style>
a { background-color: #AB7A16; }
a { background-color: rgb(171,122,22); }
div.DivClassName
{
background-color: #AB7A16;
}
.BgClassName
{
background-color: #AB7A16;
}
</style>
border-color css
<style>
span { border-color: #AB7A16; }
span { border-color: rgb(171,122,22); }
td.TdClassName
{
border-color: #AB7A16;
}
.TagClassName
{
border-color: #AB7A16;
}
</style>