#A2ADA1

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

Shades of Spring Rain #A2ADA1

Tints of Spring Rain #A2ADA1

Color information

#A2ADA1 (or 0xA2ADA1) is unknown color: approx Spring Rain. HEX triplet: A2, AD and A1. RGB value is (162,173,161). Sum of RGB (Red+Green+Blue) = 162+173+161=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA1 is #5D525E. Grayscale: #A8A8A8. Windows color (decimal): -6115935 or 10595746. OLE color: 10595746.

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

Color convert

RGB162173161-
CMYK0.0600.070.32
HSL115º6.82%65.49%-
HSV(B)115º6.94%67.84%-
XYZ36.2840.1439.55-
YUV168.34123.86123.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=32.66%
G=34.88%
B=32.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731610.0600.070.321156.8265.49
HexA2ADA16072073741
Octal242255241607401637101
Binary101000101010110110100001110011110000011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADA1; }

 p { color: rgb(162,173,161); }

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

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

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

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

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

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

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