Shades of Hacienda #AB7A19
Tints of Hacienda #AB7A19
RGB
CMYK
RGB Variations
Color information
#AB7A19 (or 0xAB7A19) is known color: Hacienda. HEX triplet: AB, 7A and 19. RGB value is (171,122,25). Sum of RGB (Red+Green+Blue) = 171+122+25=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A19 is #5485E6. Grayscale: #7E7E7E. Windows color (decimal): -5539303 or 1669803. OLE color: 1669803.
HSL color Cylindrical-coordinate representation of color #AB7A19: hue angle of 39.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB7A19 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 25 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.33 |
| HSL | 39.86º | 0.74% | 0.38% | - |
| HSV(B) | 39.86º | 0.85% | 0.67% | - |
| XYZ | 23.93 | 22.65 | 4.03 | - |
| YUV | 125.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 25 | 0 | 0.29 | 0.85 | 0.33 | 39.86 | 0.74 | 0.38 |
| Hex | AB | 7A | 19 | 0 | 1D | 55 | 21 | 28 | 4A | 26 |
| Octal | 253 | 172 | 31 | 0 | 35 | 125 | 41 | 50 | 112 | 46 |
| Binary | 10101011 | 1111010 | 11001 | 0 | 11101 | 1010101 | 100001 | 101000 | 1001010 | 100110 |
Color Harmonies of #AB7A19
Complementary color
Monochromatic Colors of #AB7A19
Black with #AB7A19
Text Example
Text Example
White with #AB7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A19; }
p { color: rgb(171,122,25); }
H1.HeaderClassName
{
color: #AB7A19;
}
.AnyTagClassName
{
color: #AB7A19;
}
</style>
background-color css
<style>
a { background-color: #AB7A19; }
a { background-color: rgb(171,122,25); }
div.DivClassName
{
background-color: #AB7A19;
}
.BgClassName
{
background-color: #AB7A19;
}
</style>
border-color css
<style>
span { border-color: #AB7A19; }
span { border-color: rgb(171,122,25); }
td.TdClassName
{
border-color: #AB7A19;
}
.TagClassName
{
border-color: #AB7A19;
}
</style>