Shades of Neutral Green #ADAA73
Tints of Neutral Green #ADAA73
RGB
CMYK
RGB Variations
Color information
#ADAA73 (or 0xADAA73) is known color: Neutral Green. HEX triplet: AD, AA and 73. RGB value is (173,170,115). Sum of RGB (Red+Green+Blue) = 173+170+115=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA73 is #52558C. Grayscale: #A4A4A4. Windows color (decimal): -5395853 or 7580333. OLE color: 7580333.
HSL color Cylindrical-coordinate representation of color #ADAA73: hue angle of 56.9º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADAA73 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 115 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.32 |
| HSL | 56.9º | 0.26% | 0.56% | - |
| HSV(B) | 56.9º | 0.34% | 0.68% | - |
| XYZ | 34.7 | 38.87 | 21.89 | - |
| YUV | 164.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 115 | 0 | 0.02 | 0.34 | 0.32 | 56.9 | 0.26 | 0.56 |
| Hex | AD | AA | 73 | 0 | 2 | 22 | 20 | 39 | 1A | 38 |
| Octal | 255 | 252 | 163 | 0 | 2 | 42 | 40 | 71 | 32 | 70 |
| Binary | 10101101 | 10101010 | 1110011 | 0 | 10 | 100010 | 100000 | 111001 | 11010 | 111000 |
Color Harmonies of #ADAA73
Complementary color
Monochromatic Colors of #ADAA73
Black with #ADAA73
Text Example
Text Example
White with #ADAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA73; }
p { color: rgb(173,170,115); }
H1.HeaderClassName
{
color: #ADAA73;
}
.AnyTagClassName
{
color: #ADAA73;
}
</style>
background-color css
<style>
a { background-color: #ADAA73; }
a { background-color: rgb(173,170,115); }
div.DivClassName
{
background-color: #ADAA73;
}
.BgClassName
{
background-color: #ADAA73;
}
</style>
border-color css
<style>
span { border-color: #ADAA73; }
span { border-color: rgb(173,170,115); }
td.TdClassName
{
border-color: #ADAA73;
}
.TagClassName
{
border-color: #ADAA73;
}
</style>