#A3BCA1

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

Shades of Spring Rain #A3BCA1

Tints of Spring Rain #A3BCA1

Color information

#A3BCA1 (or 0xA3BCA1) is unknown color: approx Spring Rain. HEX triplet: A3, BC and A1. RGB value is (163,188,161). Sum of RGB (Red+Green+Blue) = 163+188+161=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA1 is #5C435E. Grayscale: #B1B1B1. Windows color (decimal): -6046559 or 10599587. OLE color: 10599587.

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

Color convert

RGB163188161-
CMYK0.1300.140.26
HSL115.56º16.77%68.43%-
HSV(B)115.56º14.36%73.73%-
XYZ39.5246.3340.58-
YUV177.45118.72117.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 161 (63.28% from 255) = 31.45%
R=31.84%
G=36.72%
B=31.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881610.1300.140.26115.5616.7768.43
HexA3BCA1D0E1A741144
Octal243274241150163216421104
Binary101000111011110010100001110101110110101110100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCA1; }

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

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

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

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

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

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

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

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