COLOR #A990A0

HEX: #A990A0
RGB: (169,144,160)

Color info

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

RGB color model

#A990A0 color RGB value is (169,144,160).

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

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 160 of 255 = 63%

169
144
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 144 + 160 = 473 (100%)
R 169 of 473 ~ 35.73%
G 144 of 473 ~ 30.44%
B 160 of 473 ~ 33.83%

%35.73
%30.44
%33.83

CMYK color model

#A990A0 color CMYK value is (0,15,5,34).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,15,5,34)
C0M15Y5K34 
(0%,15%,5%,34%)
(0.00/0.15/0.05/0.34)	

CMYK percentages

%0
%14.79
%5.33
%33.73

Codes

Color #A990A0 in popluar color models

A990A0
RGB169144160
HSL322°12.69%61.37%
HSB/HSV322°14.79%66.27%
CMYK0.00%14.79%5.33%
33.73%

Color #A990A0 in popluar number systems.

HEXA990A0
Decimal169144160
Binary101010011001000010100000
Octal251220240

Shades and tints

Shades of #A990A0

#A990A0
(169,144,160)
#9A8392
(154,131,146)
#8B7684
(139,118,132)
#7C6976
(124,105,118)
#6D5C68
(109,92,104)
#5E4F5A
(94,79,90)
#4F424C
(79,66,76)
#40353E
(64,53,62)
#312830
(49,40,48)
#221B22
(34,27,34)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A990A0

#A990A0
(169,144,160)
#B09AA8
(176,154,168)
#B7A4B0
(183,164,176)
#BEAEB8
(190,174,184)
#C5B8C0
(197,184,192)
#CCC2C8
(204,194,200)
#D3CCD0
(211,204,208)
#DAD6D8
(218,214,216)
#E1E0E0
(225,224,224)
#E8EAE8
(232,234,232)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A990A0; }

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

This text font color is #A990A0.


Background Color

.myBgColor { background-color: #A990A0; }

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

This div background color is #A990A0.


Border color

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

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

This div border color is #A990A0.


Opacity

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

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

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

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

This text has shadow with #A990A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A990A0 on black background.


Color preview on white background

This text has color #A990A0 on white background.



Black color preview on #A990A0 background

This text has black color on #A990A0 background.


White color preview on #A990A0 background

This text has white color on #A990A0 background.