Shades of Hacienda #AB8417
Tints of Hacienda #AB8417
RGB
CMYK
RGB Variations
Color information
#AB8417 (or 0xAB8417) is known color: Hacienda. HEX triplet: AB, 84 and 17. RGB value is (171,132,23). Sum of RGB (Red+Green+Blue) = 171+132+23=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8417 is #547BE8. Grayscale: #838383. Windows color (decimal): -5536745 or 1541291. OLE color: 1541291.
HSL color Cylindrical-coordinate representation of color #AB8417: hue angle of 44.19º degrees, saturation: 0.76, 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 #AB8417 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 23 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.33 |
| HSL | 44.19º | 0.76% | 0.38% | - |
| HSV(B) | 44.19º | 0.87% | 0.67% | - |
| XYZ | 25.2 | 25.22 | 4.35 | - |
| YUV | 131.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 23 | 0 | 0.23 | 0.87 | 0.33 | 44.19 | 0.76 | 0.38 |
| Hex | AB | 84 | 17 | 0 | 17 | 57 | 21 | 2C | 4C | 26 |
| Octal | 253 | 204 | 27 | 0 | 27 | 127 | 41 | 54 | 114 | 46 |
| Binary | 10101011 | 10000100 | 10111 | 0 | 10111 | 1010111 | 100001 | 101100 | 1001100 | 100110 |
Color Harmonies of #AB8417
Complementary color
Monochromatic Colors of #AB8417
Black with #AB8417
Text Example
Text Example
White with #AB8417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8417; }
p { color: rgb(171,132,23); }
H1.HeaderClassName
{
color: #AB8417;
}
.AnyTagClassName
{
color: #AB8417;
}
</style>
background-color css
<style>
a { background-color: #AB8417; }
a { background-color: rgb(171,132,23); }
div.DivClassName
{
background-color: #AB8417;
}
.BgClassName
{
background-color: #AB8417;
}
</style>
border-color css
<style>
span { border-color: #AB8417; }
span { border-color: rgb(171,132,23); }
td.TdClassName
{
border-color: #AB8417;
}
.TagClassName
{
border-color: #AB8417;
}
</style>