COLOR #A9989C

HEX: #A9989C
RGB: (169,152,156)

Color info

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

RGB color model

#A9989C color RGB value is (169,152,156).

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

RGB channels and saturation

R 169 of 255 = 66%
G 152 of 255 = 60%
B 156 of 255 = 61%

169
152
156

R + G + B ~ 62%. #A9989C is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 152 + 156 = 477 (100%)
R 169 of 477 ~ 35.43%
G 152 of 477 ~ 31.87%
B 156 of 477 ~ 32.7%

%35.43
%31.87
%32.7

CMYK color model

#A9989C color CMYK value is (0,10,8,34).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(0,10,8,34)
C0M10Y8K34 
(0%,10%,8%,34%)
(0.00/0.10/0.08/0.34)	

CMYK percentages

%0
%10.06
%7.69
%33.73

Codes

Color #A9989C in popluar color models

A9989C
RGB169152156
HSL346°8.99%62.94%
HSB/HSV346°10.06%66.27%
CMYK0.00%10.06%7.69%
33.73%

Color #A9989C in popluar number systems.

HEXA9989C
Decimal169152156
Binary101010011001100010011100
Octal251230234

Shades and tints

Shades of #A9989C

#A9989C
(169,152,156)
#9A8B8E
(154,139,142)
#8B7E80
(139,126,128)
#7C7172
(124,113,114)
#6D6464
(109,100,100)
#5E5756
(94,87,86)
#4F4A48
(79,74,72)
#403D3A
(64,61,58)
#31302C
(49,48,44)
#22231E
(34,35,30)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #A9989C

#A9989C
(169,152,156)
#B0A1A5
(176,161,165)
#B7AAAE
(183,170,174)
#BEB3B7
(190,179,183)
#C5BCC0
(197,188,192)
#CCC5C9
(204,197,201)
#D3CED2
(211,206,210)
#DAD7DB
(218,215,219)
#E1E0E4
(225,224,228)
#E8E9ED
(232,233,237)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9989C; }

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

This text font color is #A9989C.


Background Color

.myBgColor { background-color: #A9989C; }

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

This div background color is #A9989C.


Border color

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

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

This div border color is #A9989C.


Opacity

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

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

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

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

This text has shadow with #A9989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9989C on black background.


Color preview on white background

This text has color #A9989C on white background.



Black color preview on #A9989C background

This text has black color on #A9989C background.


White color preview on #A9989C background

This text has white color on #A9989C background.