COLOR #A9959D

HEX: #A9959D
RGB: (169,149,157)

Color info

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

RGB color model

#A9959D color RGB value is (169,149,157).

  • red value is 169;
  • green value is 149;
  • blue value is 157.
RGB:
(169,149,157)
(66%,58%,62%)

RGB channels and saturation

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

169
149
157

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

Portions of RGB colors in percentages

R + G + B =
169 + 149 + 157 = 475 (100%)
R 169 of 475 ~ 35.58%
G 149 of 475 ~ 31.37%
B 157 of 475 ~ 33.05%

%35.58
%31.37
%33.05

CMYK color model

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

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

Codes

Color #A9959D in popluar color models

A9959D
RGB169149157
HSL336°10.42%62.35%
HSB/HSV336°11.83%66.27%
CMYK0.00%11.83%7.10%
33.73%

Color #A9959D in popluar number systems.

HEXA9959D
Decimal169149157
Binary101010011001010110011101
Octal251225235

Shades and tints

Shades of #A9959D

#A9959D
(169,149,157)
#9A888F
(154,136,143)
#8B7B81
(139,123,129)
#7C6E73
(124,110,115)
#6D6165
(109,97,101)
#5E5457
(94,84,87)
#4F4749
(79,71,73)
#403A3B
(64,58,59)
#312D2D
(49,45,45)
#22201F
(34,32,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A9959D

#A9959D
(169,149,157)
#B09EA5
(176,158,165)
#B7A7AD
(183,167,173)
#BEB0B5
(190,176,181)
#C5B9BD
(197,185,189)
#CCC2C5
(204,194,197)
#D3CBCD
(211,203,205)
#DAD4D5
(218,212,213)
#E1DDDD
(225,221,221)
#E8E6E5
(232,230,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9959D; }

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

This text font color is #A9959D.


Background Color

.myBgColor { background-color: #A9959D; }

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

This div background color is #A9959D.


Border color

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

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

This div border color is #A9959D.


Opacity

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

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

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

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

This text has shadow with #A9959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9959D on black background.


Color preview on white background

This text has color #A9959D on white background.



Black color preview on #A9959D background

This text has black color on #A9959D background.


White color preview on #A9959D background

This text has white color on #A9959D background.