Shades of Green Spring #A6A99D
Tints of Green Spring #A6A99D
RGB
CMYK
RGB Variations
Color information
#A6A99D (or 0xA6A99D) is known color: Green Spring. HEX triplet: A6, A9 and 9D. RGB value is (166,169,157). Sum of RGB (Red+Green+Blue) = 166+169+157=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A99D is #595662. Grayscale: #A6A6A6. Windows color (decimal): -5854819 or 10332582. OLE color: 10332582.
HSL color Cylindrical-coordinate representation of color #A6A99D: hue angle of 75º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6A99D is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 157 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.34 |
| HSL | 75º | 0.07% | 0.64% | - |
| HSV(B) | 75º | 0.07% | 0.66% | - |
| XYZ | 36 | 38.92 | 37.51 | - |
| YUV | 166.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 157 | 0.02 | 0 | 0.07 | 0.34 | 75 | 0.07 | 0.64 |
| Hex | A6 | A9 | 9D | 2 | 0 | 7 | 22 | 4B | 7 | 40 |
| Octal | 246 | 251 | 235 | 2 | 0 | 7 | 42 | 113 | 7 | 100 |
| Binary | 10100110 | 10101001 | 10011101 | 10 | 0 | 111 | 100010 | 1001011 | 111 | 1000000 |
Color Harmonies of #A6A99D
Complementary color
Monochromatic Colors of #A6A99D
Black with #A6A99D
Text Example
Text Example
White with #A6A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A99D; }
p { color: rgb(166,169,157); }
H1.HeaderClassName
{
color: #A6A99D;
}
.AnyTagClassName
{
color: #A6A99D;
}
</style>
background-color css
<style>
a { background-color: #A6A99D; }
a { background-color: rgb(166,169,157); }
div.DivClassName
{
background-color: #A6A99D;
}
.BgClassName
{
background-color: #A6A99D;
}
</style>
border-color css
<style>
span { border-color: #A6A99D; }
span { border-color: rgb(166,169,157); }
td.TdClassName
{
border-color: #A6A99D;
}
.TagClassName
{
border-color: #A6A99D;
}
</style>