Shades of Green Spring #A8AC97
Tints of Green Spring #A8AC97
RGB
CMYK
RGB Variations
Color information
#A8AC97 (or 0xA8AC97) is known color: Green Spring. HEX triplet: A8, AC and 97. RGB value is (168,172,151). Sum of RGB (Red+Green+Blue) = 168+172+151=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC97 is #575368. Grayscale: #A8A8A8. Windows color (decimal): -5722985 or 9940136. OLE color: 9940136.
HSL color Cylindrical-coordinate representation of color #A8AC97: hue angle of 71.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8AC97 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 151 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.33 |
| HSL | 71.43º | 0.11% | 0.63% | - |
| HSV(B) | 71.43º | 0.12% | 0.67% | - |
| XYZ | 36.49 | 40.06 | 35.09 | - |
| YUV | 168.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 151 | 0.02 | 0 | 0.12 | 0.33 | 71.43 | 0.11 | 0.63 |
| Hex | A8 | AC | 97 | 2 | 0 | C | 21 | 47 | B | 3F |
| Octal | 250 | 254 | 227 | 2 | 0 | 14 | 41 | 107 | 13 | 77 |
| Binary | 10101000 | 10101100 | 10010111 | 10 | 0 | 1100 | 100001 | 1000111 | 1011 | 111111 |
Color Harmonies of #A8AC97
Complementary color
Monochromatic Colors of #A8AC97
Black with #A8AC97
Text Example
Text Example
White with #A8AC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC97; }
p { color: rgb(168,172,151); }
H1.HeaderClassName
{
color: #A8AC97;
}
.AnyTagClassName
{
color: #A8AC97;
}
</style>
background-color css
<style>
a { background-color: #A8AC97; }
a { background-color: rgb(168,172,151); }
div.DivClassName
{
background-color: #A8AC97;
}
.BgClassName
{
background-color: #A8AC97;
}
</style>
border-color css
<style>
span { border-color: #A8AC97; }
span { border-color: rgb(168,172,151); }
td.TdClassName
{
border-color: #A8AC97;
}
.TagClassName
{
border-color: #A8AC97;
}
</style>