COLOR #A9949D

HEX: #A9949D RGB: (169,148,157)

Color info

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

RGB color model

#A9949D color RGB value is (169,148,157).

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

RGB channels and saturation

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

169
148
157

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

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 157 = 474 (100%)
R 169 of 474 ~ 35.65%
G 148 of 474 ~ 31.22%
B 157 of 474 ~ 33.12'%

%35.65
%31.22
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 7.10%
  • 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
%7.1
%33.73

Codes

Color #A9949D in popluar color models

A9 94 9D
RGB 169 148 157
HSL 334° 10.88% 62.16%
HSB/HSV 334° 12.43% 66.27%
CMYK 0.00% 12.43% 7.10%
33.73%

Color #A9949D in popluar number systems.

HEX A9 94 9D
Decimal 169 148 157
Binary 10101001 10010100 10011101
Octal 251 224 235

Shades and tints

Shades of #A9949D

#A9949D
(169,148,157)
#9A878F
(154,135,143)
#8B7A81
(139,122,129)
#7C6D73
(124,109,115)
#6D6065
(109,96,101)
#5E5357
(94,83,87)
#4F4649
(79,70,73)
#40393B
(64,57,59)
#312C2D
(49,44,45)
#221F1F
(34,31,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A9949D

#A9949D
(169,148,157)
#B09DA5
(176,157,165)
#B7A6AD
(183,166,173)
#BEAFB5
(190,175,181)
#C5B8BD
(197,184,189)
#CCC1C5
(204,193,197)
#D3CACD
(211,202,205)
#DAD3D5
(218,211,213)
#E1DCDD
(225,220,221)
#E8E5E5
(232,229,229)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9949D; }

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

This text font color is #A9949D.

Background Color

.myBgColor { background-color: #A9949D; }

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

This div background color is #A9949D.

Border color

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

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

This div border color is #A9949D.

Opacity

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

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

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

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

This text has shadow with #A9949D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9949D.

Preview

Color preview on black background

This text has color #A9949D on black background.


Color preview on white background

This text has color #A9949D on white background.


Black color preview on #A9949D background

This text has black color on #A9949D background.


White color preview on #A9949D background

This text has white color on #A9949D background.


Related colors

Complementary color

Complementary color for #hex is #566B62.


I love getcolorcode.com

Triadic colors

1 #9DA994 and #949DA9 with #A9949D are triadic colors.

2 #9D94A9 and #94A99D with #A9949D are triadic colors.