#A0BEA1

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

Shades of Spring Rain #A0BEA1

Tints of Spring Rain #A0BEA1

Color information

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

HSL color Cylindrical-coordinate representation of color #A0BEA1: hue angle of 122º 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 #A0BEA1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB160190161-
CMYK0.1600.150.25
HSL122º18.75%68.63%-
HSV(B)122º15.79%74.51%-
XYZ39.3446.8740.69-
YUV177.72118.56115.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901610.1600.150.2512218.7568.63
HexA0BEA1100F197a1345
Octal240276241200173117223105
Binary1010000010111110101000011000001111110011111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEA1; }

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

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

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

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

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

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

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

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