Shades of Locust #ABAB7C
Tints of Locust #ABAB7C
RGB
CMYK
RGB Variations
Color information
#ABAB7C (or 0xABAB7C) is known color: Locust. HEX triplet: AB, AB and 7C. RGB value is (171,171,124). Sum of RGB (Red+Green+Blue) = 171+171+124=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB7C is #545483. Grayscale: #A5A5A5. Windows color (decimal): -5526660 or 8170411. OLE color: 8170411.
HSL color Cylindrical-coordinate representation of color #ABAB7C: hue angle of 60º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAB7C is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 124 | - |
| CMYK | 0 | 0 | 0.27 | 0.33 |
| HSL | 60º | 0.22% | 0.58% | - |
| HSV(B) | 60º | 0.27% | 0.67% | - |
| XYZ | 35 | 39.24 | 24.8 | - |
| YUV | 165.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 124 | 0 | 0 | 0.27 | 0.33 | 60 | 0.22 | 0.58 |
| Hex | AB | AB | 7C | 0 | 0 | 1B | 21 | 3C | 16 | 3A |
| Octal | 253 | 253 | 174 | 0 | 0 | 33 | 41 | 74 | 26 | 72 |
| Binary | 10101011 | 10101011 | 1111100 | 0 | 0 | 11011 | 100001 | 111100 | 10110 | 111010 |
Color Harmonies of #ABAB7C
Complementary color
Monochromatic Colors of #ABAB7C
Black with #ABAB7C
Text Example
Text Example
White with #ABAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB7C; }
p { color: rgb(171,171,124); }
H1.HeaderClassName
{
color: #ABAB7C;
}
.AnyTagClassName
{
color: #ABAB7C;
}
</style>
background-color css
<style>
a { background-color: #ABAB7C; }
a { background-color: rgb(171,171,124); }
div.DivClassName
{
background-color: #ABAB7C;
}
.BgClassName
{
background-color: #ABAB7C;
}
</style>
border-color css
<style>
span { border-color: #ABAB7C; }
span { border-color: rgb(171,171,124); }
td.TdClassName
{
border-color: #ABAB7C;
}
.TagClassName
{
border-color: #ABAB7C;
}
</style>