Shades of Locust #ADAE74
Tints of Locust #ADAE74
RGB
CMYK
RGB Variations
Color information
#ADAE74 (or 0xADAE74) is known color: Locust. HEX triplet: AD, AE and 74. RGB value is (173,174,116). Sum of RGB (Red+Green+Blue) = 173+174+116=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE74 is #52518B. Grayscale: #A7A7A7. Windows color (decimal): -5394828 or 7646893. OLE color: 7646893.
HSL color Cylindrical-coordinate representation of color #ADAE74: hue angle of 61.03º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADAE74 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 116 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.32 |
| HSL | 61.03º | 0.26% | 0.57% | - |
| HSV(B) | 61.03º | 0.33% | 0.68% | - |
| XYZ | 35.52 | 40.42 | 22.45 | - |
| YUV | 167.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 116 | 0.01 | 0 | 0.33 | 0.32 | 61.03 | 0.26 | 0.57 |
| Hex | AD | AE | 74 | 1 | 0 | 21 | 20 | 3D | 1A | 39 |
| Octal | 255 | 256 | 164 | 1 | 0 | 41 | 40 | 75 | 32 | 71 |
| Binary | 10101101 | 10101110 | 1110100 | 1 | 0 | 100001 | 100000 | 111101 | 11010 | 111001 |
Color Harmonies of #ADAE74
Complementary color
Monochromatic Colors of #ADAE74
Black with #ADAE74
Text Example
Text Example
White with #ADAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE74; }
p { color: rgb(173,174,116); }
H1.HeaderClassName
{
color: #ADAE74;
}
.AnyTagClassName
{
color: #ADAE74;
}
</style>
background-color css
<style>
a { background-color: #ADAE74; }
a { background-color: rgb(173,174,116); }
div.DivClassName
{
background-color: #ADAE74;
}
.BgClassName
{
background-color: #ADAE74;
}
</style>
border-color css
<style>
span { border-color: #ADAE74; }
span { border-color: rgb(173,174,116); }
td.TdClassName
{
border-color: #ADAE74;
}
.TagClassName
{
border-color: #ADAE74;
}
</style>