COLOR #A4939B

HEX: #A4939B
RGB: (164,147,155)

Color info

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

RGB color model

#A4939B color RGB value is (164,147,155).

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

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 155 of 255 = 61%

164
147
155

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 155 = 466 (100%)
R 164 of 466 ~ 35.19%
G 147 of 466 ~ 31.55%
B 155 of 466 ~ 33.26%

%35.19
%31.55
%33.26

CMYK color model

#A4939B color CMYK value is (0,10,5,36).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(0,10,5,36)
C0M10Y5K36 
(0%,10%,5%,36%)
(0.00/0.10/0.05/0.36)	

CMYK percentages

%0
%10.37
%5.49
%35.69

Codes

Color #A4939B in popluar color models

A4939B
RGB164147155
HSL332°8.54%60.98%
HSB/HSV332°10.37%64.31%
CMYK0.00%10.37%5.49%
35.69%

Color #A4939B in popluar number systems.

HEXA4939B
Decimal164147155
Binary101001001001001110011011
Octal244223233

Shades and tints

Shades of #A4939B

#A4939B
(164,147,155)
#96868D
(150,134,141)
#88797F
(136,121,127)
#7A6C71
(122,108,113)
#6C5F63
(108,95,99)
#5E5255
(94,82,85)
#504547
(80,69,71)
#423839
(66,56,57)
#342B2B
(52,43,43)
#261E1D
(38,30,29)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #A4939B

#A4939B
(164,147,155)
#AC9CA4
(172,156,164)
#B4A5AD
(180,165,173)
#BCAEB6
(188,174,182)
#C4B7BF
(196,183,191)
#CCC0C8
(204,192,200)
#D4C9D1
(212,201,209)
#DCD2DA
(220,210,218)
#E4DBE3
(228,219,227)
#ECE4EC
(236,228,236)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4939B; }

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

This text font color is #A4939B.


Background Color

.myBgColor { background-color: #A4939B; }

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

This div background color is #A4939B.


Border color

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

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

This div border color is #A4939B.


Opacity

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

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

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

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

This text has shadow with #A4939B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4939B on black background.


Color preview on white background

This text has color #A4939B on white background.



Black color preview on #A4939B background

This text has black color on #A4939B background.


White color preview on #A4939B background

This text has white color on #A4939B background.