#A8AD97

Color #A8AD97 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A8AD97

Tints of Green Spring #A8AD97

Color information

#A8AD97 (or 0xA8AD97) is unknown color: approx Green Spring. HEX triplet: A8, AD and 97. RGB value is (168,173,151). Sum of RGB (Red+Green+Blue) = 168+173+151=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD97 is #575268. Grayscale: #A9A9A9. Windows color (decimal): -5722729 or 9940392. OLE color: 9940392.

HSL color Cylindrical-coordinate representation of color #A8AD97: hue angle of 73.64º 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 #A8AD97 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB168173151-
CMYK0.0300.130.32
HSL73.64º11.83%63.53%-
HSV(B)73.64º12.72%67.84%-
XYZ36.6840.4535.15-
YUV169117.84127.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=34.15%
G=35.16%
B=30.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731510.0300.130.3273.6411.8363.53
HexA8AD9730D204ac40
Octal25025522730154011214100
Binary1010100010101101100101111101101100000100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD97; }

 p { color: rgb(168,173,151); }

 H1.HeaderClassName
 {
   color: #A8AD97;
 }
 .AnyTagClassName
 {
   color: #A8AD97;
 }
</style>
background-color css

<style>
 a { background-color: #A8AD97; }

 a { background-color: rgb(168,173,151); }

 div.DivClassName
 {
   background-color: #A8AD97;
 }
 .BgClassName
 {
   background-color: #A8AD97;
 }
</style>
border-color css

<style>
 span { border-color: #A8AD97; }

 span { border-color: rgb(168,173,151); }

 td.TdClassName
 {
   border-color: #A8AD97;
 }
 .TagClassName
 {
   border-color: #A8AD97;
 }
</style>