Shades of Green Spring #A8AF8F
Tints of Green Spring #A8AF8F
RGB
CMYK
RGB Variations
Color information
#A8AF8F (or 0xA8AF8F) is known color: Green Spring. HEX triplet: A8, AF and 8F. RGB value is (168,175,143). Sum of RGB (Red+Green+Blue) = 168+175+143=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF8F is #575070. Grayscale: #A9A9A9. Windows color (decimal): -5722225 or 9416616. OLE color: 9416616.
HSL color Cylindrical-coordinate representation of color #A8AF8F: hue angle of 73.12º 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 #A8AF8F is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 143 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.31 |
| HSL | 73.13º | 0.17% | 0.62% | - |
| HSV(B) | 73.13º | 0.18% | 0.69% | - |
| XYZ | 36.44 | 40.97 | 31.97 | - |
| YUV | 169.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 143 | 0.04 | 0 | 0.18 | 0.31 | 73.13 | 0.17 | 0.62 |
| Hex | A8 | AF | 8F | 4 | 0 | 12 | 1F | 49 | 11 | 3E |
| Octal | 250 | 257 | 217 | 4 | 0 | 22 | 37 | 111 | 21 | 76 |
| Binary | 10101000 | 10101111 | 10001111 | 100 | 0 | 10010 | 11111 | 1001001 | 10001 | 111110 |
Color Harmonies of #A8AF8F
Complementary color
Monochromatic Colors of #A8AF8F
Black with #A8AF8F
Text Example
Text Example
White with #A8AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF8F; }
p { color: rgb(168,175,143); }
H1.HeaderClassName
{
color: #A8AF8F;
}
.AnyTagClassName
{
color: #A8AF8F;
}
</style>
background-color css
<style>
a { background-color: #A8AF8F; }
a { background-color: rgb(168,175,143); }
div.DivClassName
{
background-color: #A8AF8F;
}
.BgClassName
{
background-color: #A8AF8F;
}
</style>
border-color css
<style>
span { border-color: #A8AF8F; }
span { border-color: rgb(168,175,143); }
td.TdClassName
{
border-color: #A8AF8F;
}
.TagClassName
{
border-color: #A8AF8F;
}
</style>