#A2AD9F

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

Shades of Spring Rain #A2AD9F

Tints of Spring Rain #A2AD9F

Color information

#A2AD9F (or 0xA2AD9F) is unknown color: approx Spring Rain. HEX triplet: A2, AD and 9F. RGB value is (162,173,159). Sum of RGB (Red+Green+Blue) = 162+173+159=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD9F is #5D5260. Grayscale: #A8A8A8. Windows color (decimal): -6115937 or 10464674. OLE color: 10464674.

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

Color convert

RGB162173159-
CMYK0.0600.080.32
HSL107.14º7.87%65.1%-
HSV(B)107.14º8.09%67.84%-
XYZ36.140.0738.63-
YUV168.11122.86123.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=32.79%
G=35.02%
B=32.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731590.0600.080.32107.147.8765.1
HexA2AD9F608206b841
Octal24225523760104015310101
Binary10100010101011011001111111001000100000110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD9F; }

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

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

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

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

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

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

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

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