Shades of Green Spring #A8AC99
Tints of Green Spring #A8AC99
RGB
CMYK
RGB Variations
Color information
#A8AC99 (or 0xA8AC99) is known color: Green Spring. HEX triplet: A8, AC and 99. RGB value is (168,172,153). Sum of RGB (Red+Green+Blue) = 168+172+153=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC99 is #575366. Grayscale: #A8A8A8. Windows color (decimal): -5722983 or 10071208. OLE color: 10071208.
HSL color Cylindrical-coordinate representation of color #A8AC99: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AC99 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 153 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.33 |
| HSL | 72.63º | 0.1% | 0.64% | - |
| HSV(B) | 72.63º | 0.11% | 0.67% | - |
| XYZ | 36.65 | 40.13 | 35.95 | - |
| YUV | 168.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 153 | 0.02 | 0 | 0.11 | 0.33 | 72.63 | 0.1 | 0.64 |
| Hex | A8 | AC | 99 | 2 | 0 | B | 21 | 49 | A | 40 |
| Octal | 250 | 254 | 231 | 2 | 0 | 13 | 41 | 111 | 12 | 100 |
| Binary | 10101000 | 10101100 | 10011001 | 10 | 0 | 1011 | 100001 | 1001001 | 1010 | 1000000 |
Color Harmonies of #A8AC99
Complementary color
Monochromatic Colors of #A8AC99
Black with #A8AC99
Text Example
Text Example
White with #A8AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC99; }
p { color: rgb(168,172,153); }
H1.HeaderClassName
{
color: #A8AC99;
}
.AnyTagClassName
{
color: #A8AC99;
}
</style>
background-color css
<style>
a { background-color: #A8AC99; }
a { background-color: rgb(168,172,153); }
div.DivClassName
{
background-color: #A8AC99;
}
.BgClassName
{
background-color: #A8AC99;
}
</style>
border-color css
<style>
span { border-color: #A8AC99; }
span { border-color: rgb(168,172,153); }
td.TdClassName
{
border-color: #A8AC99;
}
.TagClassName
{
border-color: #A8AC99;
}
</style>