COLOR #A4878E

HEX: #A4878E RGB: (164,135,142)

Color info

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

RGB color model

#A4878E color RGB value is (164,135,142).

RGB: (164,135,142) (64%, 53%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 142 of 255 = 56%

164
135
142

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 142 = 441 (100%)
R 164 of 441 ~ 37.19%
G 135 of 441 ~ 30.61%
B 142 of 441 ~ 32.2'%

%37.19
%30.61
%32.2

CMYK color model

#A4878E color CMYK value is (0,18,13,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 13.41%
  • key color value is 35.69%

CMYK: (0,18,13,36)
C0M18Y13K36 (0%, 18%, 13%, 36%)
(0.00 / 0.18 / 0.13 / 0.36)

CMYK percentages

%0
%17.68
%13.41
%35.69

Codes

Color #A4878E in popluar color models

A4 87 8E
RGB 164 135 142
HSL 346° 13.74% 58.63%
HSB/HSV 346° 17.68% 64.31%
CMYK 0.00% 17.68% 13.41%
35.69%

Color #A4878E in popluar number systems.

HEX A4 87 8E
Decimal 164 135 142
Binary 10100100 10000111 10001110
Octal 244 207 216

Shades and tints

Shades of #A4878E

#A4878E
(164,135,142)
#967B82
(150,123,130)
#886F76
(136,111,118)
#7A636A
(122,99,106)
#6C575E
(108,87,94)
#5E4B52
(94,75,82)
#503F46
(80,63,70)
#42333A
(66,51,58)
#34272E
(52,39,46)
#261B22
(38,27,34)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #A4878E

#A4878E
(164,135,142)
#AC9198
(172,145,152)
#B49BA2
(180,155,162)
#BCA5AC
(188,165,172)
#C4AFB6
(196,175,182)
#CCB9C0
(204,185,192)
#D4C3CA
(212,195,202)
#DCCDD4
(220,205,212)
#E4D7DE
(228,215,222)
#ECE1E8
(236,225,232)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4878E color. Also use rgb(164,135,142) instead hex code.

Text Font Color

.myTextColor { color: #A4878E; }

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

This text font color is #A4878E.

Background Color

.myBgColor { background-color: #A4878E; }

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

This div background color is #A4878E.

Border color

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

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

This div border color is #A4878E.

Opacity

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

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

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

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

This text has shadow with #A4878E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4878E.

Preview

Color preview on black background

This text has color #A4878E on black background.


Color preview on white background

This text has color #A4878E on white background.


Black color preview on #A4878E background

This text has black color on #A4878E background.


White color preview on #A4878E background

This text has white color on #A4878E background.


Related colors

Complementary color

Complementary color for #hex is #5B7871.


I love getcolorcode.com

Triadic colors

1 #8EA487 and #878EA4 with #A4878E are triadic colors.

2 #8E87A4 and #87A48E with #A4878E are triadic colors.