COLOR #A4878B

HEX: #A4878B RGB: (164,135,139)

Color info

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

RGB color model

#A4878B color RGB value is (164,135,139).

RGB: (164,135,139) (64%, 53%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 139 of 255 = 55%

164
135
139

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 139 = 438 (100%)
R 164 of 438 ~ 37.44%
G 135 of 438 ~ 30.82%
B 139 of 438 ~ 31.74'%

%37.44
%30.82
%31.74

CMYK color model

#A4878B color CMYK value is (0,18,15,36).

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

CMYK: (0,18,15,36)
C0M18Y15K36 (0%, 18%, 15%, 36%)
(0.00 / 0.18 / 0.15 / 0.36)

CMYK percentages

%0
%17.68
%15.24
%35.69

Codes

Color #A4878B in popluar color models

A4 87 8B
RGB 164 135 139
HSL 352° 13.74% 58.63%
HSB/HSV 352° 17.68% 64.31%
CMYK 0.00% 17.68% 15.24%
35.69%

Color #A4878B in popluar number systems.

HEX A4 87 8B
Decimal 164 135 139
Binary 10100100 10000111 10001011
Octal 244 207 213

Shades and tints

Shades of #A4878B

#A4878B
(164,135,139)
#967B7F
(150,123,127)
#886F73
(136,111,115)
#7A6367
(122,99,103)
#6C575B
(108,87,91)
#5E4B4F
(94,75,79)
#503F43
(80,63,67)
#423337
(66,51,55)
#34272B
(52,39,43)
#261B1F
(38,27,31)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #A4878B

#A4878B
(164,135,139)
#AC9195
(172,145,149)
#B49B9F
(180,155,159)
#BCA5A9
(188,165,169)
#C4AFB3
(196,175,179)
#CCB9BD
(204,185,189)
#D4C3C7
(212,195,199)
#DCCDD1
(220,205,209)
#E4D7DB
(228,215,219)
#ECE1E5
(236,225,229)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4878B; }

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

This text font color is #A4878B.

Background Color

.myBgColor { background-color: #A4878B; }

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

This div background color is #A4878B.

Border color

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

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

This div border color is #A4878B.

Opacity

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

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

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

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

This text has shadow with #A4878B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4878B.

Preview

Color preview on black background

This text has color #A4878B on black background.


Color preview on white background

This text has color #A4878B on white background.


Black color preview on #A4878B background

This text has black color on #A4878B background.


White color preview on #A4878B background

This text has white color on #A4878B background.


Related colors

Complementary color

Complementary color for #hex is #5B7874.


I love getcolorcode.com

Triadic colors

1 #8BA487 and #878BA4 with #A4878B are triadic colors.

2 #8B87A4 and #87A48B with #A4878B are triadic colors.