Shades of Neutral Green #ADAB8A
Tints of Neutral Green #ADAB8A
RGB
CMYK
RGB Variations
Color information
#ADAB8A (or 0xADAB8A) is known color: Neutral Green. HEX triplet: AD, AB and 8A. RGB value is (173,171,138). Sum of RGB (Red+Green+Blue) = 173+171+138=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB8A is #525475. Grayscale: #A7A7A7. Windows color (decimal): -5395574 or 9087917. OLE color: 9087917.
HSL color Cylindrical-coordinate representation of color #ADAB8A: hue angle of 56.57º degrees, saturation: 0.18, 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 #ADAB8A is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 138 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.32 |
| HSL | 56.57º | 0.18% | 0.61% | - |
| HSV(B) | 56.57º | 0.2% | 0.68% | - |
| XYZ | 36.38 | 39.85 | 29.82 | - |
| YUV | 167.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 138 | 0 | 0.01 | 0.20 | 0.32 | 56.57 | 0.18 | 0.61 |
| Hex | AD | AB | 8A | 0 | 1 | 14 | 20 | 39 | 12 | 3D |
| Octal | 255 | 253 | 212 | 0 | 1 | 24 | 40 | 71 | 22 | 75 |
| Binary | 10101101 | 10101011 | 10001010 | 0 | 1 | 10100 | 100000 | 111001 | 10010 | 111101 |
Color Harmonies of #ADAB8A
Complementary color
Monochromatic Colors of #ADAB8A
Black with #ADAB8A
Text Example
Text Example
White with #ADAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB8A; }
p { color: rgb(173,171,138); }
H1.HeaderClassName
{
color: #ADAB8A;
}
.AnyTagClassName
{
color: #ADAB8A;
}
</style>
background-color css
<style>
a { background-color: #ADAB8A; }
a { background-color: rgb(173,171,138); }
div.DivClassName
{
background-color: #ADAB8A;
}
.BgClassName
{
background-color: #ADAB8A;
}
</style>
border-color css
<style>
span { border-color: #ADAB8A; }
span { border-color: rgb(173,171,138); }
td.TdClassName
{
border-color: #ADAB8A;
}
.TagClassName
{
border-color: #ADAB8A;
}
</style>