#A1B39C

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

Shades of Spring Rain #A1B39C

Tints of Spring Rain #A1B39C

Color information

#A1B39C (or 0xA1B39C) is unknown color: approx Spring Rain. HEX triplet: A1, B3 and 9C. RGB value is (161,179,156). Sum of RGB (Red+Green+Blue) = 161+179+156=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B39C is #5E4C63. Grayscale: #ABABAB. Windows color (decimal): -6179940 or 10269601. OLE color: 10269601.

HSL color Cylindrical-coordinate representation of color #A1B39C: hue angle of 106.96º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B39C is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB161179156-
CMYK0.1000.130.30
HSL106.96º13.14%65.69%-
HSV(B)106.96º12.85%70.2%-
XYZ36.8242.2237.66-
YUV171119.54120.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=32.46%
G=36.09%
B=31.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791560.1000.130.30106.9613.1465.69
HexA1B39CA0D1E6bd42
Octal241263234120153615315102
Binary10100001101100111001110010100110111110110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B39C; }

 p { color: rgb(161,179,156); }

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

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

 a { background-color: rgb(161,179,156); }

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

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

 span { border-color: rgb(161,179,156); }

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