COLOR #A4879B

HEX: #A4879B RGB: (164,135,155)

Color info

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

RGB color model

#A4879B color RGB value is (164,135,155).

RGB: (164,135,155) (64%, 53%, 61%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 155 of 255 = 61%

164
135
155

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 155 = 454 (100%)
R 164 of 454 ~ 36.12%
G 135 of 454 ~ 29.74%
B 155 of 454 ~ 34.14'%

%36.12
%29.74
%34.14

CMYK color model

#A4879B color CMYK value is (0,18,5,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK: (0,18,5,36) C0M18Y5K36 (0%,18%,5%,36%) (0.00/0.18/0.05/0.36) 

CMYK percentages

%0
%17.68
%5.49
%35.69

Codes

Color #A4879B in popluar color models

A4 87 9B
RGB 164 135 155
HSL 319° 13.74% 58.63%
HSB/HSV 319° 17.68% 64.31%
CMYK 0.00% 17.68% 5.49%
35.69%

Color #A4879B in popluar number systems.

HEX A4 87 9B
Decimal 164 135 155
Binary 10100100 10000111 10011011
Octal 244 207 233

Shades and tints

Shades of #A4879B

#A4879B
(164,135,155)
#967B8D
(150,123,141)
#886F7F
(136,111,127)
#7A6371
(122,99,113)
#6C5763
(108,87,99)
#5E4B55
(94,75,85)
#503F47
(80,63,71)
#423339
(66,51,57)
#34272B
(52,39,43)
#261B1D
(38,27,29)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #A4879B

#A4879B
(164,135,155)
#AC91A4
(172,145,164)
#B49BAD
(180,155,173)
#BCA5B6
(188,165,182)
#C4AFBF
(196,175,191)
#CCB9C8
(204,185,200)
#D4C3D1
(212,195,209)
#DCCDDA
(220,205,218)
#E4D7E3
(228,215,227)
#ECE1EC
(236,225,236)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4879B; }

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

This text font color is #A4879B.

Background Color

.myBgColor { background-color: #A4879B; }

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

This div background color is #A4879B.

Border color

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

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

This div border color is #A4879B.

Opacity

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

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

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

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

This text has shadow with #A4879B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4879B.

Preview

Color preview on black background

This text has color #A4879B on black background.


Color preview on white background

This text has color #A4879B on white background.


Black color preview on #A4879B background

This text has black color on #A4879B background.


White color preview on #A4879B background

This text has white color on #A4879B background.


Related colors

Complementary color

Complementary color for #hex is #5B7864.


I love getcolorcode.com

Triadic colors

1 #9BA487 and #879BA4 with #A4879B are triadic colors.

2 #9B87A4 and #87A49B with #A4879B are triadic colors.