Shades of Green Spring #A6AA98
Tints of Green Spring #A6AA98
RGB
CMYK
RGB Variations
Color information
#A6AA98 (or 0xA6AA98) is known color: Green Spring. HEX triplet: A6, AA and 98. RGB value is (166,170,152). Sum of RGB (Red+Green+Blue) = 166+170+152=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA98 is #595567. Grayscale: #A6A6A6. Windows color (decimal): -5854568 or 10005158. OLE color: 10005158.
HSL color Cylindrical-coordinate representation of color #A6AA98: hue angle of 73.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6AA98 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 152 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.33 |
| HSL | 73.33º | 0.1% | 0.63% | - |
| HSV(B) | 73.33º | 0.11% | 0.67% | - |
| XYZ | 35.77 | 39.12 | 35.37 | - |
| YUV | 166.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 152 | 0.02 | 0 | 0.11 | 0.33 | 73.33 | 0.1 | 0.63 |
| Hex | A6 | AA | 98 | 2 | 0 | B | 21 | 49 | A | 3F |
| Octal | 246 | 252 | 230 | 2 | 0 | 13 | 41 | 111 | 12 | 77 |
| Binary | 10100110 | 10101010 | 10011000 | 10 | 0 | 1011 | 100001 | 1001001 | 1010 | 111111 |
Color Harmonies of #A6AA98
Complementary color
Monochromatic Colors of #A6AA98
Black with #A6AA98
Text Example
Text Example
White with #A6AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA98; }
p { color: rgb(166,170,152); }
H1.HeaderClassName
{
color: #A6AA98;
}
.AnyTagClassName
{
color: #A6AA98;
}
</style>
background-color css
<style>
a { background-color: #A6AA98; }
a { background-color: rgb(166,170,152); }
div.DivClassName
{
background-color: #A6AA98;
}
.BgClassName
{
background-color: #A6AA98;
}
</style>
border-color css
<style>
span { border-color: #A6AA98; }
span { border-color: rgb(166,170,152); }
td.TdClassName
{
border-color: #A6AA98;
}
.TagClassName
{
border-color: #A6AA98;
}
</style>