Shades of Neutral Green #ADA680
Tints of Neutral Green #ADA680
RGB
CMYK
RGB Variations
Color information
#ADA680 (or 0xADA680) is known color: Neutral Green. HEX triplet: AD, A6 and 80. RGB value is (173,166,128). Sum of RGB (Red+Green+Blue) = 173+166+128=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA680 is #52597F. Grayscale: #A3A3A3. Windows color (decimal): -5396864 or 8431277. OLE color: 8431277.
HSL color Cylindrical-coordinate representation of color #ADA680: hue angle of 50.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA680 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 128 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.32 |
| HSL | 50.67º | 0.22% | 0.59% | - |
| HSV(B) | 50.67º | 0.26% | 0.68% | - |
| XYZ | 34.77 | 37.72 | 25.87 | - |
| YUV | 163.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 128 | 0 | 0.04 | 0.26 | 0.32 | 50.67 | 0.22 | 0.59 |
| Hex | AD | A6 | 80 | 0 | 4 | 1A | 20 | 33 | 16 | 3B |
| Octal | 255 | 246 | 200 | 0 | 4 | 32 | 40 | 63 | 26 | 73 |
| Binary | 10101101 | 10100110 | 10000000 | 0 | 100 | 11010 | 100000 | 110011 | 10110 | 111011 |
Color Harmonies of #ADA680
Complementary color
Monochromatic Colors of #ADA680
Black with #ADA680
Text Example
Text Example
White with #ADA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA680; }
p { color: rgb(173,166,128); }
H1.HeaderClassName
{
color: #ADA680;
}
.AnyTagClassName
{
color: #ADA680;
}
</style>
background-color css
<style>
a { background-color: #ADA680; }
a { background-color: rgb(173,166,128); }
div.DivClassName
{
background-color: #ADA680;
}
.BgClassName
{
background-color: #ADA680;
}
</style>
border-color css
<style>
span { border-color: #ADA680; }
span { border-color: rgb(173,166,128); }
td.TdClassName
{
border-color: #ADA680;
}
.TagClassName
{
border-color: #ADA680;
}
</style>