Shades of Neutral Green #ADAA81
Tints of Neutral Green #ADAA81
RGB
CMYK
RGB Variations
Color information
#ADAA81 (or 0xADAA81) is known color: Neutral Green. HEX triplet: AD, AA and 81. RGB value is (173,170,129). Sum of RGB (Red+Green+Blue) = 173+170+129=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA81 is #52557E. Grayscale: #A6A6A6. Windows color (decimal): -5395839 or 8497837. OLE color: 8497837.
HSL color Cylindrical-coordinate representation of color #ADAA81: hue angle of 55.91º 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 #ADAA81 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 129 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.32 |
| HSL | 55.91º | 0.21% | 0.59% | - |
| HSV(B) | 55.91º | 0.25% | 0.68% | - |
| XYZ | 35.57 | 39.22 | 26.46 | - |
| YUV | 166.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 129 | 0 | 0.02 | 0.25 | 0.32 | 55.91 | 0.21 | 0.59 |
| Hex | AD | AA | 81 | 0 | 2 | 19 | 20 | 38 | 15 | 3B |
| Octal | 255 | 252 | 201 | 0 | 2 | 31 | 40 | 70 | 25 | 73 |
| Binary | 10101101 | 10101010 | 10000001 | 0 | 10 | 11001 | 100000 | 111000 | 10101 | 111011 |
Color Harmonies of #ADAA81
Complementary color
Monochromatic Colors of #ADAA81
Black with #ADAA81
Text Example
Text Example
White with #ADAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA81; }
p { color: rgb(173,170,129); }
H1.HeaderClassName
{
color: #ADAA81;
}
.AnyTagClassName
{
color: #ADAA81;
}
</style>
background-color css
<style>
a { background-color: #ADAA81; }
a { background-color: rgb(173,170,129); }
div.DivClassName
{
background-color: #ADAA81;
}
.BgClassName
{
background-color: #ADAA81;
}
</style>
border-color css
<style>
span { border-color: #ADAA81; }
span { border-color: rgb(173,170,129); }
td.TdClassName
{
border-color: #ADAA81;
}
.TagClassName
{
border-color: #ADAA81;
}
</style>