Shades of Locust #ABAE81
Tints of Locust #ABAE81
RGB
CMYK
RGB Variations
Color information
#ABAE81 (or 0xABAE81) is known color: Locust. HEX triplet: AB, AE and 81. RGB value is (171,174,129). Sum of RGB (Red+Green+Blue) = 171+174+129=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE81 is #54517E. Grayscale: #A8A8A8. Windows color (decimal): -5525887 or 8498859. OLE color: 8498859.
HSL color Cylindrical-coordinate representation of color #ABAE81: hue angle of 64º 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 #ABAE81 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 129 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.32 |
| HSL | 64º | 0.22% | 0.59% | - |
| HSV(B) | 64º | 0.26% | 0.68% | - |
| XYZ | 35.89 | 40.52 | 26.7 | - |
| YUV | 167.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 129 | 0.02 | 0 | 0.26 | 0.32 | 64 | 0.22 | 0.59 |
| Hex | AB | AE | 81 | 2 | 0 | 1A | 20 | 40 | 16 | 3B |
| Octal | 253 | 256 | 201 | 2 | 0 | 32 | 40 | 100 | 26 | 73 |
| Binary | 10101011 | 10101110 | 10000001 | 10 | 0 | 11010 | 100000 | 1000000 | 10110 | 111011 |
Color Harmonies of #ABAE81
Complementary color
Monochromatic Colors of #ABAE81
Black with #ABAE81
Text Example
Text Example
White with #ABAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE81; }
p { color: rgb(171,174,129); }
H1.HeaderClassName
{
color: #ABAE81;
}
.AnyTagClassName
{
color: #ABAE81;
}
</style>
background-color css
<style>
a { background-color: #ABAE81; }
a { background-color: rgb(171,174,129); }
div.DivClassName
{
background-color: #ABAE81;
}
.BgClassName
{
background-color: #ABAE81;
}
</style>
border-color css
<style>
span { border-color: #ABAE81; }
span { border-color: rgb(171,174,129); }
td.TdClassName
{
border-color: #ABAE81;
}
.TagClassName
{
border-color: #ABAE81;
}
</style>