Shades of Hacienda #AB8819
Tints of Hacienda #AB8819
RGB
CMYK
RGB Variations
Color information
#AB8819 (or 0xAB8819) is known color: Hacienda. HEX triplet: AB, 88 and 19. RGB value is (171,136,25). Sum of RGB (Red+Green+Blue) = 171+136+25=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8819 is #5477E6. Grayscale: #868686. Windows color (decimal): -5535719 or 1673387. OLE color: 1673387.
HSL color Cylindrical-coordinate representation of color #AB8819: hue angle of 45.62º 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 #AB8819 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 25 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.33 |
| HSL | 45.62º | 0.74% | 0.38% | - |
| HSV(B) | 45.62º | 0.85% | 0.67% | - |
| XYZ | 25.77 | 26.34 | 4.64 | - |
| YUV | 133.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 25 | 0 | 0.20 | 0.85 | 0.33 | 45.62 | 0.74 | 0.38 |
| Hex | AB | 88 | 19 | 0 | 14 | 55 | 21 | 2E | 4A | 26 |
| Octal | 253 | 210 | 31 | 0 | 24 | 125 | 41 | 56 | 112 | 46 |
| Binary | 10101011 | 10001000 | 11001 | 0 | 10100 | 1010101 | 100001 | 101110 | 1001010 | 100110 |
Color Harmonies of #AB8819
Complementary color
Monochromatic Colors of #AB8819
Black with #AB8819
Text Example
Text Example
White with #AB8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8819; }
p { color: rgb(171,136,25); }
H1.HeaderClassName
{
color: #AB8819;
}
.AnyTagClassName
{
color: #AB8819;
}
</style>
background-color css
<style>
a { background-color: #AB8819; }
a { background-color: rgb(171,136,25); }
div.DivClassName
{
background-color: #AB8819;
}
.BgClassName
{
background-color: #AB8819;
}
</style>
border-color css
<style>
span { border-color: #AB8819; }
span { border-color: rgb(171,136,25); }
td.TdClassName
{
border-color: #AB8819;
}
.TagClassName
{
border-color: #AB8819;
}
</style>