#A1BEA0

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

Shades of Spring Rain #A1BEA0

Tints of Spring Rain #A1BEA0

Color information

#A1BEA0 (or 0xA1BEA0) is unknown color: approx Spring Rain. HEX triplet: A1, BE and A0. RGB value is (161,190,160). Sum of RGB (Red+Green+Blue) = 161+190+160=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEA0 is #5E415F. Grayscale: #B1B1B1. Windows color (decimal): -6177120 or 10534561. OLE color: 10534561.

HSL color Cylindrical-coordinate representation of color #A1BEA0: hue angle of 118º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BEA0 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB161190160-
CMYK0.1500.160.25
HSL118º18.75%68.63%-
HSV(B)118º15.79%74.51%-
XYZ39.4646.9440.24-
YUV177.91117.89115.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=31.51%
G=37.18%
B=31.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901600.1500.160.2511818.7568.63
HexA1BEA0F01019761345
Octal241276240170203116623105
Binary1010000110111110101000001111010000110011110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEA0; }

 p { color: rgb(161,190,160); }

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

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

 a { background-color: rgb(161,190,160); }

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

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

 span { border-color: rgb(161,190,160); }

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