#A1BAA2

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

Shades of Spring Rain #A1BAA2

Tints of Spring Rain #A1BAA2

Color information

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

HSL color Cylindrical-coordinate representation of color #A1BAA2: hue angle of 122.4º 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 #A1BAA2 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB161186162-
CMYK0.1300.130.27
HSL122.4º15.34%68.04%-
HSV(B)122.4º13.44%72.94%-
XYZ38.7845.340.88-
YUV175.79120.22117.45-

RGB Variations

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

RGB

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

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
Decimal1611861620.1300.130.27122.415.3468.04
HexA1BAA2D0D1B7af44
Octal241272242150153317217104
Binary10100001101110101010001011010110111011111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAA2; }

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

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

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

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

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

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

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

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