Shades of Green Spring #A7AD9A
Tints of Green Spring #A7AD9A
RGB
CMYK
RGB Variations
Color information
#A7AD9A (or 0xA7AD9A) is known color: Green Spring. HEX triplet: A7, AD and 9A. RGB value is (167,173,154). Sum of RGB (Red+Green+Blue) = 167+173+154=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD9A is #585265. Grayscale: #A9A9A9. Windows color (decimal): -5788262 or 10136999. OLE color: 10136999.
HSL color Cylindrical-coordinate representation of color #A7AD9A: hue angle of 78.95º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7AD9A is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 154 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.32 |
| HSL | 78.95º | 0.1% | 0.64% | - |
| HSV(B) | 78.95º | 0.11% | 0.68% | - |
| XYZ | 36.71 | 40.44 | 36.44 | - |
| YUV | 169.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 154 | 0.03 | 0 | 0.11 | 0.32 | 78.95 | 0.1 | 0.64 |
| Hex | A7 | AD | 9A | 3 | 0 | B | 20 | 4F | A | 40 |
| Octal | 247 | 255 | 232 | 3 | 0 | 13 | 40 | 117 | 12 | 100 |
| Binary | 10100111 | 10101101 | 10011010 | 11 | 0 | 1011 | 100000 | 1001111 | 1010 | 1000000 |
Color Harmonies of #A7AD9A
Complementary color
Monochromatic Colors of #A7AD9A
Black with #A7AD9A
Text Example
Text Example
White with #A7AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD9A; }
p { color: rgb(167,173,154); }
H1.HeaderClassName
{
color: #A7AD9A;
}
.AnyTagClassName
{
color: #A7AD9A;
}
</style>
background-color css
<style>
a { background-color: #A7AD9A; }
a { background-color: rgb(167,173,154); }
div.DivClassName
{
background-color: #A7AD9A;
}
.BgClassName
{
background-color: #A7AD9A;
}
</style>
border-color css
<style>
span { border-color: #A7AD9A; }
span { border-color: rgb(167,173,154); }
td.TdClassName
{
border-color: #A7AD9A;
}
.TagClassName
{
border-color: #A7AD9A;
}
</style>