#A6BEA1

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

Shades of Spring Rain #A6BEA1

Tints of Spring Rain #A6BEA1

Color information

#A6BEA1 (or 0xA6BEA1) is unknown color: approx Spring Rain. HEX triplet: A6, BE and A1. RGB value is (166,190,161). Sum of RGB (Red+Green+Blue) = 166+190+161=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEA1 is #59415E. Grayscale: #B3B3B3. Windows color (decimal): -5849439 or 10600102. OLE color: 10600102.

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

Color convert

RGB166190161-
CMYK0.1300.150.25
HSL109.66º18.24%68.82%-
HSV(B)109.66º15.26%74.51%-
XYZ40.5747.5140.75-
YUV179.52117.55118.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=32.11%
G=36.75%
B=31.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901610.1300.150.25109.6618.2468.82
HexA6BEA1D0F196e1245
Octal246276241150173115622105
Binary101001101011111010100001110101111110011101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEA1; }

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

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

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

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

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

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

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

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