Shades of Green Spring #A6AB9D
Tints of Green Spring #A6AB9D
RGB
CMYK
RGB Variations
Color information
#A6AB9D (or 0xA6AB9D) is known color: Green Spring. HEX triplet: A6, AB and 9D. RGB value is (166,171,157). Sum of RGB (Red+Green+Blue) = 166+171+157=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB9D is #595462. Grayscale: #A7A7A7. Windows color (decimal): -5854307 or 10333094. OLE color: 10333094.
HSL color Cylindrical-coordinate representation of color #A6AB9D: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6AB9D is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 157 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.33 |
| HSL | 81.43º | 0.08% | 0.64% | - |
| HSV(B) | 81.43º | 0.08% | 0.67% | - |
| XYZ | 36.37 | 39.67 | 37.64 | - |
| YUV | 167.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 157 | 0.03 | 0 | 0.08 | 0.33 | 81.43 | 0.08 | 0.64 |
| Hex | A6 | AB | 9D | 3 | 0 | 8 | 21 | 51 | 8 | 40 |
| Octal | 246 | 253 | 235 | 3 | 0 | 10 | 41 | 121 | 10 | 100 |
| Binary | 10100110 | 10101011 | 10011101 | 11 | 0 | 1000 | 100001 | 1010001 | 1000 | 1000000 |
Color Harmonies of #A6AB9D
Complementary color
Monochromatic Colors of #A6AB9D
Black with #A6AB9D
Text Example
Text Example
White with #A6AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB9D; }
p { color: rgb(166,171,157); }
H1.HeaderClassName
{
color: #A6AB9D;
}
.AnyTagClassName
{
color: #A6AB9D;
}
</style>
background-color css
<style>
a { background-color: #A6AB9D; }
a { background-color: rgb(166,171,157); }
div.DivClassName
{
background-color: #A6AB9D;
}
.BgClassName
{
background-color: #A6AB9D;
}
</style>
border-color css
<style>
span { border-color: #A6AB9D; }
span { border-color: rgb(166,171,157); }
td.TdClassName
{
border-color: #A6AB9D;
}
.TagClassName
{
border-color: #A6AB9D;
}
</style>