#A4BEA0

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

Shades of Spring Rain #A4BEA0

Tints of Spring Rain #A4BEA0

Color information

#A4BEA0 (or 0xA4BEA0) is unknown color: approx Spring Rain. HEX triplet: A4, BE and A0. RGB value is (164,190,160). Sum of RGB (Red+Green+Blue) = 164+190+160=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEA0 is #5B415F. Grayscale: #B2B2B2. Windows color (decimal): -5980512 or 10534564. OLE color: 10534564.

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

Color convert

RGB164190160-
CMYK0.1400.160.25
HSL112º18.75%68.63%-
HSV(B)112º15.79%74.51%-
XYZ40.0747.2640.27-
YUV178.81117.39117.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=31.91%
G=36.96%
B=31.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901600.1400.160.2511218.7568.63
HexA4BEA0E01019701345
Octal244276240160203116023105
Binary1010010010111110101000001110010000110011110000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEA0; }

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

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

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

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

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

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

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

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