COLOR #A4919C

HEX: #A4919C
RGB: (164,145,156)

Color info

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

RGB color model

#A4919C color RGB value is (164,145,156).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 156 of 255 = 61%

164
145
156

R + G + B ~ 61%. #A4919C is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 156 = 465 (100%)
R 164 of 465 ~ 35.27%
G 145 of 465 ~ 31.18%
B 156 of 465 ~ 33.55%

%35.27
%31.18
%33.55

CMYK color model

#A4919C color CMYK value is (0,12,5,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,12,5,36)
C0M12Y5K36 
(0%,12%,5%,36%)
(0.00/0.12/0.05/0.36)	

CMYK percentages

%0
%11.59
%4.88
%35.69

Codes

Color #A4919C in popluar color models

A4919C
RGB164145156
HSL325°9.45%60.59%
HSB/HSV325°11.59%64.31%
CMYK0.00%11.59%4.88%
35.69%

Color #A4919C in popluar number systems.

HEXA4919C
Decimal164145156
Binary101001001001000110011100
Octal244221234

Shades and tints

Shades of #A4919C

#A4919C
(164,145,156)
#96848E
(150,132,142)
#887780
(136,119,128)
#7A6A72
(122,106,114)
#6C5D64
(108,93,100)
#5E5056
(94,80,86)
#504348
(80,67,72)
#42363A
(66,54,58)
#34292C
(52,41,44)
#261C1E
(38,28,30)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4919C

#A4919C
(164,145,156)
#AC9BA5
(172,155,165)
#B4A5AE
(180,165,174)
#BCAFB7
(188,175,183)
#C4B9C0
(196,185,192)
#CCC3C9
(204,195,201)
#D4CDD2
(212,205,210)
#DCD7DB
(220,215,219)
#E4E1E4
(228,225,228)
#ECEBED
(236,235,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4919C; }

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

This text font color is #A4919C.


Background Color

.myBgColor { background-color: #A4919C; }

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

This div background color is #A4919C.


Border color

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

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

This div border color is #A4919C.


Opacity

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

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

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

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

This text has shadow with #A4919C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4919C on black background.


Color preview on white background

This text has color #A4919C on white background.



Black color preview on #A4919C background

This text has black color on #A4919C background.


White color preview on #A4919C background

This text has white color on #A4919C background.