Shades of Locust #ADAE7E
Tints of Locust #ADAE7E
RGB
CMYK
RGB Variations
Color information
#ADAE7E (or 0xADAE7E) is known color: Locust. HEX triplet: AD, AE and 7E. RGB value is (173,174,126). Sum of RGB (Red+Green+Blue) = 173+174+126=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE7E is #525181. Grayscale: #A8A8A8. Windows color (decimal): -5394818 or 8302253. OLE color: 8302253.
HSL color Cylindrical-coordinate representation of color #ADAE7E: hue angle of 61.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAE7E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 126 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.32 |
| HSL | 61.25º | 0.23% | 0.59% | - |
| HSV(B) | 61.25º | 0.28% | 0.68% | - |
| XYZ | 36.14 | 40.66 | 25.68 | - |
| YUV | 168.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 126 | 0.01 | 0 | 0.28 | 0.32 | 61.25 | 0.23 | 0.59 |
| Hex | AD | AE | 7E | 1 | 0 | 1C | 20 | 3D | 17 | 3B |
| Octal | 255 | 256 | 176 | 1 | 0 | 34 | 40 | 75 | 27 | 73 |
| Binary | 10101101 | 10101110 | 1111110 | 1 | 0 | 11100 | 100000 | 111101 | 10111 | 111011 |
Color Harmonies of #ADAE7E
Complementary color
Monochromatic Colors of #ADAE7E
Black with #ADAE7E
Text Example
Text Example
White with #ADAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE7E; }
p { color: rgb(173,174,126); }
H1.HeaderClassName
{
color: #ADAE7E;
}
.AnyTagClassName
{
color: #ADAE7E;
}
</style>
background-color css
<style>
a { background-color: #ADAE7E; }
a { background-color: rgb(173,174,126); }
div.DivClassName
{
background-color: #ADAE7E;
}
.BgClassName
{
background-color: #ADAE7E;
}
</style>
border-color css
<style>
span { border-color: #ADAE7E; }
span { border-color: rgb(173,174,126); }
td.TdClassName
{
border-color: #ADAE7E;
}
.TagClassName
{
border-color: #ADAE7E;
}
</style>