Shades of Neutral Green #ADA385
Tints of Neutral Green #ADA385
RGB
CMYK
RGB Variations
Color information
#ADA385 (or 0xADA385) is known color: Neutral Green. HEX triplet: AD, A3 and 85. RGB value is (173,163,133). Sum of RGB (Red+Green+Blue) = 173+163+133=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA385 is #525C7A. Grayscale: #A2A2A2. Windows color (decimal): -5397627 or 8758189. OLE color: 8758189.
HSL color Cylindrical-coordinate representation of color #ADA385: hue angle of 45º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA385 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 133 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.32 |
| HSL | 45º | 0.2% | 0.6% | - |
| HSV(B) | 45º | 0.23% | 0.68% | - |
| XYZ | 34.56 | 36.77 | 27.47 | - |
| YUV | 162.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 133 | 0 | 0.06 | 0.23 | 0.32 | 45 | 0.2 | 0.6 |
| Hex | AD | A3 | 85 | 0 | 6 | 17 | 20 | 2D | 14 | 3C |
| Octal | 255 | 243 | 205 | 0 | 6 | 27 | 40 | 55 | 24 | 74 |
| Binary | 10101101 | 10100011 | 10000101 | 0 | 110 | 10111 | 100000 | 101101 | 10100 | 111100 |
Color Harmonies of #ADA385
Complementary color
Monochromatic Colors of #ADA385
Black with #ADA385
Text Example
Text Example
White with #ADA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA385; }
p { color: rgb(173,163,133); }
H1.HeaderClassName
{
color: #ADA385;
}
.AnyTagClassName
{
color: #ADA385;
}
</style>
background-color css
<style>
a { background-color: #ADA385; }
a { background-color: rgb(173,163,133); }
div.DivClassName
{
background-color: #ADA385;
}
.BgClassName
{
background-color: #ADA385;
}
</style>
border-color css
<style>
span { border-color: #ADA385; }
span { border-color: rgb(173,163,133); }
td.TdClassName
{
border-color: #ADA385;
}
.TagClassName
{
border-color: #ADA385;
}
</style>