COLOR #A3959E

HEX: #A3959E
RGB: (163,149,158)

Color info

#A3959E contains red, green and blue colors in about the same proportion. Web safe color of #A3959E is #999999 (or #999).

RGB color model

#A3959E color RGB value is (163,149,158).

  • red value is 163;
  • green value is 149;
  • blue value is 158.
RGB:
(163,149,158)
(64%,58%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 158 of 255 = 62%

163
149
158

R + G + B ~ 61%. #A3959E is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 158 = 470 (100%)
R 163 of 470 ~ 34.68%
G 149 of 470 ~ 31.7%
B 158 of 470 ~ 33.62%

%34.68
%31.7
%33.62

CMYK color model

#A3959E color CMYK value is (0,9,3,36).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(0,9,3,36)
C0M9Y3K36 
(0%,9%,3%,36%)
(0.00/0.09/0.03/0.36)	

CMYK percentages

%0
%8.59
%3.07
%36.08

Codes

Color #A3959E in popluar color models

A3959E
RGB163149158
HSL321°7.07%61.18%
HSB/HSV321°8.59%63.92%
CMYK0.00%8.59%3.07%
36.08%

Color #A3959E in popluar number systems.

HEXA3959E
Decimal163149158
Binary101000111001010110011110
Octal243225236

Shades and tints

Shades of #A3959E

#A3959E
(163,149,158)
#958890
(149,136,144)
#877B82
(135,123,130)
#796E74
(121,110,116)
#6B6166
(107,97,102)
#5D5458
(93,84,88)
#4F474A
(79,71,74)
#413A3C
(65,58,60)
#332D2E
(51,45,46)
#252020
(37,32,32)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #A3959E

#A3959E
(163,149,158)
#AB9EA6
(171,158,166)
#B3A7AE
(179,167,174)
#BBB0B6
(187,176,182)
#C3B9BE
(195,185,190)
#CBC2C6
(203,194,198)
#D3CBCE
(211,203,206)
#DBD4D6
(219,212,214)
#E3DDDE
(227,221,222)
#EBE6E6
(235,230,230)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3959E color. Also use rgb(163,149,158) instead hex code.

Text Font Color

.myTextColor { color: #A3959E; }

<p style="color:#A3959E">This sample text font color is #A3959E.</p>

This text font color is #A3959E.


Background Color

.myBgColor { background-color: #A3959E; }

<div style="background-color:#A3959E">Inner text</div>

This div background color is #A3959E.


Border color

.myBorderColor { border: 1px solid #A3959E; }

<div style="border:3px solid #A3959E">Div</div>

This div border color is #A3959E.


Opacity

.myOpacity80 { color: #A3959E; opacity: 0.8; }

<p style="color:#A3959E;opacity:0.8;">80%</p>

Text with #A3959E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3959E;}

<p style="text-shadow: 3px 3px 1px #A3959E">Text here.</p>

This text has shadow with #A3959E color.

.textShadow {text-shadow: 3px 3px 1px #A3959E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3959E, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3959E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3959E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3959E, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3959E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A3959E;
  -webkit-box-shadow:	1px 1px 3px 2px #A3959E;
  box-shadow:		1px 1px 3px 2px #A3959E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3959E;
-webkit-box-shadow: 1px 1px 3px 2px #A3959E;
box-shadow:1px 1px 3px 2px #A3959E;">
Div content here</div>
This div box has shadow with color #A3959E.

Preview

Color preview on black background

This text has color #A3959E on black background.


Color preview on white background

This text has color #A3959E on white background.



Black color preview on #A3959E background

This text has black color on #A3959E background.


White color preview on #A3959E background

This text has white color on #A3959E background.