Shades of Hacienda #AB7D16
Tints of Hacienda #AB7D16
RGB
CMYK
RGB Variations
Color information
#AB7D16 (or 0xAB7D16) is known color: Hacienda. HEX triplet: AB, 7D and 16. RGB value is (171,125,22). Sum of RGB (Red+Green+Blue) = 171+125+22=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D16 is #5482E9. Grayscale: #7F7F7F. Windows color (decimal): -5538538 or 1473963. OLE color: 1473963.
HSL color Cylindrical-coordinate representation of color #AB7D16: hue angle of 41.48º 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 #AB7D16 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 22 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.33 |
| HSL | 41.48º | 0.77% | 0.38% | - |
| HSV(B) | 41.48º | 0.87% | 0.67% | - |
| XYZ | 24.27 | 23.38 | 3.99 | - |
| YUV | 127.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 22 | 0 | 0.27 | 0.87 | 0.33 | 41.48 | 0.77 | 0.38 |
| Hex | AB | 7D | 16 | 0 | 1B | 57 | 21 | 29 | 4D | 26 |
| Octal | 253 | 175 | 26 | 0 | 33 | 127 | 41 | 51 | 115 | 46 |
| Binary | 10101011 | 1111101 | 10110 | 0 | 11011 | 1010111 | 100001 | 101001 | 1001101 | 100110 |
Color Harmonies of #AB7D16
Complementary color
Monochromatic Colors of #AB7D16
Black with #AB7D16
Text Example
Text Example
White with #AB7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D16; }
p { color: rgb(171,125,22); }
H1.HeaderClassName
{
color: #AB7D16;
}
.AnyTagClassName
{
color: #AB7D16;
}
</style>
background-color css
<style>
a { background-color: #AB7D16; }
a { background-color: rgb(171,125,22); }
div.DivClassName
{
background-color: #AB7D16;
}
.BgClassName
{
background-color: #AB7D16;
}
</style>
border-color css
<style>
span { border-color: #AB7D16; }
span { border-color: rgb(171,125,22); }
td.TdClassName
{
border-color: #AB7D16;
}
.TagClassName
{
border-color: #AB7D16;
}
</style>