Shades of Green Spring #A6AF9A
Tints of Green Spring #A6AF9A
RGB
CMYK
RGB Variations
Color information
#A6AF9A (or 0xA6AF9A) is known color: Green Spring. HEX triplet: A6, AF and 9A. RGB value is (166,175,154). Sum of RGB (Red+Green+Blue) = 166+175+154=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF9A is #595065. Grayscale: #A9A9A9. Windows color (decimal): -5853286 or 10137510. OLE color: 10137510.
HSL color Cylindrical-coordinate representation of color #A6AF9A: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6AF9A is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 154 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.31 |
| HSL | 85.71º | 0.12% | 0.65% | - |
| HSV(B) | 85.71º | 0.12% | 0.69% | - |
| XYZ | 36.89 | 41.1 | 36.56 | - |
| YUV | 169.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 154 | 0.05 | 0 | 0.12 | 0.31 | 85.71 | 0.12 | 0.65 |
| Hex | A6 | AF | 9A | 5 | 0 | C | 1F | 56 | C | 41 |
| Octal | 246 | 257 | 232 | 5 | 0 | 14 | 37 | 126 | 14 | 101 |
| Binary | 10100110 | 10101111 | 10011010 | 101 | 0 | 1100 | 11111 | 1010110 | 1100 | 1000001 |
Color Harmonies of #A6AF9A
Complementary color
Monochromatic Colors of #A6AF9A
Black with #A6AF9A
Text Example
Text Example
White with #A6AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF9A; }
p { color: rgb(166,175,154); }
H1.HeaderClassName
{
color: #A6AF9A;
}
.AnyTagClassName
{
color: #A6AF9A;
}
</style>
background-color css
<style>
a { background-color: #A6AF9A; }
a { background-color: rgb(166,175,154); }
div.DivClassName
{
background-color: #A6AF9A;
}
.BgClassName
{
background-color: #A6AF9A;
}
</style>
border-color css
<style>
span { border-color: #A6AF9A; }
span { border-color: rgb(166,175,154); }
td.TdClassName
{
border-color: #A6AF9A;
}
.TagClassName
{
border-color: #A6AF9A;
}
</style>