#A6AD9C

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

Shades of Green Spring #A6AD9C

Tints of Green Spring #A6AD9C

Color information

#A6AD9C (or 0xA6AD9C) is unknown color: approx Green Spring. HEX triplet: A6, AD and 9C. RGB value is (166,173,156). Sum of RGB (Red+Green+Blue) = 166+173+156=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD9C is #595263. Grayscale: #A9A9A9. Windows color (decimal): -5853796 or 10268070. OLE color: 10268070.

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

Color convert

RGB166173156-
CMYK0.0400.100.32
HSL84.71º9.39%64.51%-
HSV(B)84.71º9.83%67.84%-
XYZ36.6740.3937.32-
YUV168.97120.68125.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=33.54%
G=34.95%
B=31.52%

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
Decimal1661731560.0400.100.3284.719.3964.51
HexA6AD9C40A2055941
Octal24625523440124012511101
Binary10100110101011011001110010001010100000101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD9C; }

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

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

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

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

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

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

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

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