Shades of Locust #ADAE77
Tints of Locust #ADAE77
RGB
CMYK
RGB Variations
Color information
#ADAE77 (or 0xADAE77) is known color: Locust. HEX triplet: AD, AE and 77. RGB value is (173,174,119). Sum of RGB (Red+Green+Blue) = 173+174+119=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE77 is #525188. Grayscale: #A7A7A7. Windows color (decimal): -5394825 or 7843501. OLE color: 7843501.
HSL color Cylindrical-coordinate representation of color #ADAE77: hue angle of 61.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADAE77 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 119 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.32 |
| HSL | 61.09º | 0.25% | 0.57% | - |
| HSV(B) | 61.09º | 0.32% | 0.68% | - |
| XYZ | 35.7 | 40.49 | 23.39 | - |
| YUV | 167.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 119 | 0.01 | 0 | 0.32 | 0.32 | 61.09 | 0.25 | 0.57 |
| Hex | AD | AE | 77 | 1 | 0 | 20 | 20 | 3D | 19 | 39 |
| Octal | 255 | 256 | 167 | 1 | 0 | 40 | 40 | 75 | 31 | 71 |
| Binary | 10101101 | 10101110 | 1110111 | 1 | 0 | 100000 | 100000 | 111101 | 11001 | 111001 |
Color Harmonies of #ADAE77
Complementary color
Monochromatic Colors of #ADAE77
Black with #ADAE77
Text Example
Text Example
White with #ADAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE77; }
p { color: rgb(173,174,119); }
H1.HeaderClassName
{
color: #ADAE77;
}
.AnyTagClassName
{
color: #ADAE77;
}
</style>
background-color css
<style>
a { background-color: #ADAE77; }
a { background-color: rgb(173,174,119); }
div.DivClassName
{
background-color: #ADAE77;
}
.BgClassName
{
background-color: #ADAE77;
}
</style>
border-color css
<style>
span { border-color: #ADAE77; }
span { border-color: rgb(173,174,119); }
td.TdClassName
{
border-color: #ADAE77;
}
.TagClassName
{
border-color: #ADAE77;
}
</style>