COLOR #A4929D

HEX: #A4929D
RGB: (164,146,157)

Color info

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

RGB color model

#A4929D color RGB value is (164,146,157).

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

RGB channels and saturation

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

164
146
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 157 = 467 (100%)
R 164 of 467 ~ 35.12%
G 146 of 467 ~ 31.26%
B 157 of 467 ~ 33.62%

%35.12
%31.26
%33.62

CMYK color model

#A4929D color CMYK value is (0,11,4,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,11,4,36)
C0M11Y4K36 
(0%,11%,4%,36%)
(0.00/0.11/0.04/0.36)	

CMYK percentages

%0
%10.98
%4.27
%35.69

Codes

Color #A4929D in popluar color models

A4929D
RGB164146157
HSL323°9.00%60.78%
HSB/HSV323°10.98%64.31%
CMYK0.00%10.98%4.27%
35.69%

Color #A4929D in popluar number systems.

HEXA4929D
Decimal164146157
Binary101001001001001010011101
Octal244222235

Shades and tints

Shades of #A4929D

#A4929D
(164,146,157)
#96858F
(150,133,143)
#887881
(136,120,129)
#7A6B73
(122,107,115)
#6C5E65
(108,94,101)
#5E5157
(94,81,87)
#504449
(80,68,73)
#42373B
(66,55,59)
#342A2D
(52,42,45)
#261D1F
(38,29,31)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #A4929D

#A4929D
(164,146,157)
#AC9BA5
(172,155,165)
#B4A4AD
(180,164,173)
#BCADB5
(188,173,181)
#C4B6BD
(196,182,189)
#CCBFC5
(204,191,197)
#D4C8CD
(212,200,205)
#DCD1D5
(220,209,213)
#E4DADD
(228,218,221)
#ECE3E5
(236,227,229)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4929D; }

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

This text font color is #A4929D.


Background Color

.myBgColor { background-color: #A4929D; }

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

This div background color is #A4929D.


Border color

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

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

This div border color is #A4929D.


Opacity

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

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

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

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

This text has shadow with #A4929D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4929D on black background.


Color preview on white background

This text has color #A4929D on white background.



Black color preview on #A4929D background

This text has black color on #A4929D background.


White color preview on #A4929D background

This text has white color on #A4929D background.