COLOR #A4919D

HEX: #A4919D
RGB: (164,145,157)

Color info

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

RGB color model

#A4919D color RGB value is (164,145,157).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 157 of 255 = 62%

164
145
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 157 = 466 (100%)
R 164 of 466 ~ 35.19%
G 145 of 466 ~ 31.12%
B 157 of 466 ~ 33.69%

%35.19
%31.12
%33.69

CMYK color model

#A4919D color CMYK value is (0,12,4,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,12,4,36)
C0M12Y4K36 
(0%,12%,4%,36%)
(0.00/0.12/0.04/0.36)	

CMYK percentages

%0
%11.59
%4.27
%35.69

Codes

Color #A4919D in popluar color models

A4919D
RGB164145157
HSL322°9.45%60.59%
HSB/HSV322°11.59%64.31%
CMYK0.00%11.59%4.27%
35.69%

Color #A4919D in popluar number systems.

HEXA4919D
Decimal164145157
Binary101001001001000110011101
Octal244221235

Shades and tints

Shades of #A4919D

#A4919D
(164,145,157)
#96848F
(150,132,143)
#887781
(136,119,129)
#7A6A73
(122,106,115)
#6C5D65
(108,93,101)
#5E5057
(94,80,87)
#504349
(80,67,73)
#42363B
(66,54,59)
#34292D
(52,41,45)
#261C1F
(38,28,31)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #A4919D

#A4919D
(164,145,157)
#AC9BA5
(172,155,165)
#B4A5AD
(180,165,173)
#BCAFB5
(188,175,181)
#C4B9BD
(196,185,189)
#CCC3C5
(204,195,197)
#D4CDCD
(212,205,205)
#DCD7D5
(220,215,213)
#E4E1DD
(228,225,221)
#ECEBE5
(236,235,229)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4919D; }

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

This text font color is #A4919D.


Background Color

.myBgColor { background-color: #A4919D; }

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

This div background color is #A4919D.


Border color

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

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

This div border color is #A4919D.


Opacity

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

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

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

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

This text has shadow with #A4919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4919D on black background.


Color preview on white background

This text has color #A4919D on white background.



Black color preview on #A4919D background

This text has black color on #A4919D background.


White color preview on #A4919D background

This text has white color on #A4919D background.