#A6ADA6

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

Shades of Spring Rain #A6ADA6

Tints of Spring Rain #A6ADA6

Color information

#A6ADA6 (or 0xA6ADA6) is unknown color: approx Spring Rain. HEX triplet: A6, AD and A6. RGB value is (166,173,166). Sum of RGB (Red+Green+Blue) = 166+173+166=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADA6 is #595259. Grayscale: #AAAAAA. Windows color (decimal): -5853786 or 10923430. OLE color: 10923430.

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

Color convert

RGB166173166-
CMYK0.0400.040.32
HSL120º4.09%66.47%-
HSV(B)120º4.05%67.84%-
XYZ37.5540.7541.96-
YUV170.11125.68125.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=32.87%
G=34.26%
B=32.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731660.0400.040.321204.0966.47
HexA6ADA64042078442
Octal246255246404401704102
Binary101001101010110110100110100010010000011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADA6; }

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

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

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

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

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

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

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

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