#A2B39C

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

Shades of Spring Rain #A2B39C

Tints of Spring Rain #A2B39C

Color information

#A2B39C (or 0xA2B39C) is unknown color: approx Spring Rain. HEX triplet: A2, B3 and 9C. RGB value is (162,179,156). Sum of RGB (Red+Green+Blue) = 162+179+156=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B39C is #5D4C63. Grayscale: #ABABAB. Windows color (decimal): -6114404 or 10269602. OLE color: 10269602.

HSL color Cylindrical-coordinate representation of color #A2B39C: hue angle of 104.35º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B39C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB162179156-
CMYK0.0900.130.30
HSL104.35º13.14%65.69%-
HSV(B)104.35º12.85%70.2%-
XYZ37.0242.3237.67-
YUV171.3119.37121.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=32.60%
G=36.02%
B=31.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791560.0900.130.30104.3513.1465.69
HexA2B39C90D1E68d42
Octal242263234110153615015102
Binary10100010101100111001110010010110111110110100011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B39C; }

 p { color: rgb(162,179,156); }

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

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

 a { background-color: rgb(162,179,156); }

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

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

 span { border-color: rgb(162,179,156); }

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