Shades of Locust #ABAE70
Tints of Locust #ABAE70
RGB
CMYK
RGB Variations
Color information
#ABAE70 (or 0xABAE70) is known color: Locust. HEX triplet: AB, AE and 70. RGB value is (171,174,112). Sum of RGB (Red+Green+Blue) = 171+174+112=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE70 is #54518F. Grayscale: #A6A6A6. Windows color (decimal): -5525904 or 7384747. OLE color: 7384747.
HSL color Cylindrical-coordinate representation of color #ABAE70: hue angle of 62.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABAE70 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 112 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.32 |
| HSL | 62.9º | 0.28% | 0.56% | - |
| HSV(B) | 62.9º | 0.36% | 0.68% | - |
| XYZ | 34.86 | 40.1 | 21.23 | - |
| YUV | 166.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 112 | 0.02 | 0 | 0.36 | 0.32 | 62.9 | 0.28 | 0.56 |
| Hex | AB | AE | 70 | 2 | 0 | 24 | 20 | 3F | 1C | 38 |
| Octal | 253 | 256 | 160 | 2 | 0 | 44 | 40 | 77 | 34 | 70 |
| Binary | 10101011 | 10101110 | 1110000 | 10 | 0 | 100100 | 100000 | 111111 | 11100 | 111000 |
Color Harmonies of #ABAE70
Complementary color
Monochromatic Colors of #ABAE70
Black with #ABAE70
Text Example
Text Example
White with #ABAE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE70; }
p { color: rgb(171,174,112); }
H1.HeaderClassName
{
color: #ABAE70;
}
.AnyTagClassName
{
color: #ABAE70;
}
</style>
background-color css
<style>
a { background-color: #ABAE70; }
a { background-color: rgb(171,174,112); }
div.DivClassName
{
background-color: #ABAE70;
}
.BgClassName
{
background-color: #ABAE70;
}
</style>
border-color css
<style>
span { border-color: #ABAE70; }
span { border-color: rgb(171,174,112); }
td.TdClassName
{
border-color: #ABAE70;
}
.TagClassName
{
border-color: #ABAE70;
}
</style>