Shades of Neutral Green #ADAA7E
Tints of Neutral Green #ADAA7E
RGB
CMYK
RGB Variations
Color information
#ADAA7E (or 0xADAA7E) is known color: Neutral Green. HEX triplet: AD, AA and 7E. RGB value is (173,170,126). Sum of RGB (Red+Green+Blue) = 173+170+126=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA7E is #525581. Grayscale: #A6A6A6. Windows color (decimal): -5395842 or 8301229. OLE color: 8301229.
HSL color Cylindrical-coordinate representation of color #ADAA7E: hue angle of 56.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAA7E is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 126 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.32 |
| HSL | 56.17º | 0.22% | 0.59% | - |
| HSV(B) | 56.17º | 0.27% | 0.68% | - |
| XYZ | 35.37 | 39.14 | 25.43 | - |
| YUV | 165.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 126 | 0 | 0.02 | 0.27 | 0.32 | 56.17 | 0.22 | 0.59 |
| Hex | AD | AA | 7E | 0 | 2 | 1B | 20 | 38 | 16 | 3B |
| Octal | 255 | 252 | 176 | 0 | 2 | 33 | 40 | 70 | 26 | 73 |
| Binary | 10101101 | 10101010 | 1111110 | 0 | 10 | 11011 | 100000 | 111000 | 10110 | 111011 |
Color Harmonies of #ADAA7E
Complementary color
Monochromatic Colors of #ADAA7E
Black with #ADAA7E
Text Example
Text Example
White with #ADAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA7E; }
p { color: rgb(173,170,126); }
H1.HeaderClassName
{
color: #ADAA7E;
}
.AnyTagClassName
{
color: #ADAA7E;
}
</style>
background-color css
<style>
a { background-color: #ADAA7E; }
a { background-color: rgb(173,170,126); }
div.DivClassName
{
background-color: #ADAA7E;
}
.BgClassName
{
background-color: #ADAA7E;
}
</style>
border-color css
<style>
span { border-color: #ADAA7E; }
span { border-color: rgb(173,170,126); }
td.TdClassName
{
border-color: #ADAA7E;
}
.TagClassName
{
border-color: #ADAA7E;
}
</style>