Shades of Green Spring #A6AB9E
Tints of Green Spring #A6AB9E
RGB
CMYK
RGB Variations
Color information
#A6AB9E (or 0xA6AB9E) is known color: Green Spring. HEX triplet: A6, AB and 9E. RGB value is (166,171,158). Sum of RGB (Red+Green+Blue) = 166+171+158=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB9E is #595461. Grayscale: #A8A8A8. Windows color (decimal): -5854306 or 10398630. OLE color: 10398630.
HSL color Cylindrical-coordinate representation of color #A6AB9E: hue angle of 83.08º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6AB9E is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 158 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.33 |
| HSL | 83.08º | 0.07% | 0.65% | - |
| HSV(B) | 83.08º | 0.08% | 0.67% | - |
| XYZ | 36.46 | 39.7 | 38.09 | - |
| YUV | 168.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 158 | 0.03 | 0 | 0.08 | 0.33 | 83.08 | 0.07 | 0.65 |
| Hex | A6 | AB | 9E | 3 | 0 | 8 | 21 | 53 | 7 | 41 |
| Octal | 246 | 253 | 236 | 3 | 0 | 10 | 41 | 123 | 7 | 101 |
| Binary | 10100110 | 10101011 | 10011110 | 11 | 0 | 1000 | 100001 | 1010011 | 111 | 1000001 |
Color Harmonies of #A6AB9E
Complementary color
Monochromatic Colors of #A6AB9E
Black with #A6AB9E
Text Example
Text Example
White with #A6AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB9E; }
p { color: rgb(166,171,158); }
H1.HeaderClassName
{
color: #A6AB9E;
}
.AnyTagClassName
{
color: #A6AB9E;
}
</style>
background-color css
<style>
a { background-color: #A6AB9E; }
a { background-color: rgb(166,171,158); }
div.DivClassName
{
background-color: #A6AB9E;
}
.BgClassName
{
background-color: #A6AB9E;
}
</style>
border-color css
<style>
span { border-color: #A6AB9E; }
span { border-color: rgb(166,171,158); }
td.TdClassName
{
border-color: #A6AB9E;
}
.TagClassName
{
border-color: #A6AB9E;
}
</style>