#A3BCA0

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

Shades of Spring Rain #A3BCA0

Tints of Spring Rain #A3BCA0

Color information

#A3BCA0 (or 0xA3BCA0) is unknown color: approx Spring Rain. HEX triplet: A3, BC and A0. RGB value is (163,188,160). Sum of RGB (Red+Green+Blue) = 163+188+160=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA0 is #5C435F. Grayscale: #B1B1B1. Windows color (decimal): -6046560 or 10534051. OLE color: 10534051.

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

Color convert

RGB163188160-
CMYK0.1300.150.26
HSL113.57º17.28%68.24%-
HSV(B)113.57º14.89%73.73%-
XYZ39.4346.2940.11-
YUV177.33118.22117.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=31.90%
G=36.79%
B=31.31%

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
Decimal1631881600.1300.150.26113.5717.2868.24
HexA3BCA0D0F1A721144
Octal243274240150173216221104
Binary101000111011110010100000110101111110101110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCA0; }

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

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

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

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

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

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

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

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