Shades of Locust #ABAE7F
Tints of Locust #ABAE7F
RGB
CMYK
RGB Variations
Color information
#ABAE7F (or 0xABAE7F) is known color: Locust. HEX triplet: AB, AE and 7F. RGB value is (171,174,127). Sum of RGB (Red+Green+Blue) = 171+174+127=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7F is #545180. Grayscale: #A7A7A7. Windows color (decimal): -5525889 or 8367787. OLE color: 8367787.
HSL color Cylindrical-coordinate representation of color #ABAE7F: hue angle of 63.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAE7F is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 127 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.32 |
| HSL | 63.83º | 0.22% | 0.59% | - |
| HSV(B) | 63.83º | 0.27% | 0.68% | - |
| XYZ | 35.76 | 40.46 | 26 | - |
| YUV | 167.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 127 | 0.02 | 0 | 0.27 | 0.32 | 63.83 | 0.22 | 0.59 |
| Hex | AB | AE | 7F | 2 | 0 | 1B | 20 | 40 | 16 | 3B |
| Octal | 253 | 256 | 177 | 2 | 0 | 33 | 40 | 100 | 26 | 73 |
| Binary | 10101011 | 10101110 | 1111111 | 10 | 0 | 11011 | 100000 | 1000000 | 10110 | 111011 |
Color Harmonies of #ABAE7F
Complementary color
Monochromatic Colors of #ABAE7F
Black with #ABAE7F
Text Example
Text Example
White with #ABAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE7F; }
p { color: rgb(171,174,127); }
H1.HeaderClassName
{
color: #ABAE7F;
}
.AnyTagClassName
{
color: #ABAE7F;
}
</style>
background-color css
<style>
a { background-color: #ABAE7F; }
a { background-color: rgb(171,174,127); }
div.DivClassName
{
background-color: #ABAE7F;
}
.BgClassName
{
background-color: #ABAE7F;
}
</style>
border-color css
<style>
span { border-color: #ABAE7F; }
span { border-color: rgb(171,174,127); }
td.TdClassName
{
border-color: #ABAE7F;
}
.TagClassName
{
border-color: #ABAE7F;
}
</style>