Shades of Green Spring #A8AE97
Tints of Green Spring #A8AE97
RGB
CMYK
RGB Variations
Color information
#A8AE97 (or 0xA8AE97) is known color: Green Spring. HEX triplet: A8, AE and 97. RGB value is (168,174,151). Sum of RGB (Red+Green+Blue) = 168+174+151=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE97 is #575168. Grayscale: #A9A9A9. Windows color (decimal): -5722473 or 9940648. OLE color: 9940648.
HSL color Cylindrical-coordinate representation of color #A8AE97: hue angle of 75.65º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8AE97 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 174 | 151 | - |
CMYK | 0.03 | 0 | 0.13 | 0.32 |
HSL | 75.65º | 0.12% | 0.64% | - |
HSV(B) | 75.65º | 0.13% | 0.68% | - |
XYZ | 36.87 | 40.83 | 35.22 | - |
YUV | 169.58 | 117.51 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 174 | 151 | 0.03 | 0 | 0.13 | 0.32 | 75.65 | 0.12 | 0.64 |
Hex | A8 | AE | 97 | 3 | 0 | D | 20 | 4C | C | 40 |
Octal | 250 | 256 | 227 | 3 | 0 | 15 | 40 | 114 | 14 | 100 |
Binary | 10101000 | 10101110 | 10010111 | 11 | 0 | 1101 | 100000 | 1001100 | 1100 | 1000000 |
Color Harmonies of #A8AE97
Complementary color
Monochromatic Colors of #A8AE97
Black with #A8AE97
Text Example
Text Example
White with #A8AE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE97; }
p { color: rgb(168,174,151); }
H1.HeaderClassName
{
color: #A8AE97;
}
.AnyTagClassName
{
color: #A8AE97;
}
</style>
background-color css
<style>
a { background-color: #A8AE97; }
a { background-color: rgb(168,174,151); }
div.DivClassName
{
background-color: #A8AE97;
}
.BgClassName
{
background-color: #A8AE97;
}
</style>
border-color css
<style>
span { border-color: #A8AE97; }
span { border-color: rgb(168,174,151); }
td.TdClassName
{
border-color: #A8AE97;
}
.TagClassName
{
border-color: #A8AE97;
}
</style>