Shades of Green Spring #A7A99C
Tints of Green Spring #A7A99C
RGB
CMYK
RGB Variations
Color information
#A7A99C (or 0xA7A99C) is known color: Green Spring. HEX triplet: A7, A9 and 9C. RGB value is (167,169,156). Sum of RGB (Red+Green+Blue) = 167+169+156=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A99C is #585663. Grayscale: #A6A6A6. Windows color (decimal): -5789284 or 10267047. OLE color: 10267047.
HSL color Cylindrical-coordinate representation of color #A7A99C: hue angle of 69.23º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7A99C is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 156 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.34 |
| HSL | 69.23º | 0.07% | 0.64% | - |
| HSV(B) | 69.23º | 0.08% | 0.66% | - |
| XYZ | 36.13 | 38.99 | 37.07 | - |
| YUV | 166.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 156 | 0.01 | 0 | 0.08 | 0.34 | 69.23 | 0.07 | 0.64 |
| Hex | A7 | A9 | 9C | 1 | 0 | 8 | 22 | 45 | 7 | 40 |
| Octal | 247 | 251 | 234 | 1 | 0 | 10 | 42 | 105 | 7 | 100 |
| Binary | 10100111 | 10101001 | 10011100 | 1 | 0 | 1000 | 100010 | 1000101 | 111 | 1000000 |
Color Harmonies of #A7A99C
Complementary color
Monochromatic Colors of #A7A99C
Black with #A7A99C
Text Example
Text Example
White with #A7A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A99C; }
p { color: rgb(167,169,156); }
H1.HeaderClassName
{
color: #A7A99C;
}
.AnyTagClassName
{
color: #A7A99C;
}
</style>
background-color css
<style>
a { background-color: #A7A99C; }
a { background-color: rgb(167,169,156); }
div.DivClassName
{
background-color: #A7A99C;
}
.BgClassName
{
background-color: #A7A99C;
}
</style>
border-color css
<style>
span { border-color: #A7A99C; }
span { border-color: rgb(167,169,156); }
td.TdClassName
{
border-color: #A7A99C;
}
.TagClassName
{
border-color: #A7A99C;
}
</style>