Shades of Hacienda #AB7915
Tints of Hacienda #AB7915
RGB
CMYK
RGB Variations
Color information
#AB7915 (or 0xAB7915) is known color: Hacienda. HEX triplet: AB, 79 and 15. RGB value is (171,121,21). Sum of RGB (Red+Green+Blue) = 171+121+21=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7915 is #5486EA. Grayscale: #7D7D7D. Windows color (decimal): -5539563 or 1407403. OLE color: 1407403.
HSL color Cylindrical-coordinate representation of color #AB7915: hue angle of 40º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB7915 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 21 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.33 |
| HSL | 40º | 0.78% | 0.38% | - |
| HSV(B) | 40º | 0.88% | 0.67% | - |
| XYZ | 23.77 | 22.39 | 3.78 | - |
| YUV | 124.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 21 | 0 | 0.29 | 0.88 | 0.33 | 40 | 0.78 | 0.38 |
| Hex | AB | 79 | 15 | 0 | 1D | 58 | 21 | 28 | 4E | 26 |
| Octal | 253 | 171 | 25 | 0 | 35 | 130 | 41 | 50 | 116 | 46 |
| Binary | 10101011 | 1111001 | 10101 | 0 | 11101 | 1011000 | 100001 | 101000 | 1001110 | 100110 |
Color Harmonies of #AB7915
Complementary color
Monochromatic Colors of #AB7915
Black with #AB7915
Text Example
Text Example
White with #AB7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7915; }
p { color: rgb(171,121,21); }
H1.HeaderClassName
{
color: #AB7915;
}
.AnyTagClassName
{
color: #AB7915;
}
</style>
background-color css
<style>
a { background-color: #AB7915; }
a { background-color: rgb(171,121,21); }
div.DivClassName
{
background-color: #AB7915;
}
.BgClassName
{
background-color: #AB7915;
}
</style>
border-color css
<style>
span { border-color: #AB7915; }
span { border-color: rgb(171,121,21); }
td.TdClassName
{
border-color: #AB7915;
}
.TagClassName
{
border-color: #AB7915;
}
</style>