COLOR #A9899B

HEX: #A9899B RGB: (169,137,155)

Color info

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

RGB color model

#A9899B color RGB value is (169,137,155).

RGB: (169,137,155) (66%, 54%, 61%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 155 of 255 = 61%

169
137
155

R + G + B ~ 60%. #A9899B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 169 + 137 + 155 = 461 (100%)
R 169 of 461 ~ 36.66%
G 137 of 461 ~ 29.72%
B 155 of 461 ~ 33.62'%

%36.66
%29.72
%33.62

CMYK color model

#A9899B color CMYK value is (0,19,8,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK: (0,19,8,34) C0M19Y8K34 (0%,19%,8%,34%) (0.00/0.19/0.08/0.34) 

CMYK percentages

%0
%18.93
%8.28
%33.73

Codes

Color #A9899B in popluar color models

A9 89 9B
RGB 169 137 155
HSL 326° 15.69% 60.00%
HSB/HSV 326° 18.93% 66.27%
CMYK 0.00% 18.93% 8.28%
33.73%

Color #A9899B in popluar number systems.

HEX A9 89 9B
Decimal 169 137 155
Binary 10101001 10001001 10011011
Octal 251 211 233

Shades and tints

Shades of #A9899B

#A9899B
(169,137,155)
#9A7D8D
(154,125,141)
#8B717F
(139,113,127)
#7C6571
(124,101,113)
#6D5963
(109,89,99)
#5E4D55
(94,77,85)
#4F4147
(79,65,71)
#403539
(64,53,57)
#31292B
(49,41,43)
#221D1D
(34,29,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A9899B

#A9899B
(169,137,155)
#B093A4
(176,147,164)
#B79DAD
(183,157,173)
#BEA7B6
(190,167,182)
#C5B1BF
(197,177,191)
#CCBBC8
(204,187,200)
#D3C5D1
(211,197,209)
#DACFDA
(218,207,218)
#E1D9E3
(225,217,227)
#E8E3EC
(232,227,236)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9899B; }

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

This text font color is #A9899B.

Background Color

.myBgColor { background-color: #A9899B; }

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

This div background color is #A9899B.

Border color

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

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

This div border color is #A9899B.

Opacity

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

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

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

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

This text has shadow with #A9899B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9899B.

Preview

Color preview on black background

This text has color #A9899B on black background.


Color preview on white background

This text has color #A9899B on white background.


Black color preview on #A9899B background

This text has black color on #A9899B background.


White color preview on #A9899B background

This text has white color on #A9899B background.


Related colors

Complementary color

Complementary color for #hex is #567664.


I love getcolorcode.com

Triadic colors

1 #9BA989 and #899BA9 with #A9899B are triadic colors.

2 #9B89A9 and #89A99B with #A9899B are triadic colors.