Shades of Locust #ADAE7A
Tints of Locust #ADAE7A
RGB
CMYK
RGB Variations
Color information
#ADAE7A (or 0xADAE7A) is known color: Locust. HEX triplet: AD, AE and 7A. RGB value is (173,174,122). Sum of RGB (Red+Green+Blue) = 173+174+122=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE7A is #525185. Grayscale: #A7A7A7. Windows color (decimal): -5394822 or 8040109. OLE color: 8040109.
HSL color Cylindrical-coordinate representation of color #ADAE7A: hue angle of 61.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADAE7A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 122 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.32 |
| HSL | 61.15º | 0.24% | 0.58% | - |
| HSV(B) | 61.15º | 0.3% | 0.68% | - |
| XYZ | 35.88 | 40.56 | 24.35 | - |
| YUV | 167.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 122 | 0.01 | 0 | 0.30 | 0.32 | 61.15 | 0.24 | 0.58 |
| Hex | AD | AE | 7A | 1 | 0 | 1E | 20 | 3D | 18 | 3A |
| Octal | 255 | 256 | 172 | 1 | 0 | 36 | 40 | 75 | 30 | 72 |
| Binary | 10101101 | 10101110 | 1111010 | 1 | 0 | 11110 | 100000 | 111101 | 11000 | 111010 |
Color Harmonies of #ADAE7A
Complementary color
Monochromatic Colors of #ADAE7A
Black with #ADAE7A
Text Example
Text Example
White with #ADAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE7A; }
p { color: rgb(173,174,122); }
H1.HeaderClassName
{
color: #ADAE7A;
}
.AnyTagClassName
{
color: #ADAE7A;
}
</style>
background-color css
<style>
a { background-color: #ADAE7A; }
a { background-color: rgb(173,174,122); }
div.DivClassName
{
background-color: #ADAE7A;
}
.BgClassName
{
background-color: #ADAE7A;
}
</style>
border-color css
<style>
span { border-color: #ADAE7A; }
span { border-color: rgb(173,174,122); }
td.TdClassName
{
border-color: #ADAE7A;
}
.TagClassName
{
border-color: #ADAE7A;
}
</style>