#A2B19F

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

Shades of Spring Rain #A2B19F

Tints of Spring Rain #A2B19F

Color information

#A2B19F (or 0xA2B19F) is unknown color: approx Spring Rain. HEX triplet: A2, B1 and 9F. RGB value is (162,177,159). Sum of RGB (Red+Green+Blue) = 162+177+159=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B19F is #5D4E60. Grayscale: #AAAAAA. Windows color (decimal): -6114913 or 10465698. OLE color: 10465698.

HSL color Cylindrical-coordinate representation of color #A2B19F: hue angle of 110º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B19F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB162177159-
CMYK0.0800.100.31
HSL110º10.34%65.88%-
HSV(B)110º10.17%69.41%-
XYZ36.8841.6338.89-
YUV170.46121.53121.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=32.53%
G=35.54%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621771590.0800.100.3111010.3465.88
HexA2B19F80A1F6ea42
Octal242261237100123715612102
Binary10100010101100011001111110000101011111110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B19F; }

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

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

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

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

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

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

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

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