#A6AD97

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

Shades of Green Spring #A6AD97

Tints of Green Spring #A6AD97

Color information

#A6AD97 (or 0xA6AD97) is unknown color: approx Green Spring. HEX triplet: A6, AD and 97. RGB value is (166,173,151). Sum of RGB (Red+Green+Blue) = 166+173+151=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD97 is #595268. Grayscale: #A8A8A8. Windows color (decimal): -5853801 or 9940390. OLE color: 9940390.

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

Color convert

RGB166173151-
CMYK0.0400.130.32
HSL79.09º11.83%63.53%-
HSV(B)79.09º12.72%67.84%-
XYZ36.2640.2335.13-
YUV168.4118.18126.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=33.88%
G=35.31%
B=30.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731510.0400.130.3279.0911.8363.53
HexA6AD9740D204fc40
Octal24625522740154011714100
Binary10100110101011011001011110001101100000100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD97; }

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

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

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

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

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

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

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

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