COLOR #A4979C

HEX: #A4979C
RGB: (164,151,156)

Color info

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

RGB color model

#A4979C color RGB value is (164,151,156).

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

RGB channels and saturation

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

164
151
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 156 = 471 (100%)
R 164 of 471 ~ 34.82%
G 151 of 471 ~ 32.06%
B 156 of 471 ~ 33.12%

%34.82
%32.06
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 4.88%
  • 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
%4.88
%35.69

Codes

Color #A4979C in popluar color models

A4979C
RGB164151156
HSL337°6.67%61.76%
HSB/HSV337°7.93%64.31%
CMYK0.00%7.93%4.88%
35.69%

Color #A4979C in popluar number systems.

HEXA4979C
Decimal164151156
Binary101001001001011110011100
Octal244227234

Shades and tints

Shades of #A4979C

#A4979C
(164,151,156)
#968A8E
(150,138,142)
#887D80
(136,125,128)
#7A7072
(122,112,114)
#6C6364
(108,99,100)
#5E5656
(94,86,86)
#504948
(80,73,72)
#423C3A
(66,60,58)
#342F2C
(52,47,44)
#26221E
(38,34,30)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #A4979C

#A4979C
(164,151,156)
#ACA0A5
(172,160,165)
#B4A9AE
(180,169,174)
#BCB2B7
(188,178,183)
#C4BBC0
(196,187,192)
#CCC4C9
(204,196,201)
#D4CDD2
(212,205,210)
#DCD6DB
(220,214,219)
#E4DFE4
(228,223,228)
#ECE8ED
(236,232,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4979C; }

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

This text font color is #A4979C.


Background Color

.myBgColor { background-color: #A4979C; }

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

This div background color is #A4979C.


Border color

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

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

This div border color is #A4979C.


Opacity

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

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

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

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

This text has shadow with #A4979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4979C on black background.


Color preview on white background

This text has color #A4979C on white background.



Black color preview on #A4979C background

This text has black color on #A4979C background.


White color preview on #A4979C background

This text has white color on #A4979C background.