Shades of Neutral Green #ADAC88
Tints of Neutral Green #ADAC88
RGB
CMYK
RGB Variations
Color information
#ADAC88 (or 0xADAC88) is known color: Neutral Green. HEX triplet: AD, AC and 88. RGB value is (173,172,136). Sum of RGB (Red+Green+Blue) = 173+172+136=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC88 is #525377. Grayscale: #A8A8A8. Windows color (decimal): -5395320 or 8957101. OLE color: 8957101.
HSL color Cylindrical-coordinate representation of color #ADAC88: hue angle of 58.38º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAC88 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 136 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.32 |
| HSL | 58.38º | 0.18% | 0.61% | - |
| HSV(B) | 58.38º | 0.21% | 0.68% | - |
| XYZ | 36.43 | 40.17 | 29.13 | - |
| YUV | 168.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 136 | 0 | 0.01 | 0.21 | 0.32 | 58.38 | 0.18 | 0.61 |
| Hex | AD | AC | 88 | 0 | 1 | 15 | 20 | 3A | 12 | 3D |
| Octal | 255 | 254 | 210 | 0 | 1 | 25 | 40 | 72 | 22 | 75 |
| Binary | 10101101 | 10101100 | 10001000 | 0 | 1 | 10101 | 100000 | 111010 | 10010 | 111101 |
Color Harmonies of #ADAC88
Complementary color
Monochromatic Colors of #ADAC88
Black with #ADAC88
Text Example
Text Example
White with #ADAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC88; }
p { color: rgb(173,172,136); }
H1.HeaderClassName
{
color: #ADAC88;
}
.AnyTagClassName
{
color: #ADAC88;
}
</style>
background-color css
<style>
a { background-color: #ADAC88; }
a { background-color: rgb(173,172,136); }
div.DivClassName
{
background-color: #ADAC88;
}
.BgClassName
{
background-color: #ADAC88;
}
</style>
border-color css
<style>
span { border-color: #ADAC88; }
span { border-color: rgb(173,172,136); }
td.TdClassName
{
border-color: #ADAC88;
}
.TagClassName
{
border-color: #ADAC88;
}
</style>