COLOR #A4979E

HEX: #A4979E RGB: (164,151,158)

Color info

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

RGB color model

#A4979E color RGB value is (164,151,158).

RGB: (164,151,158) (64%, 59%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 158 of 255 = 62%

164
151
158

R + G + B ~ 62%. #A4979E is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 151 + 158 = 473 (100%)
R 164 of 473 ~ 34.67%
G 151 of 473 ~ 31.92%
B 158 of 473 ~ 33.4'%

%34.67
%31.92
%33.4

CMYK color model

#A4979E color CMYK value is (0,8,4,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 3.66%
  • key color value is 35.69%

CMYK: (0,8,4,36)
C0M8Y4K36 (0%, 8%, 4%, 36%)
(0.00 / 0.08 / 0.04 / 0.36)

CMYK percentages

%0
%7.93
%3.66
%35.69

Codes

Color #A4979E in popluar color models

A4 97 9E
RGB 164 151 158
HSL 328° 6.67% 61.76%
HSB/HSV 328° 7.93% 64.31%
CMYK 0.00% 7.93% 3.66%
35.69%

Color #A4979E in popluar number systems.

HEX A4 97 9E
Decimal 164 151 158
Binary 10100100 10010111 10011110
Octal 244 227 236

Shades and tints

Shades of #A4979E

#A4979E
(164,151,158)
#968A90
(150,138,144)
#887D82
(136,125,130)
#7A7074
(122,112,116)
#6C6366
(108,99,102)
#5E5658
(94,86,88)
#50494A
(80,73,74)
#423C3C
(66,60,60)
#342F2E
(52,47,46)
#262220
(38,34,32)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #A4979E

#A4979E
(164,151,158)
#ACA0A6
(172,160,166)
#B4A9AE
(180,169,174)
#BCB2B6
(188,178,182)
#C4BBBE
(196,187,190)
#CCC4C6
(204,196,198)
#D4CDCE
(212,205,206)
#DCD6D6
(220,214,214)
#E4DFDE
(228,223,222)
#ECE8E6
(236,232,230)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4979E; }

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

This text font color is #A4979E.

Background Color

.myBgColor { background-color: #A4979E; }

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

This div background color is #A4979E.

Border color

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

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

This div border color is #A4979E.

Opacity

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

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

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

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

This text has shadow with #A4979E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4979E.

Preview

Color preview on black background

This text has color #A4979E on black background.


Color preview on white background

This text has color #A4979E on white background.


Black color preview on #A4979E background

This text has black color on #A4979E background.


White color preview on #A4979E background

This text has white color on #A4979E background.


Related colors

Complementary color

Complementary color for #hex is #5B6861.


I love getcolorcode.com

Triadic colors

1 #9EA497 and #979EA4 with #A4979E are triadic colors.

2 #9E97A4 and #97A49E with #A4979E are triadic colors.