Shades of Green Spring #A6AF8F
Tints of Green Spring #A6AF8F
RGB
CMYK
RGB Variations
Color information
#A6AF8F (or 0xA6AF8F) is known color: Green Spring. HEX triplet: A6, AF and 8F. RGB value is (166,175,143). Sum of RGB (Red+Green+Blue) = 166+175+143=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF8F is #595070. Grayscale: #A8A8A8. Windows color (decimal): -5853297 or 9416614. OLE color: 9416614.
HSL color Cylindrical-coordinate representation of color #A6AF8F: hue angle of 76.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6AF8F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 143 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.31 |
| HSL | 76.88º | 0.17% | 0.62% | - |
| HSV(B) | 76.88º | 0.18% | 0.69% | - |
| XYZ | 36.01 | 40.75 | 31.95 | - |
| YUV | 168.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 143 | 0.05 | 0 | 0.18 | 0.31 | 76.88 | 0.17 | 0.62 |
| Hex | A6 | AF | 8F | 5 | 0 | 12 | 1F | 4D | 11 | 3E |
| Octal | 246 | 257 | 217 | 5 | 0 | 22 | 37 | 115 | 21 | 76 |
| Binary | 10100110 | 10101111 | 10001111 | 101 | 0 | 10010 | 11111 | 1001101 | 10001 | 111110 |
Color Harmonies of #A6AF8F
Complementary color
Monochromatic Colors of #A6AF8F
Black with #A6AF8F
Text Example
Text Example
White with #A6AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF8F; }
p { color: rgb(166,175,143); }
H1.HeaderClassName
{
color: #A6AF8F;
}
.AnyTagClassName
{
color: #A6AF8F;
}
</style>
background-color css
<style>
a { background-color: #A6AF8F; }
a { background-color: rgb(166,175,143); }
div.DivClassName
{
background-color: #A6AF8F;
}
.BgClassName
{
background-color: #A6AF8F;
}
</style>
border-color css
<style>
span { border-color: #A6AF8F; }
span { border-color: rgb(166,175,143); }
td.TdClassName
{
border-color: #A6AF8F;
}
.TagClassName
{
border-color: #A6AF8F;
}
</style>