COLOR #A4979B

HEX: #A4979B
RGB: (164,151,155)

Color info

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

RGB color model

#A4979B color RGB value is (164,151,155).

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

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 155 of 255 = 61%

164
151
155

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 155 = 470 (100%)
R 164 of 470 ~ 34.89%
G 151 of 470 ~ 32.13%
B 155 of 470 ~ 32.98%

%34.89
%32.13
%32.98

CMYK color model

#A4979B color CMYK value is (0,8,5,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(0,8,5,36)
C0M8Y5K36 
(0%,8%,5%,36%)
(0.00/0.08/0.05/0.36)	

CMYK percentages

%0
%7.93
%5.49
%35.69

Codes

Color #A4979B in popluar color models

A4979B
RGB164151155
HSL342°6.67%61.76%
HSB/HSV342°7.93%64.31%
CMYK0.00%7.93%5.49%
35.69%

Color #A4979B in popluar number systems.

HEXA4979B
Decimal164151155
Binary101001001001011110011011
Octal244227233

Shades and tints

Shades of #A4979B

#A4979B
(164,151,155)
#968A8D
(150,138,141)
#887D7F
(136,125,127)
#7A7071
(122,112,113)
#6C6363
(108,99,99)
#5E5655
(94,86,85)
#504947
(80,73,71)
#423C39
(66,60,57)
#342F2B
(52,47,43)
#26221D
(38,34,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4979B

#A4979B
(164,151,155)
#ACA0A4
(172,160,164)
#B4A9AD
(180,169,173)
#BCB2B6
(188,178,182)
#C4BBBF
(196,187,191)
#CCC4C8
(204,196,200)
#D4CDD1
(212,205,209)
#DCD6DA
(220,214,218)
#E4DFE3
(228,223,227)
#ECE8EC
(236,232,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4979B; }

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

This text font color is #A4979B.


Background Color

.myBgColor { background-color: #A4979B; }

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

This div background color is #A4979B.


Border color

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

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

This div border color is #A4979B.


Opacity

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

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

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

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

This text has shadow with #A4979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4979B on black background.


Color preview on white background

This text has color #A4979B on white background.



Black color preview on #A4979B background

This text has black color on #A4979B background.


White color preview on #A4979B background

This text has white color on #A4979B background.