COLOR #A9888B

HEX: #A9888B RGB: (169,136,139)

Color info

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

RGB color model

#A9888B color RGB value is (169,136,139).

RGB: (169,136,139) (66%, 53%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 139 of 255 = 55%

169
136
139

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

Portions of RGB colors in percentages

R + G + B = 169 + 136 + 139 = 444 (100%)
R 169 of 444 ~ 38.06%
G 136 of 444 ~ 30.63%
B 139 of 444 ~ 31.31'%

%38.06
%30.63
%31.31

CMYK color model

#A9888B color CMYK value is (0,20,18,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 17.75%
  • key color value is 33.73%
CMYK: (0,20,18,34) C0M20Y18K34 (0%,20%,18%,34%) (0.00/0.20/0.18/0.34) 

CMYK percentages

%0
%19.53
%17.75
%33.73

Codes

Color #A9888B in popluar color models

A9 88 8B
RGB 169 136 139
HSL 355° 16.10% 59.80%
HSB/HSV 355° 19.53% 66.27%
CMYK 0.00% 19.53% 17.75%
33.73%

Color #A9888B in popluar number systems.

HEX A9 88 8B
Decimal 169 136 139
Binary 10101001 10001000 10001011
Octal 251 210 213

Shades and tints

Shades of #A9888B

#A9888B
(169,136,139)
#9A7C7F
(154,124,127)
#8B7073
(139,112,115)
#7C6467
(124,100,103)
#6D585B
(109,88,91)
#5E4C4F
(94,76,79)
#4F4043
(79,64,67)
#403437
(64,52,55)
#31282B
(49,40,43)
#221C1F
(34,28,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A9888B

#A9888B
(169,136,139)
#B09295
(176,146,149)
#B79C9F
(183,156,159)
#BEA6A9
(190,166,169)
#C5B0B3
(197,176,179)
#CCBABD
(204,186,189)
#D3C4C7
(211,196,199)
#DACED1
(218,206,209)
#E1D8DB
(225,216,219)
#E8E2E5
(232,226,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9888B color. Also use rgb(169,136,139) instead hex code.

Text Font Color

.myTextColor { color: #A9888B; }

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

This text font color is #A9888B.

Background Color

.myBgColor { background-color: #A9888B; }

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

This div background color is #A9888B.

Border color

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

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

This div border color is #A9888B.

Opacity

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

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

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

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

This text has shadow with #A9888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9888B.

Preview

Color preview on black background

This text has color #A9888B on black background.


Color preview on white background

This text has color #A9888B on white background.


Black color preview on #A9888B background

This text has black color on #A9888B background.


White color preview on #A9888B background

This text has white color on #A9888B background.


Related colors

Complementary color

Complementary color for #hex is #567774.


I love getcolorcode.com

Triadic colors

1 #8BA988 and #888BA9 with #A9888B are triadic colors.

2 #8B88A9 and #88A98B with #A9888B are triadic colors.