Shades of Locust #ABAB79
Tints of Locust #ABAB79
RGB
CMYK
RGB Variations
Color information
#ABAB79 (or 0xABAB79) is known color: Locust. HEX triplet: AB, AB and 79. RGB value is (171,171,121). Sum of RGB (Red+Green+Blue) = 171+171+121=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB79 is #545486. Grayscale: #A5A5A5. Windows color (decimal): -5526663 or 7973803. OLE color: 7973803.
HSL color Cylindrical-coordinate representation of color #ABAB79: hue angle of 60º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAB79 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 121 | - |
| CMYK | 0 | 0 | 0.29 | 0.33 |
| HSL | 60º | 0.23% | 0.57% | - |
| HSV(B) | 60º | 0.29% | 0.67% | - |
| XYZ | 34.81 | 39.16 | 23.81 | - |
| YUV | 165.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 121 | 0 | 0 | 0.29 | 0.33 | 60 | 0.23 | 0.57 |
| Hex | AB | AB | 79 | 0 | 0 | 1D | 21 | 3C | 17 | 39 |
| Octal | 253 | 253 | 171 | 0 | 0 | 35 | 41 | 74 | 27 | 71 |
| Binary | 10101011 | 10101011 | 1111001 | 0 | 0 | 11101 | 100001 | 111100 | 10111 | 111001 |
Color Harmonies of #ABAB79
Complementary color
Monochromatic Colors of #ABAB79
Black with #ABAB79
Text Example
Text Example
White with #ABAB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB79; }
p { color: rgb(171,171,121); }
H1.HeaderClassName
{
color: #ABAB79;
}
.AnyTagClassName
{
color: #ABAB79;
}
</style>
background-color css
<style>
a { background-color: #ABAB79; }
a { background-color: rgb(171,171,121); }
div.DivClassName
{
background-color: #ABAB79;
}
.BgClassName
{
background-color: #ABAB79;
}
</style>
border-color css
<style>
span { border-color: #ABAB79; }
span { border-color: rgb(171,171,121); }
td.TdClassName
{
border-color: #ABAB79;
}
.TagClassName
{
border-color: #ABAB79;
}
</style>