Shades of Green Spring #A7AD9D
Tints of Green Spring #A7AD9D
RGB
CMYK
RGB Variations
Color information
#A7AD9D (or 0xA7AD9D) is known color: Green Spring. HEX triplet: A7, AD and 9D. RGB value is (167,173,157). Sum of RGB (Red+Green+Blue) = 167+173+157=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD9D is #585262. Grayscale: #A9A9A9. Windows color (decimal): -5788259 or 10333607. OLE color: 10333607.
HSL color Cylindrical-coordinate representation of color #A7AD9D: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7AD9D is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 157 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.32 |
| HSL | 82.5º | 0.09% | 0.65% | - |
| HSV(B) | 82.5º | 0.09% | 0.68% | - |
| XYZ | 36.97 | 40.54 | 37.77 | - |
| YUV | 169.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 157 | 0.03 | 0 | 0.09 | 0.32 | 82.5 | 0.09 | 0.65 |
| Hex | A7 | AD | 9D | 3 | 0 | 9 | 20 | 52 | 9 | 41 |
| Octal | 247 | 255 | 235 | 3 | 0 | 11 | 40 | 122 | 11 | 101 |
| Binary | 10100111 | 10101101 | 10011101 | 11 | 0 | 1001 | 100000 | 1010010 | 1001 | 1000001 |
Color Harmonies of #A7AD9D
Complementary color
Monochromatic Colors of #A7AD9D
Black with #A7AD9D
Text Example
Text Example
White with #A7AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD9D; }
p { color: rgb(167,173,157); }
H1.HeaderClassName
{
color: #A7AD9D;
}
.AnyTagClassName
{
color: #A7AD9D;
}
</style>
background-color css
<style>
a { background-color: #A7AD9D; }
a { background-color: rgb(167,173,157); }
div.DivClassName
{
background-color: #A7AD9D;
}
.BgClassName
{
background-color: #A7AD9D;
}
</style>
border-color css
<style>
span { border-color: #A7AD9D; }
span { border-color: rgb(167,173,157); }
td.TdClassName
{
border-color: #A7AD9D;
}
.TagClassName
{
border-color: #A7AD9D;
}
</style>