Shades of Green Spring #A8AF95
Tints of Green Spring #A8AF95
RGB
CMYK
RGB Variations
Color information
#A8AF95 (or 0xA8AF95) is known color: Green Spring. HEX triplet: A8, AF and 95. RGB value is (168,175,149). Sum of RGB (Red+Green+Blue) = 168+175+149=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF95 is #57506A. Grayscale: #AAAAAA. Windows color (decimal): -5722219 or 9809832. OLE color: 9809832.
HSL color Cylindrical-coordinate representation of color #A8AF95: hue angle of 76.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8AF95 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 149 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.31 |
| HSL | 76.15º | 0.14% | 0.64% | - |
| HSV(B) | 76.15º | 0.15% | 0.69% | - |
| XYZ | 36.9 | 41.15 | 34.43 | - |
| YUV | 169.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 149 | 0.04 | 0 | 0.15 | 0.31 | 76.15 | 0.14 | 0.64 |
| Hex | A8 | AF | 95 | 4 | 0 | F | 1F | 4C | E | 40 |
| Octal | 250 | 257 | 225 | 4 | 0 | 17 | 37 | 114 | 16 | 100 |
| Binary | 10101000 | 10101111 | 10010101 | 100 | 0 | 1111 | 11111 | 1001100 | 1110 | 1000000 |
Color Harmonies of #A8AF95
Complementary color
Monochromatic Colors of #A8AF95
Black with #A8AF95
Text Example
Text Example
White with #A8AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF95; }
p { color: rgb(168,175,149); }
H1.HeaderClassName
{
color: #A8AF95;
}
.AnyTagClassName
{
color: #A8AF95;
}
</style>
background-color css
<style>
a { background-color: #A8AF95; }
a { background-color: rgb(168,175,149); }
div.DivClassName
{
background-color: #A8AF95;
}
.BgClassName
{
background-color: #A8AF95;
}
</style>
border-color css
<style>
span { border-color: #A8AF95; }
span { border-color: rgb(168,175,149); }
td.TdClassName
{
border-color: #A8AF95;
}
.TagClassName
{
border-color: #A8AF95;
}
</style>