Shades of Locust #ABAB76
Tints of Locust #ABAB76
RGB
CMYK
RGB Variations
Color information
#ABAB76 (or 0xABAB76) is known color: Locust. HEX triplet: AB, AB and 76. RGB value is (171,171,118). Sum of RGB (Red+Green+Blue) = 171+171+118=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB76 is #545489. Grayscale: #A5A5A5. Windows color (decimal): -5526666 or 7777195. OLE color: 7777195.
HSL color Cylindrical-coordinate representation of color #ABAB76: hue angle of 60º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABAB76 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 118 | - |
| CMYK | 0 | 0 | 0.31 | 0.33 |
| HSL | 60º | 0.24% | 0.57% | - |
| HSV(B) | 60º | 0.31% | 0.67% | - |
| XYZ | 34.63 | 39.09 | 22.86 | - |
| YUV | 164.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 118 | 0 | 0 | 0.31 | 0.33 | 60 | 0.24 | 0.57 |
| Hex | AB | AB | 76 | 0 | 0 | 1F | 21 | 3C | 18 | 39 |
| Octal | 253 | 253 | 166 | 0 | 0 | 37 | 41 | 74 | 30 | 71 |
| Binary | 10101011 | 10101011 | 1110110 | 0 | 0 | 11111 | 100001 | 111100 | 11000 | 111001 |
Color Harmonies of #ABAB76
Complementary color
Monochromatic Colors of #ABAB76
Black with #ABAB76
Text Example
Text Example
White with #ABAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB76; }
p { color: rgb(171,171,118); }
H1.HeaderClassName
{
color: #ABAB76;
}
.AnyTagClassName
{
color: #ABAB76;
}
</style>
background-color css
<style>
a { background-color: #ABAB76; }
a { background-color: rgb(171,171,118); }
div.DivClassName
{
background-color: #ABAB76;
}
.BgClassName
{
background-color: #ABAB76;
}
</style>
border-color css
<style>
span { border-color: #ABAB76; }
span { border-color: rgb(171,171,118); }
td.TdClassName
{
border-color: #ABAB76;
}
.TagClassName
{
border-color: #ABAB76;
}
</style>