Shades of Locust #ADAE7F
Tints of Locust #ADAE7F
RGB
CMYK
RGB Variations
Color information
#ADAE7F (or 0xADAE7F) is known color: Locust. HEX triplet: AD, AE and 7F. RGB value is (173,174,127). Sum of RGB (Red+Green+Blue) = 173+174+127=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE7F is #525180. Grayscale: #A8A8A8. Windows color (decimal): -5394817 or 8367789. OLE color: 8367789.
HSL color Cylindrical-coordinate representation of color #ADAE7F: hue angle of 61.28º 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 #ADAE7F is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 127 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.32 |
| HSL | 61.28º | 0.22% | 0.59% | - |
| HSV(B) | 61.28º | 0.27% | 0.68% | - |
| XYZ | 36.2 | 40.69 | 26.02 | - |
| YUV | 168.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 127 | 0.01 | 0 | 0.27 | 0.32 | 61.28 | 0.22 | 0.59 |
| Hex | AD | AE | 7F | 1 | 0 | 1B | 20 | 3D | 16 | 3B |
| Octal | 255 | 256 | 177 | 1 | 0 | 33 | 40 | 75 | 26 | 73 |
| Binary | 10101101 | 10101110 | 1111111 | 1 | 0 | 11011 | 100000 | 111101 | 10110 | 111011 |
Color Harmonies of #ADAE7F
Complementary color
Monochromatic Colors of #ADAE7F
Black with #ADAE7F
Text Example
Text Example
White with #ADAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE7F; }
p { color: rgb(173,174,127); }
H1.HeaderClassName
{
color: #ADAE7F;
}
.AnyTagClassName
{
color: #ADAE7F;
}
</style>
background-color css
<style>
a { background-color: #ADAE7F; }
a { background-color: rgb(173,174,127); }
div.DivClassName
{
background-color: #ADAE7F;
}
.BgClassName
{
background-color: #ADAE7F;
}
</style>
border-color css
<style>
span { border-color: #ADAE7F; }
span { border-color: rgb(173,174,127); }
td.TdClassName
{
border-color: #ADAE7F;
}
.TagClassName
{
border-color: #ADAE7F;
}
</style>