Shades of Neutral Green #ADA882
Tints of Neutral Green #ADA882
RGB
CMYK
RGB Variations
Color information
#ADA882 (or 0xADA882) is known color: Neutral Green. HEX triplet: AD, A8 and 82. RGB value is (173,168,130). Sum of RGB (Red+Green+Blue) = 173+168+130=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA882 is #52577D. Grayscale: #A5A5A5. Windows color (decimal): -5396350 or 8562861. OLE color: 8562861.
HSL color Cylindrical-coordinate representation of color #ADA882: hue angle of 53.02º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA882 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 130 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.32 |
| HSL | 53.02º | 0.21% | 0.59% | - |
| HSV(B) | 53.02º | 0.25% | 0.68% | - |
| XYZ | 35.27 | 38.5 | 26.69 | - |
| YUV | 165.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 130 | 0 | 0.03 | 0.25 | 0.32 | 53.02 | 0.21 | 0.59 |
| Hex | AD | A8 | 82 | 0 | 3 | 19 | 20 | 35 | 15 | 3B |
| Octal | 255 | 250 | 202 | 0 | 3 | 31 | 40 | 65 | 25 | 73 |
| Binary | 10101101 | 10101000 | 10000010 | 0 | 11 | 11001 | 100000 | 110101 | 10101 | 111011 |
Color Harmonies of #ADA882
Complementary color
Monochromatic Colors of #ADA882
Black with #ADA882
Text Example
Text Example
White with #ADA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA882; }
p { color: rgb(173,168,130); }
H1.HeaderClassName
{
color: #ADA882;
}
.AnyTagClassName
{
color: #ADA882;
}
</style>
background-color css
<style>
a { background-color: #ADA882; }
a { background-color: rgb(173,168,130); }
div.DivClassName
{
background-color: #ADA882;
}
.BgClassName
{
background-color: #ADA882;
}
</style>
border-color css
<style>
span { border-color: #ADA882; }
span { border-color: rgb(173,168,130); }
td.TdClassName
{
border-color: #ADA882;
}
.TagClassName
{
border-color: #ADA882;
}
</style>