COLOR #A49AA3

HEX: #A49AA3
RGB: (164,154,163)

Color info

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

RGB color model

#A49AA3 color RGB value is (164,154,163).

  • red value is 164;
  • green value is 154;
  • blue value is 163.
RGB:
(164,154,163)
(64%,60%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 154 of 255 = 60%
B 163 of 255 = 64%

164
154
163

R + G + B ~ 63%. #A49AA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 154 + 163 = 481 (100%)
R 164 of 481 ~ 34.1%
G 154 of 481 ~ 32.02%
B 163 of 481 ~ 33.89%

%34.1
%32.02
%33.89

CMYK color model

#A49AA3 color CMYK value is (0,6,1,36).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 0.61%
  • key color value is 35.69%
CMYK:
(0,6,1,36)
C0M6Y1K36 
(0%,6%,1%,36%)
(0.00/0.06/0.01/0.36)	

CMYK percentages

%0
%6.1
%0.61
%35.69

Codes

Color #A49AA3 in popluar color models

A49AA3
RGB164154163
HSL306°5.21%62.35%
HSB/HSV306°6.10%64.31%
CMYK0.00%6.10%0.61%
35.69%

Color #A49AA3 in popluar number systems.

HEXA49AA3
Decimal164154163
Binary101001001001101010100011
Octal244232243

Shades and tints

Shades of #A49AA3

#A49AA3
(164,154,163)
#968C95
(150,140,149)
#887E87
(136,126,135)
#7A7079
(122,112,121)
#6C626B
(108,98,107)
#5E545D
(94,84,93)
#50464F
(80,70,79)
#423841
(66,56,65)
#342A33
(52,42,51)
#261C25
(38,28,37)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #A49AA3

#A49AA3
(164,154,163)
#ACA3AB
(172,163,171)
#B4ACB3
(180,172,179)
#BCB5BB
(188,181,187)
#C4BEC3
(196,190,195)
#CCC7CB
(204,199,203)
#D4D0D3
(212,208,211)
#DCD9DB
(220,217,219)
#E4E2E3
(228,226,227)
#ECEBEB
(236,235,235)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49AA3 color. Also use rgb(164,154,163) instead hex code.

Text Font Color

.myTextColor { color: #A49AA3; }

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

This text font color is #A49AA3.


Background Color

.myBgColor { background-color: #A49AA3; }

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

This div background color is #A49AA3.


Border color

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

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

This div border color is #A49AA3.


Opacity

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

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

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

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

This text has shadow with #A49AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49AA3 on black background.


Color preview on white background

This text has color #A49AA3 on white background.



Black color preview on #A49AA3 background

This text has black color on #A49AA3 background.


White color preview on #A49AA3 background

This text has white color on #A49AA3 background.