#A6BEA4

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

Shades of Spring Rain #A6BEA4

Tints of Spring Rain #A6BEA4

Color information

#A6BEA4 (or 0xA6BEA4) is unknown color: approx Spring Rain. HEX triplet: A6, BE and A4. RGB value is (166,190,164). Sum of RGB (Red+Green+Blue) = 166+190+164=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEA4 is #59415B. Grayscale: #B3B3B3. Windows color (decimal): -5849436 or 10796710. OLE color: 10796710.

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

Color convert

RGB166190164-
CMYK0.1300.140.25
HSL115.38º16.67%69.41%-
HSV(B)115.38º13.68%74.51%-
XYZ40.8447.6142.16-
YUV179.86119.05118.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=31.92%
G=36.54%
B=31.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901640.1300.140.25115.3816.6769.41
HexA6BEA4D0E19731145
Octal246276244150163116321105
Binary101001101011111010100100110101110110011110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEA4; }

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

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

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

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

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

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

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

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