Shades of Locust #ABAB7F
Tints of Locust #ABAB7F
RGB
CMYK
RGB Variations
Color information
#ABAB7F (or 0xABAB7F) is known color: Locust. HEX triplet: AB, AB and 7F. RGB value is (171,171,127). Sum of RGB (Red+Green+Blue) = 171+171+127=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB7F is #545480. Grayscale: #A6A6A6. Windows color (decimal): -5526657 or 8367019. OLE color: 8367019.
HSL color Cylindrical-coordinate representation of color #ABAB7F: hue angle of 60º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABAB7F is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 127 | - |
| CMYK | 0 | 0 | 0.26 | 0.33 |
| HSL | 60º | 0.21% | 0.58% | - |
| HSV(B) | 60º | 0.26% | 0.67% | - |
| XYZ | 35.19 | 39.32 | 25.81 | - |
| YUV | 165.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 127 | 0 | 0 | 0.26 | 0.33 | 60 | 0.21 | 0.58 |
| Hex | AB | AB | 7F | 0 | 0 | 1A | 21 | 3C | 15 | 3A |
| Octal | 253 | 253 | 177 | 0 | 0 | 32 | 41 | 74 | 25 | 72 |
| Binary | 10101011 | 10101011 | 1111111 | 0 | 0 | 11010 | 100001 | 111100 | 10101 | 111010 |
Color Harmonies of #ABAB7F
Complementary color
Monochromatic Colors of #ABAB7F
Black with #ABAB7F
Text Example
Text Example
White with #ABAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB7F; }
p { color: rgb(171,171,127); }
H1.HeaderClassName
{
color: #ABAB7F;
}
.AnyTagClassName
{
color: #ABAB7F;
}
</style>
background-color css
<style>
a { background-color: #ABAB7F; }
a { background-color: rgb(171,171,127); }
div.DivClassName
{
background-color: #ABAB7F;
}
.BgClassName
{
background-color: #ABAB7F;
}
</style>
border-color css
<style>
span { border-color: #ABAB7F; }
span { border-color: rgb(171,171,127); }
td.TdClassName
{
border-color: #ABAB7F;
}
.TagClassName
{
border-color: #ABAB7F;
}
</style>