#A1B19E

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

Shades of Spring Rain #A1B19E

Tints of Spring Rain #A1B19E

Color information

#A1B19E (or 0xA1B19E) is unknown color: approx Spring Rain. HEX triplet: A1, B1 and 9E. RGB value is (161,177,158). Sum of RGB (Red+Green+Blue) = 161+177+158=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B19E is #5E4E61. Grayscale: #AAAAAA. Windows color (decimal): -6180450 or 10400161. OLE color: 10400161.

HSL color Cylindrical-coordinate representation of color #A1B19E: hue angle of 110.53º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B19E is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB161177158-
CMYK0.0900.110.31
HSL110.53º10.86%65.69%-
HSV(B)110.53º10.73%69.41%-
XYZ36.5941.4938.43-
YUV170.05121.2121.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=32.46%
G=35.69%
B=31.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771580.0900.110.31110.5310.8665.69
HexA1B19E90B1F6fb42
Octal241261236110133715713102
Binary10100001101100011001111010010101111111110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B19E; }

 p { color: rgb(161,177,158); }

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

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

 a { background-color: rgb(161,177,158); }

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

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

 span { border-color: rgb(161,177,158); }

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