#A4BCA0

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

Shades of Spring Rain #A4BCA0

Tints of Spring Rain #A4BCA0

Color information

#A4BCA0 (or 0xA4BCA0) is unknown color: approx Spring Rain. HEX triplet: A4, BC and A0. RGB value is (164,188,160). Sum of RGB (Red+Green+Blue) = 164+188+160=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA0 is #5B435F. Grayscale: #B1B1B1. Windows color (decimal): -5981024 or 10534052. OLE color: 10534052.

HSL color Cylindrical-coordinate representation of color #A4BCA0: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BCA0 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB164188160-
CMYK0.1300.150.26
HSL111.43º17.28%68.24%-
HSV(B)111.43º14.89%73.73%-
XYZ39.6446.440.12-
YUV177.63118.05118.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=32.03%
G=36.72%
B=31.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881600.1300.150.26111.4317.2868.24
HexA4BCA0D0F1A6f1144
Octal244274240150173215721104
Binary101001001011110010100000110101111110101101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCA0; }

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

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

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

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

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

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

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

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