#A3BA9F

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

Shades of Spring Rain #A3BA9F

Tints of Spring Rain #A3BA9F

Color information

#A3BA9F (or 0xA3BA9F) is unknown color: approx Spring Rain. HEX triplet: A3, BA and 9F. RGB value is (163,186,159). Sum of RGB (Red+Green+Blue) = 163+186+159=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA9F is #5C4560. Grayscale: #B0B0B0. Windows color (decimal): -6047073 or 10468003. OLE color: 10468003.

HSL color Cylindrical-coordinate representation of color #A3BA9F: hue angle of 111.11º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BA9F is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB163186159-
CMYK0.1200.150.27
HSL111.11º16.36%67.65%-
HSV(B)111.11º14.52%72.94%-
XYZ38.9245.4139.51-
YUV176.04118.38118.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=32.09%
G=36.61%
B=31.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861590.1200.150.27111.1116.3667.65
HexA3BA9FC0F1B6f1044
Octal243272237140173315720104
Binary101000111011101010011111110001111110111101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA9F; }

 p { color: rgb(163,186,159); }

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

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

 a { background-color: rgb(163,186,159); }

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

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

 span { border-color: rgb(163,186,159); }

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