Shades of Green Spring #A7AD98
Tints of Green Spring #A7AD98
RGB
CMYK
RGB Variations
Color information
#A7AD98 (or 0xA7AD98) is known color: Green Spring. HEX triplet: A7, AD and 98. RGB value is (167,173,152). Sum of RGB (Red+Green+Blue) = 167+173+152=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD98 is #585267. Grayscale: #A8A8A8. Windows color (decimal): -5788264 or 10005927. OLE color: 10005927.
HSL color Cylindrical-coordinate representation of color #A7AD98: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7AD98 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 152 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.32 |
| HSL | 77.14º | 0.11% | 0.64% | - |
| HSV(B) | 77.14º | 0.12% | 0.68% | - |
| XYZ | 36.55 | 40.37 | 35.57 | - |
| YUV | 168.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 152 | 0.03 | 0 | 0.12 | 0.32 | 77.14 | 0.11 | 0.64 |
| Hex | A7 | AD | 98 | 3 | 0 | C | 20 | 4D | B | 40 |
| Octal | 247 | 255 | 230 | 3 | 0 | 14 | 40 | 115 | 13 | 100 |
| Binary | 10100111 | 10101101 | 10011000 | 11 | 0 | 1100 | 100000 | 1001101 | 1011 | 1000000 |
Color Harmonies of #A7AD98
Complementary color
Monochromatic Colors of #A7AD98
Black with #A7AD98
Text Example
Text Example
White with #A7AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD98; }
p { color: rgb(167,173,152); }
H1.HeaderClassName
{
color: #A7AD98;
}
.AnyTagClassName
{
color: #A7AD98;
}
</style>
background-color css
<style>
a { background-color: #A7AD98; }
a { background-color: rgb(167,173,152); }
div.DivClassName
{
background-color: #A7AD98;
}
.BgClassName
{
background-color: #A7AD98;
}
</style>
border-color css
<style>
span { border-color: #A7AD98; }
span { border-color: rgb(167,173,152); }
td.TdClassName
{
border-color: #A7AD98;
}
.TagClassName
{
border-color: #A7AD98;
}
</style>