COLOR #A9889C

HEX: #A9889C
RGB: (169,136,156)

Color info

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

RGB color model

#A9889C color RGB value is (169,136,156).

  • red value is 169;
  • green value is 136;
  • blue value is 156.
RGB:
(169,136,156)
(66%,53%,61%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 156 of 255 = 61%

169
136
156

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 156 = 461 (100%)
R 169 of 461 ~ 36.66%
G 136 of 461 ~ 29.5%
B 156 of 461 ~ 33.84%

%36.66
%29.5
%33.84

CMYK color model

#A9889C color CMYK value is (0,20,8,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(0,20,8,34)
C0M20Y8K34 
(0%,20%,8%,34%)
(0.00/0.20/0.08/0.34)	

CMYK percentages

%0
%19.53
%7.69
%33.73

Codes

Color #A9889C in popluar color models

A9889C
RGB169136156
HSL324°16.10%59.80%
HSB/HSV324°19.53%66.27%
CMYK0.00%19.53%7.69%
33.73%

Color #A9889C in popluar number systems.

HEXA9889C
Decimal169136156
Binary101010011000100010011100
Octal251210234

Shades and tints

Shades of #A9889C

#A9889C
(169,136,156)
#9A7C8E
(154,124,142)
#8B7080
(139,112,128)
#7C6472
(124,100,114)
#6D5864
(109,88,100)
#5E4C56
(94,76,86)
#4F4048
(79,64,72)
#40343A
(64,52,58)
#31282C
(49,40,44)
#221C1E
(34,28,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #A9889C

#A9889C
(169,136,156)
#B092A5
(176,146,165)
#B79CAE
(183,156,174)
#BEA6B7
(190,166,183)
#C5B0C0
(197,176,192)
#CCBAC9
(204,186,201)
#D3C4D2
(211,196,210)
#DACEDB
(218,206,219)
#E1D8E4
(225,216,228)
#E8E2ED
(232,226,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9889C; }

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

This text font color is #A9889C.


Background Color

.myBgColor { background-color: #A9889C; }

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

This div background color is #A9889C.


Border color

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

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

This div border color is #A9889C.


Opacity

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

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

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

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

This text has shadow with #A9889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9889C on black background.


Color preview on white background

This text has color #A9889C on white background.



Black color preview on #A9889C background

This text has black color on #A9889C background.


White color preview on #A9889C background

This text has white color on #A9889C background.