#A2B49F

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

Shades of Spring Rain #A2B49F

Tints of Spring Rain #A2B49F

Color information

#A2B49F (or 0xA2B49F) is unknown color: approx Spring Rain. HEX triplet: A2, B4 and 9F. RGB value is (162,180,159). Sum of RGB (Red+Green+Blue) = 162+180+159=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49F is #5D4B60. Grayscale: #ACACAC. Windows color (decimal): -6114145 or 10466466. OLE color: 10466466.

HSL color Cylindrical-coordinate representation of color #A2B49F: hue angle of 111.43º degrees, saturation: 0.12, 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 #A2B49F is Cyan = 0.1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB162180159-
CMYK0.100.120.29
HSL111.43º12.28%66.47%-
HSV(B)111.43º11.67%70.59%-
XYZ37.4842.8339.09-
YUV172.22120.54120.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=32.34%
G=35.93%
B=31.74%

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
Decimal1621801590.100.120.29111.4312.2866.47
HexA2B49FA0C1D6fc42
Octal242264237120143515714102
Binary10100010101101001001111110100110011101110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B49F; }

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

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

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

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

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

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

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

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