#A6AD9B

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

Shades of Green Spring #A6AD9B

Tints of Green Spring #A6AD9B

Color information

#A6AD9B (or 0xA6AD9B) is unknown color: approx Green Spring. HEX triplet: A6, AD and 9B. RGB value is (166,173,155). Sum of RGB (Red+Green+Blue) = 166+173+155=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD9B is #595264. Grayscale: #A8A8A8. Windows color (decimal): -5853797 or 10202534. OLE color: 10202534.

HSL color Cylindrical-coordinate representation of color #A6AD9B: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6AD9B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB166173155-
CMYK0.0400.100.32
HSL83.33º9.89%64.31%-
HSV(B)83.33º10.4%67.84%-
XYZ36.5940.3636.87-
YUV168.86120.18125.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=33.60%
G=35.02%
B=31.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731550.0400.100.3283.339.8964.31
HexA6AD9B40A2053a40
Octal24625523340124012312100
Binary10100110101011011001101110001010100000101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD9B; }

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

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

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

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

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

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

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

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