Shades of Neutral Green #ADAA7C
Tints of Neutral Green #ADAA7C
RGB
CMYK
RGB Variations
Color information
#ADAA7C (or 0xADAA7C) is known color: Neutral Green. HEX triplet: AD, AA and 7C. RGB value is (173,170,124). Sum of RGB (Red+Green+Blue) = 173+170+124=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA7C is #525583. Grayscale: #A5A5A5. Windows color (decimal): -5395844 or 8170157. OLE color: 8170157.
HSL color Cylindrical-coordinate representation of color #ADAA7C: hue angle of 56.33º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAA7C is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 124 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.32 |
| HSL | 56.33º | 0.23% | 0.58% | - |
| HSV(B) | 56.33º | 0.28% | 0.68% | - |
| XYZ | 35.25 | 39.09 | 24.76 | - |
| YUV | 165.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 124 | 0 | 0.02 | 0.28 | 0.32 | 56.33 | 0.23 | 0.58 |
| Hex | AD | AA | 7C | 0 | 2 | 1C | 20 | 38 | 17 | 3A |
| Octal | 255 | 252 | 174 | 0 | 2 | 34 | 40 | 70 | 27 | 72 |
| Binary | 10101101 | 10101010 | 1111100 | 0 | 10 | 11100 | 100000 | 111000 | 10111 | 111010 |
Color Harmonies of #ADAA7C
Complementary color
Monochromatic Colors of #ADAA7C
Black with #ADAA7C
Text Example
Text Example
White with #ADAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA7C; }
p { color: rgb(173,170,124); }
H1.HeaderClassName
{
color: #ADAA7C;
}
.AnyTagClassName
{
color: #ADAA7C;
}
</style>
background-color css
<style>
a { background-color: #ADAA7C; }
a { background-color: rgb(173,170,124); }
div.DivClassName
{
background-color: #ADAA7C;
}
.BgClassName
{
background-color: #ADAA7C;
}
</style>
border-color css
<style>
span { border-color: #ADAA7C; }
span { border-color: rgb(173,170,124); }
td.TdClassName
{
border-color: #ADAA7C;
}
.TagClassName
{
border-color: #ADAA7C;
}
</style>