Shades of Neutral Green #ADA581
Tints of Neutral Green #ADA581
RGB
CMYK
RGB Variations
Color information
#ADA581 (or 0xADA581) is known color: Neutral Green. HEX triplet: AD, A5 and 81. RGB value is (173,165,129). Sum of RGB (Red+Green+Blue) = 173+165+129=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA581 is #525A7E. Grayscale: #A3A3A3. Windows color (decimal): -5397119 or 8496557. OLE color: 8496557.
HSL color Cylindrical-coordinate representation of color #ADA581: hue angle of 49.09º 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 #ADA581 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 129 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.32 |
| HSL | 49.09º | 0.21% | 0.59% | - |
| HSV(B) | 49.09º | 0.25% | 0.68% | - |
| XYZ | 34.65 | 37.38 | 26.16 | - |
| YUV | 163.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 129 | 0 | 0.05 | 0.25 | 0.32 | 49.09 | 0.21 | 0.59 |
| Hex | AD | A5 | 81 | 0 | 5 | 19 | 20 | 31 | 15 | 3B |
| Octal | 255 | 245 | 201 | 0 | 5 | 31 | 40 | 61 | 25 | 73 |
| Binary | 10101101 | 10100101 | 10000001 | 0 | 101 | 11001 | 100000 | 110001 | 10101 | 111011 |
Color Harmonies of #ADA581
Complementary color
Monochromatic Colors of #ADA581
Black with #ADA581
Text Example
Text Example
White with #ADA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA581; }
p { color: rgb(173,165,129); }
H1.HeaderClassName
{
color: #ADA581;
}
.AnyTagClassName
{
color: #ADA581;
}
</style>
background-color css
<style>
a { background-color: #ADA581; }
a { background-color: rgb(173,165,129); }
div.DivClassName
{
background-color: #ADA581;
}
.BgClassName
{
background-color: #ADA581;
}
</style>
border-color css
<style>
span { border-color: #ADA581; }
span { border-color: rgb(173,165,129); }
td.TdClassName
{
border-color: #ADA581;
}
.TagClassName
{
border-color: #ADA581;
}
</style>