COLOR #A8879E

HEX: #A8879E RGB: (168,135,158)

Color info

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

RGB color model

#A8879E color RGB value is (168,135,158).

RGB: (168,135,158) (66%, 53%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 158 of 255 = 62%

168
135
158

R + G + B ~ 60%. #A8879E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 158 = 461 (100%)
R 168 of 461 ~ 36.44%
G 135 of 461 ~ 29.28%
B 158 of 461 ~ 34.27'%

%36.44
%29.28
%34.27

CMYK color model

#A8879E color CMYK value is (0,20,6,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 5.95%
  • key color value is 34.12%

CMYK: (0,20,6,34)
C0M20Y6K34 (0%, 20%, 6%, 34%)
(0.00 / 0.20 / 0.06 / 0.34)

CMYK percentages

%0
%19.64
%5.95
%34.12

Codes

Color #A8879E in popluar color models

A8 87 9E
RGB 168 135 158
HSL 318° 15.94% 59.41%
HSB/HSV 318° 19.64% 65.88%
CMYK 0.00% 19.64% 5.95%
34.12%

Color #A8879E in popluar number systems.

HEX A8 87 9E
Decimal 168 135 158
Binary 10101000 10000111 10011110
Octal 250 207 236

Shades and tints

Shades of #A8879E

#A8879E
(168,135,158)
#997B90
(153,123,144)
#8A6F82
(138,111,130)
#7B6374
(123,99,116)
#6C5766
(108,87,102)
#5D4B58
(93,75,88)
#4E3F4A
(78,63,74)
#3F333C
(63,51,60)
#30272E
(48,39,46)
#211B20
(33,27,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #A8879E

#A8879E
(168,135,158)
#AF91A6
(175,145,166)
#B69BAE
(182,155,174)
#BDA5B6
(189,165,182)
#C4AFBE
(196,175,190)
#CBB9C6
(203,185,198)
#D2C3CE
(210,195,206)
#D9CDD6
(217,205,214)
#E0D7DE
(224,215,222)
#E7E1E6
(231,225,230)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8879E; }

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

This text font color is #A8879E.

Background Color

.myBgColor { background-color: #A8879E; }

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

This div background color is #A8879E.

Border color

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

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

This div border color is #A8879E.

Opacity

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

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

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

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

This text has shadow with #A8879E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8879E.

Preview

Color preview on black background

This text has color #A8879E on black background.


Color preview on white background

This text has color #A8879E on white background.


Black color preview on #A8879E background

This text has black color on #A8879E background.


White color preview on #A8879E background

This text has white color on #A8879E background.


Related colors

Complementary color

Complementary color for #hex is #577861.


I love getcolorcode.com

Triadic colors

1 #9EA887 and #879EA8 with #A8879E are triadic colors.

2 #9E87A8 and #87A89E with #A8879E are triadic colors.