Shades of Locust #ABAE80
Tints of Locust #ABAE80
RGB
CMYK
RGB Variations
Color information
#ABAE80 (or 0xABAE80) is known color: Locust. HEX triplet: AB, AE and 80. RGB value is (171,174,128). Sum of RGB (Red+Green+Blue) = 171+174+128=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE80 is #54517F. Grayscale: #A8A8A8. Windows color (decimal): -5525888 or 8433323. OLE color: 8433323.
HSL color Cylindrical-coordinate representation of color #ABAE80: hue angle of 63.91º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABAE80 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 128 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.32 |
| HSL | 63.91º | 0.22% | 0.59% | - |
| HSV(B) | 63.91º | 0.26% | 0.68% | - |
| XYZ | 35.83 | 40.49 | 26.35 | - |
| YUV | 167.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 128 | 0.02 | 0 | 0.26 | 0.32 | 63.91 | 0.22 | 0.59 |
| Hex | AB | AE | 80 | 2 | 0 | 1A | 20 | 40 | 16 | 3B |
| Octal | 253 | 256 | 200 | 2 | 0 | 32 | 40 | 100 | 26 | 73 |
| Binary | 10101011 | 10101110 | 10000000 | 10 | 0 | 11010 | 100000 | 1000000 | 10110 | 111011 |
Color Harmonies of #ABAE80
Complementary color
Monochromatic Colors of #ABAE80
Black with #ABAE80
Text Example
Text Example
White with #ABAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE80; }
p { color: rgb(171,174,128); }
H1.HeaderClassName
{
color: #ABAE80;
}
.AnyTagClassName
{
color: #ABAE80;
}
</style>
background-color css
<style>
a { background-color: #ABAE80; }
a { background-color: rgb(171,174,128); }
div.DivClassName
{
background-color: #ABAE80;
}
.BgClassName
{
background-color: #ABAE80;
}
</style>
border-color css
<style>
span { border-color: #ABAE80; }
span { border-color: rgb(171,174,128); }
td.TdClassName
{
border-color: #ABAE80;
}
.TagClassName
{
border-color: #ABAE80;
}
</style>