Shades of Green Spring #A6AD9B
Tints of Green Spring #A6AD9B
RGB
CMYK
RGB Variations
Color information
#A6AD9B (or 0xA6AD9B) is known color: Green Spring. HEX triplet: A6, AD and 9B. RGB value is (166,173,155). Sum of RGB (Red+Green+Blue) = 166+173+155=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD9B is #595264. Grayscale: #A8A8A8. Windows color (decimal): -5853797 or 10202534. OLE color: 10202534.
HSL color Cylindrical-coordinate representation of color #A6AD9B: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6AD9B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 155 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.32 |
| HSL | 83.33º | 0.1% | 0.64% | - |
| HSV(B) | 83.33º | 0.1% | 0.68% | - |
| XYZ | 36.59 | 40.36 | 36.87 | - |
| YUV | 168.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 155 | 0.04 | 0 | 0.10 | 0.32 | 83.33 | 0.1 | 0.64 |
| Hex | A6 | AD | 9B | 4 | 0 | A | 20 | 53 | A | 40 |
| Octal | 246 | 255 | 233 | 4 | 0 | 12 | 40 | 123 | 12 | 100 |
| Binary | 10100110 | 10101101 | 10011011 | 100 | 0 | 1010 | 100000 | 1010011 | 1010 | 1000000 |
Color Harmonies of #A6AD9B
Complementary color
Monochromatic Colors of #A6AD9B
Black with #A6AD9B
Text Example
Text Example
White with #A6AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD9B; }
p { color: rgb(166,173,155); }
H1.HeaderClassName
{
color: #A6AD9B;
}
.AnyTagClassName
{
color: #A6AD9B;
}
</style>
background-color css
<style>
a { background-color: #A6AD9B; }
a { background-color: rgb(166,173,155); }
div.DivClassName
{
background-color: #A6AD9B;
}
.BgClassName
{
background-color: #A6AD9B;
}
</style>
border-color css
<style>
span { border-color: #A6AD9B; }
span { border-color: rgb(166,173,155); }
td.TdClassName
{
border-color: #A6AD9B;
}
.TagClassName
{
border-color: #A6AD9B;
}
</style>