#A2B49E

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

Shades of Spring Rain #A2B49E

Tints of Spring Rain #A2B49E

Color information

#A2B49E (or 0xA2B49E) is unknown color: approx Spring Rain. HEX triplet: A2, B4 and 9E. RGB value is (162,180,158). Sum of RGB (Red+Green+Blue) = 162+180+158=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49E is #5D4B61. Grayscale: #ACACAC. Windows color (decimal): -6114146 or 10400930. OLE color: 10400930.

HSL color Cylindrical-coordinate representation of color #A2B49E: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B49E is Cyan = 0.1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB162180158-
CMYK0.100.120.29
HSL109.09º12.79%66.27%-
HSV(B)109.09º12.22%70.59%-
XYZ37.3942.7938.64-
YUV172.11120.04120.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=32.4%
G=36%
B=31.6%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801580.100.120.29109.0912.7966.27
HexA2B49EA0C1D6dd42
Octal242264236120143515515102
Binary10100010101101001001111010100110011101110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B49E; }

 p { color: rgb(162,180,158); }

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

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

 a { background-color: rgb(162,180,158); }

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

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

 span { border-color: rgb(162,180,158); }

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