Shades of Hacienda #AB7717
Tints of Hacienda #AB7717
RGB
CMYK
RGB Variations
Color information
#AB7717 (or 0xAB7717) is known color: Hacienda. HEX triplet: AB, 77 and 17. RGB value is (171,119,23). Sum of RGB (Red+Green+Blue) = 171+119+23=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7717 is #5488E8. Grayscale: #7C7C7C. Windows color (decimal): -5540073 or 1537963. OLE color: 1537963.
HSL color Cylindrical-coordinate representation of color #AB7717: hue angle of 38.92º 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 #AB7717 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 23 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.33 |
| HSL | 38.92º | 0.76% | 0.38% | - |
| HSV(B) | 38.92º | 0.87% | 0.67% | - |
| XYZ | 23.55 | 21.91 | 3.8 | - |
| YUV | 123.6 | 71.23 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 23 | 0 | 0.30 | 0.87 | 0.33 | 38.92 | 0.76 | 0.38 |
| Hex | AB | 77 | 17 | 0 | 1E | 57 | 21 | 27 | 4C | 26 |
| Octal | 253 | 167 | 27 | 0 | 36 | 127 | 41 | 47 | 114 | 46 |
| Binary | 10101011 | 1110111 | 10111 | 0 | 11110 | 1010111 | 100001 | 100111 | 1001100 | 100110 |
Color Harmonies of #AB7717
Complementary color
Monochromatic Colors of #AB7717
Black with #AB7717
Text Example
Text Example
White with #AB7717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7717; }
p { color: rgb(171,119,23); }
H1.HeaderClassName
{
color: #AB7717;
}
.AnyTagClassName
{
color: #AB7717;
}
</style>
background-color css
<style>
a { background-color: #AB7717; }
a { background-color: rgb(171,119,23); }
div.DivClassName
{
background-color: #AB7717;
}
.BgClassName
{
background-color: #AB7717;
}
</style>
border-color css
<style>
span { border-color: #AB7717; }
span { border-color: rgb(171,119,23); }
td.TdClassName
{
border-color: #AB7717;
}
.TagClassName
{
border-color: #AB7717;
}
</style>