#A1BAA3

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

Shades of Spring Rain #A1BAA3

Tints of Spring Rain #A1BAA3

Color information

#A1BAA3 (or 0xA1BAA3) is unknown color: approx Spring Rain. HEX triplet: A1, BA and A3. RGB value is (161,186,163). Sum of RGB (Red+Green+Blue) = 161+186+163=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAA3 is #5E455C. Grayscale: #AFAFAF. Windows color (decimal): -6178141 or 10730145. OLE color: 10730145.

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

Color convert

RGB161186163-
CMYK0.1300.120.27
HSL124.8º15.34%68.04%-
HSV(B)124.8º13.44%72.94%-
XYZ38.8745.3441.35-
YUV175.9120.72117.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=31.57%
G=36.47%
B=31.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861630.1300.120.27124.815.3468.04
HexA1BAA3D0C1B7df44
Octal241272243150143317517104
Binary10100001101110101010001111010110011011111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAA3; }

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

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

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

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

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

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

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

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