Shades of Green Spring #A6AF8D
Tints of Green Spring #A6AF8D
RGB
CMYK
RGB Variations
Color information
#A6AF8D (or 0xA6AF8D) is known color: Green Spring. HEX triplet: A6, AF and 8D. RGB value is (166,175,141). Sum of RGB (Red+Green+Blue) = 166+175+141=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF8D is #595072. Grayscale: #A8A8A8. Windows color (decimal): -5853299 or 9285542. OLE color: 9285542.
HSL color Cylindrical-coordinate representation of color #A6AF8D: hue angle of 75.88º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6AF8D is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 141 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.31 |
| HSL | 75.88º | 0.18% | 0.62% | - |
| HSV(B) | 75.88º | 0.19% | 0.69% | - |
| XYZ | 35.86 | 40.69 | 31.16 | - |
| YUV | 168.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 141 | 0.05 | 0 | 0.19 | 0.31 | 75.88 | 0.18 | 0.62 |
| Hex | A6 | AF | 8D | 5 | 0 | 13 | 1F | 4C | 12 | 3E |
| Octal | 246 | 257 | 215 | 5 | 0 | 23 | 37 | 114 | 22 | 76 |
| Binary | 10100110 | 10101111 | 10001101 | 101 | 0 | 10011 | 11111 | 1001100 | 10010 | 111110 |
Color Harmonies of #A6AF8D
Complementary color
Monochromatic Colors of #A6AF8D
Black with #A6AF8D
Text Example
Text Example
White with #A6AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF8D; }
p { color: rgb(166,175,141); }
H1.HeaderClassName
{
color: #A6AF8D;
}
.AnyTagClassName
{
color: #A6AF8D;
}
</style>
background-color css
<style>
a { background-color: #A6AF8D; }
a { background-color: rgb(166,175,141); }
div.DivClassName
{
background-color: #A6AF8D;
}
.BgClassName
{
background-color: #A6AF8D;
}
</style>
border-color css
<style>
span { border-color: #A6AF8D; }
span { border-color: rgb(166,175,141); }
td.TdClassName
{
border-color: #A6AF8D;
}
.TagClassName
{
border-color: #A6AF8D;
}
</style>