Shades of Green Spring #A6AD94
Tints of Green Spring #A6AD94
RGB
CMYK
RGB Variations
Color information
#A6AD94 (or 0xA6AD94) is known color: Green Spring. HEX triplet: A6, AD and 94. RGB value is (166,173,148). Sum of RGB (Red+Green+Blue) = 166+173+148=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD94 is #59526B. Grayscale: #A8A8A8. Windows color (decimal): -5853804 or 9743782. OLE color: 9743782.
HSL color Cylindrical-coordinate representation of color #A6AD94: hue angle of 76.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6AD94 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 148 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.32 |
| HSL | 76.8º | 0.13% | 0.63% | - |
| HSV(B) | 76.8º | 0.14% | 0.68% | - |
| XYZ | 36.01 | 40.13 | 33.87 | - |
| YUV | 168.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 148 | 0.04 | 0 | 0.14 | 0.32 | 76.8 | 0.13 | 0.63 |
| Hex | A6 | AD | 94 | 4 | 0 | E | 20 | 4D | D | 3F |
| Octal | 246 | 255 | 224 | 4 | 0 | 16 | 40 | 115 | 15 | 77 |
| Binary | 10100110 | 10101101 | 10010100 | 100 | 0 | 1110 | 100000 | 1001101 | 1101 | 111111 |
Color Harmonies of #A6AD94
Complementary color
Monochromatic Colors of #A6AD94
Black with #A6AD94
Text Example
Text Example
White with #A6AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD94; }
p { color: rgb(166,173,148); }
H1.HeaderClassName
{
color: #A6AD94;
}
.AnyTagClassName
{
color: #A6AD94;
}
</style>
background-color css
<style>
a { background-color: #A6AD94; }
a { background-color: rgb(166,173,148); }
div.DivClassName
{
background-color: #A6AD94;
}
.BgClassName
{
background-color: #A6AD94;
}
</style>
border-color css
<style>
span { border-color: #A6AD94; }
span { border-color: rgb(166,173,148); }
td.TdClassName
{
border-color: #A6AD94;
}
.TagClassName
{
border-color: #A6AD94;
}
</style>