#A2BAA1

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

Shades of Spring Rain #A2BAA1

Tints of Spring Rain #A2BAA1

Color information

#A2BAA1 (or 0xA2BAA1) is unknown color: approx Spring Rain. HEX triplet: A2, BA and A1. RGB value is (162,186,161). Sum of RGB (Red+Green+Blue) = 162+186+161=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAA1 is #5D455E. Grayscale: #B0B0B0. Windows color (decimal): -6112607 or 10599074. OLE color: 10599074.

HSL color Cylindrical-coordinate representation of color #A2BAA1: hue angle of 117.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BAA1 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB162186161-
CMYK0.1300.130.27
HSL117.6º15.34%68.04%-
HSV(B)117.6º13.44%72.94%-
XYZ38.8945.3740.43-
YUV175.97119.55118.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=31.83%
G=36.54%
B=31.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861610.1300.130.27117.615.3468.04
HexA2BAA1D0D1B76f44
Octal242272241150153316617104
Binary10100010101110101010000111010110111011111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAA1; }

 p { color: rgb(162,186,161); }

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

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

 a { background-color: rgb(162,186,161); }

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

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

 span { border-color: rgb(162,186,161); }

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