COLOR #A8979E

HEX: #A8979E RGB: (168,151,158)

Color info

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

RGB color model

#A8979E color RGB value is (168,151,158).

RGB: (168,151,158) (66%, 59%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 158 of 255 = 62%

168
151
158

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

Portions of RGB colors in percentages

R + G + B = 168 + 151 + 158 = 477 (100%)
R 168 of 477 ~ 35.22%
G 151 of 477 ~ 31.66%
B 158 of 477 ~ 33.12'%

%35.22
%31.66
%33.12

CMYK color model

#A8979E color CMYK value is (0,10,6,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK: (0,10,6,34) C0M10Y6K34 (0%,10%,6%,34%) (0.00/0.10/0.06/0.34) 

CMYK percentages

%0
%10.12
%5.95
%34.12

Codes

Color #A8979E in popluar color models

A8 97 9E
RGB 168 151 158
HSL 335° 8.90% 62.55%
HSB/HSV 335° 10.12% 65.88%
CMYK 0.00% 10.12% 5.95%
34.12%

Color #A8979E in popluar number systems.

HEX A8 97 9E
Decimal 168 151 158
Binary 10101000 10010111 10011110
Octal 250 227 236

Shades and tints

Shades of #A8979E

#A8979E
(168,151,158)
#998A90
(153,138,144)
#8A7D82
(138,125,130)
#7B7074
(123,112,116)
#6C6366
(108,99,102)
#5D5658
(93,86,88)
#4E494A
(78,73,74)
#3F3C3C
(63,60,60)
#302F2E
(48,47,46)
#212220
(33,34,32)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #A8979E

#A8979E
(168,151,158)
#AFA0A6
(175,160,166)
#B6A9AE
(182,169,174)
#BDB2B6
(189,178,182)
#C4BBBE
(196,187,190)
#CBC4C6
(203,196,198)
#D2CDCE
(210,205,206)
#D9D6D6
(217,214,214)
#E0DFDE
(224,223,222)
#E7E8E6
(231,232,230)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8979E; }

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

This text font color is #A8979E.

Background Color

.myBgColor { background-color: #A8979E; }

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

This div background color is #A8979E.

Border color

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

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

This div border color is #A8979E.

Opacity

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

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

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

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

This text has shadow with #A8979E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8979E.

Preview

Color preview on black background

This text has color #A8979E on black background.


Color preview on white background

This text has color #A8979E on white background.


Black color preview on #A8979E background

This text has black color on #A8979E background.


White color preview on #A8979E background

This text has white color on #A8979E background.


Related colors

Complementary color

Complementary color for #hex is #576861.


I love getcolorcode.com

Triadic colors

1 #9EA897 and #979EA8 with #A8979E are triadic colors.

2 #9E97A8 and #97A89E with #A8979E are triadic colors.