COLOR #A99D9B

HEX: #A99D9B RGB: (169,157,155)

Color info

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

RGB color model

#A99D9B color RGB value is (169,157,155).

RGB: (169,157,155) (66%, 62%, 61%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 155 of 255 = 61%

169
157
155

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

Portions of RGB colors in percentages

R + G + B = 169 + 157 + 155 = 481 (100%)
R 169 of 481 ~ 35.14%
G 157 of 481 ~ 32.64%
B 155 of 481 ~ 32.22'%

%35.14
%32.64
%32.22

CMYK color model

#A99D9B color CMYK value is (0,7,8,34).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK: (0,7,8,34) C0M7Y8K34 (0%,7%,8%,34%) (0.00/0.07/0.08/0.34) 

CMYK percentages

%0
%7.1
%8.28
%33.73

Codes

Color #A99D9B in popluar color models

A9 9D 9B
RGB 169 157 155
HSL 7.53% 63.53%
HSB/HSV 8.28% 66.27%
CMYK 0.00% 7.10% 8.28%
33.73%

Color #A99D9B in popluar number systems.

HEX A9 9D 9B
Decimal 169 157 155
Binary 10101001 10011101 10011011
Octal 251 235 233

Shades and tints

Shades of #A99D9B

#A99D9B
(169,157,155)
#9A8F8D
(154,143,141)
#8B817F
(139,129,127)
#7C7371
(124,115,113)
#6D6563
(109,101,99)
#5E5755
(94,87,85)
#4F4947
(79,73,71)
#403B39
(64,59,57)
#312D2B
(49,45,43)
#221F1D
(34,31,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A99D9B

#A99D9B
(169,157,155)
#B0A5A4
(176,165,164)
#B7ADAD
(183,173,173)
#BEB5B6
(190,181,182)
#C5BDBF
(197,189,191)
#CCC5C8
(204,197,200)
#D3CDD1
(211,205,209)
#DAD5DA
(218,213,218)
#E1DDE3
(225,221,227)
#E8E5EC
(232,229,236)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99D9B; }

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

This text font color is #A99D9B.

Background Color

.myBgColor { background-color: #A99D9B; }

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

This div background color is #A99D9B.

Border color

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

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

This div border color is #A99D9B.

Opacity

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

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

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

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

This text has shadow with #A99D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99D9B.

Preview

Color preview on black background

This text has color #A99D9B on black background.


Color preview on white background

This text has color #A99D9B on white background.


Black color preview on #A99D9B background

This text has black color on #A99D9B background.


White color preview on #A99D9B background

This text has white color on #A99D9B background.


Related colors

Complementary color

Complementary color for #hex is #566264.


I love getcolorcode.com

Triadic colors

1 #9BA99D and #9D9BA9 with #A99D9B are triadic colors.

2 #9B9DA9 and #9DA99B with #A99D9B are triadic colors.