COLOR #A988A0

HEX: #A988A0
RGB: (169,136,160)

Color info

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

RGB color model

#A988A0 color RGB value is (169,136,160).

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

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 160 of 255 = 63%

169
136
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 160 = 465 (100%)
R 169 of 465 ~ 36.34%
G 136 of 465 ~ 29.25%
B 160 of 465 ~ 34.41%

%36.34
%29.25
%34.41

CMYK color model

#A988A0 color CMYK value is (0,20,5,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,20,5,34)
C0M20Y5K34 
(0%,20%,5%,34%)
(0.00/0.20/0.05/0.34)	

CMYK percentages

%0
%19.53
%5.33
%33.73

Codes

Color #A988A0 in popluar color models

A988A0
RGB169136160
HSL316°16.10%59.80%
HSB/HSV316°19.53%66.27%
CMYK0.00%19.53%5.33%
33.73%

Color #A988A0 in popluar number systems.

HEXA988A0
Decimal169136160
Binary101010011000100010100000
Octal251210240

Shades and tints

Shades of #A988A0

#A988A0
(169,136,160)
#9A7C92
(154,124,146)
#8B7084
(139,112,132)
#7C6476
(124,100,118)
#6D5868
(109,88,104)
#5E4C5A
(94,76,90)
#4F404C
(79,64,76)
#40343E
(64,52,62)
#312830
(49,40,48)
#221C22
(34,28,34)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #A988A0

#A988A0
(169,136,160)
#B092A8
(176,146,168)
#B79CB0
(183,156,176)
#BEA6B8
(190,166,184)
#C5B0C0
(197,176,192)
#CCBAC8
(204,186,200)
#D3C4D0
(211,196,208)
#DACED8
(218,206,216)
#E1D8E0
(225,216,224)
#E8E2E8
(232,226,232)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A988A0; }

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

This text font color is #A988A0.


Background Color

.myBgColor { background-color: #A988A0; }

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

This div background color is #A988A0.


Border color

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

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

This div border color is #A988A0.


Opacity

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

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

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

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

This text has shadow with #A988A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988A0 on black background.


Color preview on white background

This text has color #A988A0 on white background.



Black color preview on #A988A0 background

This text has black color on #A988A0 background.


White color preview on #A988A0 background

This text has white color on #A988A0 background.