Shades of Neutral Green #ADAB85
Tints of Neutral Green #ADAB85
RGB
CMYK
RGB Variations
Color information
#ADAB85 (or 0xADAB85) is known color: Neutral Green. HEX triplet: AD, AB and 85. RGB value is (173,171,133). Sum of RGB (Red+Green+Blue) = 173+171+133=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB85 is #52547A. Grayscale: #A7A7A7. Windows color (decimal): -5395579 or 8760237. OLE color: 8760237.
HSL color Cylindrical-coordinate representation of color #ADAB85: hue angle of 57º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAB85 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 133 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.32 |
| HSL | 57º | 0.2% | 0.6% | - |
| HSV(B) | 57º | 0.23% | 0.68% | - |
| XYZ | 36.03 | 39.7 | 27.95 | - |
| YUV | 167.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 133 | 0 | 0.01 | 0.23 | 0.32 | 57 | 0.2 | 0.6 |
| Hex | AD | AB | 85 | 0 | 1 | 17 | 20 | 39 | 14 | 3C |
| Octal | 255 | 253 | 205 | 0 | 1 | 27 | 40 | 71 | 24 | 74 |
| Binary | 10101101 | 10101011 | 10000101 | 0 | 1 | 10111 | 100000 | 111001 | 10100 | 111100 |
Color Harmonies of #ADAB85
Complementary color
Monochromatic Colors of #ADAB85
Black with #ADAB85
Text Example
Text Example
White with #ADAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB85; }
p { color: rgb(173,171,133); }
H1.HeaderClassName
{
color: #ADAB85;
}
.AnyTagClassName
{
color: #ADAB85;
}
</style>
background-color css
<style>
a { background-color: #ADAB85; }
a { background-color: rgb(173,171,133); }
div.DivClassName
{
background-color: #ADAB85;
}
.BgClassName
{
background-color: #ADAB85;
}
</style>
border-color css
<style>
span { border-color: #ADAB85; }
span { border-color: rgb(173,171,133); }
td.TdClassName
{
border-color: #ADAB85;
}
.TagClassName
{
border-color: #ADAB85;
}
</style>