COLOR #A991A0

HEX: #A991A0
RGB: (169,145,160)

Color info

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

RGB color model

#A991A0 color RGB value is (169,145,160).

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

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 160 of 255 = 63%

169
145
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 145 + 160 = 474 (100%)
R 169 of 474 ~ 35.65%
G 145 of 474 ~ 30.59%
B 160 of 474 ~ 33.76%

%35.65
%30.59
%33.76

CMYK color model

#A991A0 color CMYK value is (0,14,5,34).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,14,5,34)
C0M14Y5K34 
(0%,14%,5%,34%)
(0.00/0.14/0.05/0.34)	

CMYK percentages

%0
%14.2
%5.33
%33.73

Codes

Color #A991A0 in popluar color models

A991A0
RGB169145160
HSL323°12.24%61.57%
HSB/HSV323°14.20%66.27%
CMYK0.00%14.20%5.33%
33.73%

Color #A991A0 in popluar number systems.

HEXA991A0
Decimal169145160
Binary101010011001000110100000
Octal251221240

Shades and tints

Shades of #A991A0

#A991A0
(169,145,160)
#9A8492
(154,132,146)
#8B7784
(139,119,132)
#7C6A76
(124,106,118)
#6D5D68
(109,93,104)
#5E505A
(94,80,90)
#4F434C
(79,67,76)
#40363E
(64,54,62)
#312930
(49,41,48)
#221C22
(34,28,34)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #A991A0

#A991A0
(169,145,160)
#B09BA8
(176,155,168)
#B7A5B0
(183,165,176)
#BEAFB8
(190,175,184)
#C5B9C0
(197,185,192)
#CCC3C8
(204,195,200)
#D3CDD0
(211,205,208)
#DAD7D8
(218,215,216)
#E1E1E0
(225,225,224)
#E8EBE8
(232,235,232)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A991A0; }

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

This text font color is #A991A0.


Background Color

.myBgColor { background-color: #A991A0; }

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

This div background color is #A991A0.


Border color

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

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

This div border color is #A991A0.


Opacity

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

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

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

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

This text has shadow with #A991A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A991A0 on black background.


Color preview on white background

This text has color #A991A0 on white background.



Black color preview on #A991A0 background

This text has black color on #A991A0 background.


White color preview on #A991A0 background

This text has white color on #A991A0 background.