Shades of Locust #ADAE80
Tints of Locust #ADAE80
RGB
CMYK
RGB Variations
Color information
#ADAE80 (or 0xADAE80) is known color: Locust. HEX triplet: AD, AE and 80. RGB value is (173,174,128). Sum of RGB (Red+Green+Blue) = 173+174+128=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE80 is #52517F. Grayscale: #A8A8A8. Windows color (decimal): -5394816 or 8433325. OLE color: 8433325.
HSL color Cylindrical-coordinate representation of color #ADAE80: hue angle of 61.3º 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 #ADAE80 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 128 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.32 |
| HSL | 61.3º | 0.22% | 0.59% | - |
| HSV(B) | 61.3º | 0.26% | 0.68% | - |
| XYZ | 36.27 | 40.71 | 26.37 | - |
| YUV | 168.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 128 | 0.01 | 0 | 0.26 | 0.32 | 61.3 | 0.22 | 0.59 |
| Hex | AD | AE | 80 | 1 | 0 | 1A | 20 | 3D | 16 | 3B |
| Octal | 255 | 256 | 200 | 1 | 0 | 32 | 40 | 75 | 26 | 73 |
| Binary | 10101101 | 10101110 | 10000000 | 1 | 0 | 11010 | 100000 | 111101 | 10110 | 111011 |
Color Harmonies of #ADAE80
Complementary color
Monochromatic Colors of #ADAE80
Black with #ADAE80
Text Example
Text Example
White with #ADAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE80; }
p { color: rgb(173,174,128); }
H1.HeaderClassName
{
color: #ADAE80;
}
.AnyTagClassName
{
color: #ADAE80;
}
</style>
background-color css
<style>
a { background-color: #ADAE80; }
a { background-color: rgb(173,174,128); }
div.DivClassName
{
background-color: #ADAE80;
}
.BgClassName
{
background-color: #ADAE80;
}
</style>
border-color css
<style>
span { border-color: #ADAE80; }
span { border-color: rgb(173,174,128); }
td.TdClassName
{
border-color: #ADAE80;
}
.TagClassName
{
border-color: #ADAE80;
}
</style>