Shades of Green Spring #A8AF97
Tints of Green Spring #A8AF97
RGB
CMYK
RGB Variations
Color information
#A8AF97 (or 0xA8AF97) is known color: Green Spring. HEX triplet: A8, AF and 97. RGB value is (168,175,151). Sum of RGB (Red+Green+Blue) = 168+175+151=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF97 is #575068. Grayscale: #AAAAAA. Windows color (decimal): -5722217 or 9940904. OLE color: 9940904.
HSL color Cylindrical-coordinate representation of color #A8AF97: hue angle of 77.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8AF97 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 151 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.31 |
| HSL | 77.5º | 0.13% | 0.64% | - |
| HSV(B) | 77.5º | 0.14% | 0.69% | - |
| XYZ | 37.06 | 41.22 | 35.28 | - |
| YUV | 170.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 151 | 0.04 | 0 | 0.14 | 0.31 | 77.5 | 0.13 | 0.64 |
| Hex | A8 | AF | 97 | 4 | 0 | E | 1F | 4E | D | 40 |
| Octal | 250 | 257 | 227 | 4 | 0 | 16 | 37 | 116 | 15 | 100 |
| Binary | 10101000 | 10101111 | 10010111 | 100 | 0 | 1110 | 11111 | 1001110 | 1101 | 1000000 |
Color Harmonies of #A8AF97
Complementary color
Monochromatic Colors of #A8AF97
Black with #A8AF97
Text Example
Text Example
White with #A8AF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF97; }
p { color: rgb(168,175,151); }
H1.HeaderClassName
{
color: #A8AF97;
}
.AnyTagClassName
{
color: #A8AF97;
}
</style>
background-color css
<style>
a { background-color: #A8AF97; }
a { background-color: rgb(168,175,151); }
div.DivClassName
{
background-color: #A8AF97;
}
.BgClassName
{
background-color: #A8AF97;
}
</style>
border-color css
<style>
span { border-color: #A8AF97; }
span { border-color: rgb(168,175,151); }
td.TdClassName
{
border-color: #A8AF97;
}
.TagClassName
{
border-color: #A8AF97;
}
</style>