COLOR #A9889D

HEX: #A9889D RGB: (169,136,157)

Color info

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

RGB color model

#A9889D color RGB value is (169,136,157).

RGB: (169,136,157) (66%, 53%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 157 of 255 = 62%

169
136
157

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

Portions of RGB colors in percentages

R + G + B = 169 + 136 + 157 = 462 (100%)
R 169 of 462 ~ 36.58%
G 136 of 462 ~ 29.44%
B 157 of 462 ~ 33.98'%

%36.58
%29.44
%33.98

CMYK color model

#A9889D color CMYK value is (0,20,7,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 7.10%
  • key color value is 33.73%

CMYK: (0,20,7,34)
C0M20Y7K34 (0%, 20%, 7%, 34%)
(0.00 / 0.20 / 0.07 / 0.34)

CMYK percentages

%0
%19.53
%7.1
%33.73

Codes

Color #A9889D in popluar color models

A9 88 9D
RGB 169 136 157
HSL 322° 16.10% 59.80%
HSB/HSV 322° 19.53% 66.27%
CMYK 0.00% 19.53% 7.10%
33.73%

Color #A9889D in popluar number systems.

HEX A9 88 9D
Decimal 169 136 157
Binary 10101001 10001000 10011101
Octal 251 210 235

Shades and tints

Shades of #A9889D

#A9889D
(169,136,157)
#9A7C8F
(154,124,143)
#8B7081
(139,112,129)
#7C6473
(124,100,115)
#6D5865
(109,88,101)
#5E4C57
(94,76,87)
#4F4049
(79,64,73)
#40343B
(64,52,59)
#31282D
(49,40,45)
#221C1F
(34,28,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A9889D

#A9889D
(169,136,157)
#B092A5
(176,146,165)
#B79CAD
(183,156,173)
#BEA6B5
(190,166,181)
#C5B0BD
(197,176,189)
#CCBAC5
(204,186,197)
#D3C4CD
(211,196,205)
#DACED5
(218,206,213)
#E1D8DD
(225,216,221)
#E8E2E5
(232,226,229)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9889D; }

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

This text font color is #A9889D.

Background Color

.myBgColor { background-color: #A9889D; }

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

This div background color is #A9889D.

Border color

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

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

This div border color is #A9889D.

Opacity

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

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

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

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

This text has shadow with #A9889D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9889D.

Preview

Color preview on black background

This text has color #A9889D on black background.


Color preview on white background

This text has color #A9889D on white background.


Black color preview on #A9889D background

This text has black color on #A9889D background.


White color preview on #A9889D background

This text has white color on #A9889D background.


Related colors

Complementary color

Complementary color for #hex is #567762.


I love getcolorcode.com

Triadic colors

1 #9DA988 and #889DA9 with #A9889D are triadic colors.

2 #9D88A9 and #88A99D with #A9889D are triadic colors.