COLOR #A9949E

HEX: #A9949E RGB: (169,148,158)

Color info

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

RGB color model

#A9949E color RGB value is (169,148,158).

RGB: (169,148,158) (66%, 58%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 158 of 255 = 62%

169
148
158

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

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 158 = 475 (100%)
R 169 of 475 ~ 35.58%
G 148 of 475 ~ 31.16%
B 158 of 475 ~ 33.26'%

%35.58
%31.16
%33.26

CMYK color model

#A9949E color CMYK value is (0,12,7,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 6.51%
  • key color value is 33.73%

CMYK: (0,12,7,34)
C0M12Y7K34 (0%, 12%, 7%, 34%)
(0.00 / 0.12 / 0.07 / 0.34)

CMYK percentages

%0
%12.43
%6.51
%33.73

Codes

Color #A9949E in popluar color models

A9 94 9E
RGB 169 148 158
HSL 331° 10.88% 62.16%
HSB/HSV 331° 12.43% 66.27%
CMYK 0.00% 12.43% 6.51%
33.73%

Color #A9949E in popluar number systems.

HEX A9 94 9E
Decimal 169 148 158
Binary 10101001 10010100 10011110
Octal 251 224 236

Shades and tints

Shades of #A9949E

#A9949E
(169,148,158)
#9A8790
(154,135,144)
#8B7A82
(139,122,130)
#7C6D74
(124,109,116)
#6D6066
(109,96,102)
#5E5358
(94,83,88)
#4F464A
(79,70,74)
#40393C
(64,57,60)
#312C2E
(49,44,46)
#221F20
(34,31,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9949E

#A9949E
(169,148,158)
#B09DA6
(176,157,166)
#B7A6AE
(183,166,174)
#BEAFB6
(190,175,182)
#C5B8BE
(197,184,190)
#CCC1C6
(204,193,198)
#D3CACE
(211,202,206)
#DAD3D6
(218,211,214)
#E1DCDE
(225,220,222)
#E8E5E6
(232,229,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9949E color. Also use rgb(169,148,158) instead hex code.

Text Font Color

.myTextColor { color: #A9949E; }

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

This text font color is #A9949E.

Background Color

.myBgColor { background-color: #A9949E; }

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

This div background color is #A9949E.

Border color

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

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

This div border color is #A9949E.

Opacity

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

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

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

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

This text has shadow with #A9949E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9949E.

Preview

Color preview on black background

This text has color #A9949E on black background.


Color preview on white background

This text has color #A9949E on white background.


Black color preview on #A9949E background

This text has black color on #A9949E background.


White color preview on #A9949E background

This text has white color on #A9949E background.


Related colors

Complementary color

Complementary color for #hex is #566B61.


I love getcolorcode.com

Triadic colors

1 #9EA994 and #949EA9 with #A9949E are triadic colors.

2 #9E94A9 and #94A99E with #A9949E are triadic colors.