Shades of Neutral Green #ADAB81
Tints of Neutral Green #ADAB81
RGB
CMYK
RGB Variations
Color information
#ADAB81 (or 0xADAB81) is known color: Neutral Green. HEX triplet: AD, AB and 81. RGB value is (173,171,129). Sum of RGB (Red+Green+Blue) = 173+171+129=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB81 is #52547E. Grayscale: #A6A6A6. Windows color (decimal): -5395583 or 8498093. OLE color: 8498093.
HSL color Cylindrical-coordinate representation of color #ADAB81: hue angle of 57.27º 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 #ADAB81 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 129 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.32 |
| HSL | 57.27º | 0.21% | 0.59% | - |
| HSV(B) | 57.27º | 0.25% | 0.68% | - |
| XYZ | 35.76 | 39.6 | 26.53 | - |
| YUV | 166.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 129 | 0 | 0.01 | 0.25 | 0.32 | 57.27 | 0.21 | 0.59 |
| Hex | AD | AB | 81 | 0 | 1 | 19 | 20 | 39 | 15 | 3B |
| Octal | 255 | 253 | 201 | 0 | 1 | 31 | 40 | 71 | 25 | 73 |
| Binary | 10101101 | 10101011 | 10000001 | 0 | 1 | 11001 | 100000 | 111001 | 10101 | 111011 |
Color Harmonies of #ADAB81
Complementary color
Monochromatic Colors of #ADAB81
Black with #ADAB81
Text Example
Text Example
White with #ADAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB81; }
p { color: rgb(173,171,129); }
H1.HeaderClassName
{
color: #ADAB81;
}
.AnyTagClassName
{
color: #ADAB81;
}
</style>
background-color css
<style>
a { background-color: #ADAB81; }
a { background-color: rgb(173,171,129); }
div.DivClassName
{
background-color: #ADAB81;
}
.BgClassName
{
background-color: #ADAB81;
}
</style>
border-color css
<style>
span { border-color: #ADAB81; }
span { border-color: rgb(173,171,129); }
td.TdClassName
{
border-color: #ADAB81;
}
.TagClassName
{
border-color: #ADAB81;
}
</style>