#A2B49A

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

Shades of Spring Rain #A2B49A

Tints of Spring Rain #A2B49A

Color information

#A2B49A (or 0xA2B49A) is unknown color: approx Spring Rain. HEX triplet: A2, B4 and 9A. RGB value is (162,180,154). Sum of RGB (Red+Green+Blue) = 162+180+154=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49A is #5D4B65. Grayscale: #ABABAB. Windows color (decimal): -6114150 or 10138786. OLE color: 10138786.

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

Color convert

RGB162180154-
CMYK0.100.140.29
HSL101.54º14.77%65.49%-
HSV(B)101.54º14.44%70.59%-
XYZ37.0542.6636.85-
YUV171.65118.04121.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=32.66%
G=36.29%
B=31.05%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801540.100.140.29101.5414.7765.49
HexA2B49AA0E1D66f41
Octal242264232120163514617101
Binary10100010101101001001101010100111011101110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B49A; }

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

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

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

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

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

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

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

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