COLOR #A4879C

HEX: #A4879C
RGB: (164,135,156)

Color info

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

RGB color model

#A4879C color RGB value is (164,135,156).

  • red value is 164;
  • green value is 135;
  • blue value is 156.
RGB:
(164,135,156)
(64%,53%,61%)

RGB channels and saturation

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

164
135
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 156 = 455 (100%)
R 164 of 455 ~ 36.04%
G 135 of 455 ~ 29.67%
B 156 of 455 ~ 34.29%

%36.04
%29.67
%34.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 4.88%
  • 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
%4.88
%35.69

Codes

Color #A4879C in popluar color models

A4879C
RGB164135156
HSL317°13.74%58.63%
HSB/HSV317°17.68%64.31%
CMYK0.00%17.68%4.88%
35.69%

Color #A4879C in popluar number systems.

HEXA4879C
Decimal164135156
Binary101001001000011110011100
Octal244207234

Shades and tints

Shades of #A4879C

#A4879C
(164,135,156)
#967B8E
(150,123,142)
#886F80
(136,111,128)
#7A6372
(122,99,114)
#6C5764
(108,87,100)
#5E4B56
(94,75,86)
#503F48
(80,63,72)
#42333A
(66,51,58)
#34272C
(52,39,44)
#261B1E
(38,27,30)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4879C

#A4879C
(164,135,156)
#AC91A5
(172,145,165)
#B49BAE
(180,155,174)
#BCA5B7
(188,165,183)
#C4AFC0
(196,175,192)
#CCB9C9
(204,185,201)
#D4C3D2
(212,195,210)
#DCCDDB
(220,205,219)
#E4D7E4
(228,215,228)
#ECE1ED
(236,225,237)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4879C; }

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

This text font color is #A4879C.


Background Color

.myBgColor { background-color: #A4879C; }

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

This div background color is #A4879C.


Border color

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

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

This div border color is #A4879C.


Opacity

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

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

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

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

This text has shadow with #A4879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4879C on black background.


Color preview on white background

This text has color #A4879C on white background.



Black color preview on #A4879C background

This text has black color on #A4879C background.


White color preview on #A4879C background

This text has white color on #A4879C background.