Shades of Neutral Green #ADA487
Tints of Neutral Green #ADA487
RGB
CMYK
RGB Variations
Color information
#ADA487 (or 0xADA487) is known color: Neutral Green. HEX triplet: AD, A4 and 87. RGB value is (173,164,135). Sum of RGB (Red+Green+Blue) = 173+164+135=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA487 is #525B78. Grayscale: #A3A3A3. Windows color (decimal): -5397369 or 8889517. OLE color: 8889517.
HSL color Cylindrical-coordinate representation of color #ADA487: hue angle of 45.79º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA487 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 135 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.32 |
| HSL | 45.79º | 0.19% | 0.6% | - |
| HSV(B) | 45.79º | 0.22% | 0.68% | - |
| XYZ | 34.88 | 37.18 | 28.26 | - |
| YUV | 163.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 135 | 0 | 0.05 | 0.22 | 0.32 | 45.79 | 0.19 | 0.6 |
| Hex | AD | A4 | 87 | 0 | 5 | 16 | 20 | 2E | 13 | 3C |
| Octal | 255 | 244 | 207 | 0 | 5 | 26 | 40 | 56 | 23 | 74 |
| Binary | 10101101 | 10100100 | 10000111 | 0 | 101 | 10110 | 100000 | 101110 | 10011 | 111100 |
Color Harmonies of #ADA487
Complementary color
Monochromatic Colors of #ADA487
Black with #ADA487
Text Example
Text Example
White with #ADA487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA487; }
p { color: rgb(173,164,135); }
H1.HeaderClassName
{
color: #ADA487;
}
.AnyTagClassName
{
color: #ADA487;
}
</style>
background-color css
<style>
a { background-color: #ADA487; }
a { background-color: rgb(173,164,135); }
div.DivClassName
{
background-color: #ADA487;
}
.BgClassName
{
background-color: #ADA487;
}
</style>
border-color css
<style>
span { border-color: #ADA487; }
span { border-color: rgb(173,164,135); }
td.TdClassName
{
border-color: #ADA487;
}
.TagClassName
{
border-color: #ADA487;
}
</style>