Shades of Hacienda #AB7F16
Tints of Hacienda #AB7F16
RGB
CMYK
RGB Variations
Color information
#AB7F16 (or 0xAB7F16) is known color: Hacienda. HEX triplet: AB, 7F and 16. RGB value is (171,127,22). Sum of RGB (Red+Green+Blue) = 171+127+22=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F16 is #5480E9. Grayscale: #808080. Windows color (decimal): -5538026 or 1474475. OLE color: 1474475.
HSL color Cylindrical-coordinate representation of color #AB7F16: hue angle of 42.28º 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 #AB7F16 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 22 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.33 |
| HSL | 42.28º | 0.77% | 0.38% | - |
| HSV(B) | 42.28º | 0.87% | 0.67% | - |
| XYZ | 24.53 | 23.89 | 4.08 | - |
| YUV | 128.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 22 | 0 | 0.26 | 0.87 | 0.33 | 42.28 | 0.77 | 0.38 |
| Hex | AB | 7F | 16 | 0 | 1A | 57 | 21 | 2A | 4D | 26 |
| Octal | 253 | 177 | 26 | 0 | 32 | 127 | 41 | 52 | 115 | 46 |
| Binary | 10101011 | 1111111 | 10110 | 0 | 11010 | 1010111 | 100001 | 101010 | 1001101 | 100110 |
Color Harmonies of #AB7F16
Complementary color
Monochromatic Colors of #AB7F16
Black with #AB7F16
Text Example
Text Example
White with #AB7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F16; }
p { color: rgb(171,127,22); }
H1.HeaderClassName
{
color: #AB7F16;
}
.AnyTagClassName
{
color: #AB7F16;
}
</style>
background-color css
<style>
a { background-color: #AB7F16; }
a { background-color: rgb(171,127,22); }
div.DivClassName
{
background-color: #AB7F16;
}
.BgClassName
{
background-color: #AB7F16;
}
</style>
border-color css
<style>
span { border-color: #AB7F16; }
span { border-color: rgb(171,127,22); }
td.TdClassName
{
border-color: #AB7F16;
}
.TagClassName
{
border-color: #AB7F16;
}
</style>