#A1B9A3

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

Shades of Spring Rain #A1B9A3

Tints of Spring Rain #A1B9A3

Color information

#A1B9A3 (or 0xA1B9A3) is unknown color: approx Spring Rain. HEX triplet: A1, B9 and A3. RGB value is (161,185,163). Sum of RGB (Red+Green+Blue) = 161+185+163=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9A3 is #5E465C. Grayscale: #AFAFAF. Windows color (decimal): -6178397 or 10729889. OLE color: 10729889.

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

Color convert

RGB161185163-
CMYK0.1300.120.27
HSL125º14.63%67.84%-
HSV(B)125º12.97%72.55%-
XYZ38.6644.9241.28-
YUV175.32121.05117.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=31.63%
G=36.35%
B=32.02%

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
Decimal1611851630.1300.120.2712514.6367.84
HexA1B9A3D0C1B7df44
Octal241271243150143317517104
Binary10100001101110011010001111010110011011111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9A3; }

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

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

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

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

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

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

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

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