COLOR #A4939D

HEX: #A4939D
RGB: (164,147,157)

Color info

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

RGB color model

#A4939D color RGB value is (164,147,157).

  • red value is 164;
  • green value is 147;
  • blue value is 157.
RGB:
(164,147,157)
(64%,58%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 157 of 255 = 62%

164
147
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 157 = 468 (100%)
R 164 of 468 ~ 35.04%
G 147 of 468 ~ 31.41%
B 157 of 468 ~ 33.55%

%35.04
%31.41
%33.55

CMYK color model

#A4939D color CMYK value is (0,10,4,36).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,10,4,36)
C0M10Y4K36 
(0%,10%,4%,36%)
(0.00/0.10/0.04/0.36)	

CMYK percentages

%0
%10.37
%4.27
%35.69

Codes

Color #A4939D in popluar color models

A4939D
RGB164147157
HSL325°8.54%60.98%
HSB/HSV325°10.37%64.31%
CMYK0.00%10.37%4.27%
35.69%

Color #A4939D in popluar number systems.

HEXA4939D
Decimal164147157
Binary101001001001001110011101
Octal244223235

Shades and tints

Shades of #A4939D

#A4939D
(164,147,157)
#96868F
(150,134,143)
#887981
(136,121,129)
#7A6C73
(122,108,115)
#6C5F65
(108,95,101)
#5E5257
(94,82,87)
#504549
(80,69,73)
#42383B
(66,56,59)
#342B2D
(52,43,45)
#261E1F
(38,30,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #A4939D

#A4939D
(164,147,157)
#AC9CA5
(172,156,165)
#B4A5AD
(180,165,173)
#BCAEB5
(188,174,181)
#C4B7BD
(196,183,189)
#CCC0C5
(204,192,197)
#D4C9CD
(212,201,205)
#DCD2D5
(220,210,213)
#E4DBDD
(228,219,221)
#ECE4E5
(236,228,229)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4939D color. Also use rgb(164,147,157) instead hex code.

Text Font Color

.myTextColor { color: #A4939D; }

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

This text font color is #A4939D.


Background Color

.myBgColor { background-color: #A4939D; }

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

This div background color is #A4939D.


Border color

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

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

This div border color is #A4939D.


Opacity

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

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

Text with #A4939D 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 #A4939D;}

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

This text has shadow with #A4939D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4939D on black background.


Color preview on white background

This text has color #A4939D on white background.



Black color preview on #A4939D background

This text has black color on #A4939D background.


White color preview on #A4939D background

This text has white color on #A4939D background.