COLOR #A989A0

HEX: #A989A0
RGB: (169,137,160)

Color info

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

RGB color model

#A989A0 color RGB value is (169,137,160).

  • red value is 169;
  • green value is 137;
  • blue value is 160.
RGB:
(169,137,160)
(66%,54%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 160 of 255 = 63%

169
137
160

R + G + B ~ 61%. #A989A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 160 = 466 (100%)
R 169 of 466 ~ 36.27%
G 137 of 466 ~ 29.4%
B 160 of 466 ~ 34.33%

%36.27
%29.4
%34.33

CMYK color model

#A989A0 color CMYK value is (0,19,5,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,19,5,34)
C0M19Y5K34 
(0%,19%,5%,34%)
(0.00/0.19/0.05/0.34)	

CMYK percentages

%0
%18.93
%5.33
%33.73

Codes

Color #A989A0 in popluar color models

A989A0
RGB169137160
HSL317°15.69%60.00%
HSB/HSV317°18.93%66.27%
CMYK0.00%18.93%5.33%
33.73%

Color #A989A0 in popluar number systems.

HEXA989A0
Decimal169137160
Binary101010011000100110100000
Octal251211240

Shades and tints

Shades of #A989A0

#A989A0
(169,137,160)
#9A7D92
(154,125,146)
#8B7184
(139,113,132)
#7C6576
(124,101,118)
#6D5968
(109,89,104)
#5E4D5A
(94,77,90)
#4F414C
(79,65,76)
#40353E
(64,53,62)
#312930
(49,41,48)
#221D22
(34,29,34)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A989A0

#A989A0
(169,137,160)
#B093A8
(176,147,168)
#B79DB0
(183,157,176)
#BEA7B8
(190,167,184)
#C5B1C0
(197,177,192)
#CCBBC8
(204,187,200)
#D3C5D0
(211,197,208)
#DACFD8
(218,207,216)
#E1D9E0
(225,217,224)
#E8E3E8
(232,227,232)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A989A0; }

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

This text font color is #A989A0.


Background Color

.myBgColor { background-color: #A989A0; }

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

This div background color is #A989A0.


Border color

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

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

This div border color is #A989A0.


Opacity

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

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

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

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

This text has shadow with #A989A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A989A0 on black background.


Color preview on white background

This text has color #A989A0 on white background.



Black color preview on #A989A0 background

This text has black color on #A989A0 background.


White color preview on #A989A0 background

This text has white color on #A989A0 background.