Shades of Neutral Green #ADA58B
Tints of Neutral Green #ADA58B
RGB
CMYK
RGB Variations
Color information
#ADA58B (or 0xADA58B) is known color: Neutral Green. HEX triplet: AD, A5 and 8B. RGB value is (173,165,139). Sum of RGB (Red+Green+Blue) = 173+165+139=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58B is #525A74. Grayscale: #A4A4A4. Windows color (decimal): -5397109 or 9151917. OLE color: 9151917.
HSL color Cylindrical-coordinate representation of color #ADA58B: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA58B is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 139 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.32 |
| HSL | 45.88º | 0.17% | 0.61% | - |
| HSV(B) | 45.88º | 0.2% | 0.68% | - |
| XYZ | 35.35 | 37.66 | 29.83 | - |
| YUV | 164.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 139 | 0 | 0.05 | 0.20 | 0.32 | 45.88 | 0.17 | 0.61 |
| Hex | AD | A5 | 8B | 0 | 5 | 14 | 20 | 2E | 11 | 3D |
| Octal | 255 | 245 | 213 | 0 | 5 | 24 | 40 | 56 | 21 | 75 |
| Binary | 10101101 | 10100101 | 10001011 | 0 | 101 | 10100 | 100000 | 101110 | 10001 | 111101 |
Color Harmonies of #ADA58B
Complementary color
Monochromatic Colors of #ADA58B
Black with #ADA58B
Text Example
Text Example
White with #ADA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA58B; }
p { color: rgb(173,165,139); }
H1.HeaderClassName
{
color: #ADA58B;
}
.AnyTagClassName
{
color: #ADA58B;
}
</style>
background-color css
<style>
a { background-color: #ADA58B; }
a { background-color: rgb(173,165,139); }
div.DivClassName
{
background-color: #ADA58B;
}
.BgClassName
{
background-color: #ADA58B;
}
</style>
border-color css
<style>
span { border-color: #ADA58B; }
span { border-color: rgb(173,165,139); }
td.TdClassName
{
border-color: #ADA58B;
}
.TagClassName
{
border-color: #ADA58B;
}
</style>