COLOR #A49A9E

HEX: #A49A9E
RGB: (164,154,158)

Color info

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

RGB color model

#A49A9E color RGB value is (164,154,158).

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

RGB channels and saturation

R 164 of 255 = 64%
G 154 of 255 = 60%
B 158 of 255 = 62%

164
154
158

R + G + B ~ 62%. #A49A9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 154 + 158 = 476 (100%)
R 164 of 476 ~ 34.45%
G 154 of 476 ~ 32.35%
B 158 of 476 ~ 33.19%

%34.45
%32.35
%33.19

CMYK color model

#A49A9E color CMYK value is (0,6,4,36).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(0,6,4,36)
C0M6Y4K36 
(0%,6%,4%,36%)
(0.00/0.06/0.04/0.36)	

CMYK percentages

%0
%6.1
%3.66
%35.69

Codes

Color #A49A9E in popluar color models

A49A9E
RGB164154158
HSL336°5.21%62.35%
HSB/HSV336°6.10%64.31%
CMYK0.00%6.10%3.66%
35.69%

Color #A49A9E in popluar number systems.

HEXA49A9E
Decimal164154158
Binary101001001001101010011110
Octal244232236

Shades and tints

Shades of #A49A9E

#A49A9E
(164,154,158)
#968C90
(150,140,144)
#887E82
(136,126,130)
#7A7074
(122,112,116)
#6C6266
(108,98,102)
#5E5458
(94,84,88)
#50464A
(80,70,74)
#42383C
(66,56,60)
#342A2E
(52,42,46)
#261C20
(38,28,32)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A49A9E

#A49A9E
(164,154,158)
#ACA3A6
(172,163,166)
#B4ACAE
(180,172,174)
#BCB5B6
(188,181,182)
#C4BEBE
(196,190,190)
#CCC7C6
(204,199,198)
#D4D0CE
(212,208,206)
#DCD9D6
(220,217,214)
#E4E2DE
(228,226,222)
#ECEBE6
(236,235,230)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49A9E; }

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

This text font color is #A49A9E.


Background Color

.myBgColor { background-color: #A49A9E; }

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

This div background color is #A49A9E.


Border color

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

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

This div border color is #A49A9E.


Opacity

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

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

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

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

This text has shadow with #A49A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49A9E on black background.


Color preview on white background

This text has color #A49A9E on white background.



Black color preview on #A49A9E background

This text has black color on #A49A9E background.


White color preview on #A49A9E background

This text has white color on #A49A9E background.