Shades of Green Spring #A7A99D
Tints of Green Spring #A7A99D
RGB
CMYK
RGB Variations
Color information
#A7A99D (or 0xA7A99D) is known color: Green Spring. HEX triplet: A7, A9 and 9D. RGB value is (167,169,157). Sum of RGB (Red+Green+Blue) = 167+169+157=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A99D is #585662. Grayscale: #A7A7A7. Windows color (decimal): -5789283 or 10332583. OLE color: 10332583.
HSL color Cylindrical-coordinate representation of color #A7A99D: hue angle of 70º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7A99D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 157 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.34 |
| HSL | 70º | 0.07% | 0.64% | - |
| HSV(B) | 70º | 0.07% | 0.66% | - |
| XYZ | 36.21 | 39.03 | 37.52 | - |
| YUV | 167.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 157 | 0.01 | 0 | 0.07 | 0.34 | 70 | 0.07 | 0.64 |
| Hex | A7 | A9 | 9D | 1 | 0 | 7 | 22 | 46 | 7 | 40 |
| Octal | 247 | 251 | 235 | 1 | 0 | 7 | 42 | 106 | 7 | 100 |
| Binary | 10100111 | 10101001 | 10011101 | 1 | 0 | 111 | 100010 | 1000110 | 111 | 1000000 |
Color Harmonies of #A7A99D
Complementary color
Monochromatic Colors of #A7A99D
Black with #A7A99D
Text Example
Text Example
White with #A7A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A99D; }
p { color: rgb(167,169,157); }
H1.HeaderClassName
{
color: #A7A99D;
}
.AnyTagClassName
{
color: #A7A99D;
}
</style>
background-color css
<style>
a { background-color: #A7A99D; }
a { background-color: rgb(167,169,157); }
div.DivClassName
{
background-color: #A7A99D;
}
.BgClassName
{
background-color: #A7A99D;
}
</style>
border-color css
<style>
span { border-color: #A7A99D; }
span { border-color: rgb(167,169,157); }
td.TdClassName
{
border-color: #A7A99D;
}
.TagClassName
{
border-color: #A7A99D;
}
</style>