COLOR #A99AA0

HEX: #A99AA0 RGB: (169,154,160)

Color info

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

RGB color model

#A99AA0 color RGB value is (169,154,160).

RGB: (169,154,160) (66%, 60%, 63%)

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 160 of 255 = 63%

169
154
160

R + G + B ~ 63%. #A99AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 154 + 160 = 483 (100%)
R 169 of 483 ~ 34.99%
G 154 of 483 ~ 31.88%
B 160 of 483 ~ 33.13'%

%34.99
%31.88
%33.13

CMYK color model

#A99AA0 color CMYK value is (0,9,5,34).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 5.33%
  • key color value is 33.73%

CMYK: (0,9,5,34)
C0M9Y5K34 (0%, 9%, 5%, 34%)
(0.00 / 0.09 / 0.05 / 0.34)

CMYK percentages

%0
%8.88
%5.33
%33.73

Codes

Color #A99AA0 in popluar color models

A9 9A A0
RGB 169 154 160
HSL 336° 8.02% 63.33%
HSB/HSV 336° 8.88% 66.27%
CMYK 0.00% 8.88% 5.33%
33.73%

Color #A99AA0 in popluar number systems.

HEX A9 9A A0
Decimal 169 154 160
Binary 10101001 10011010 10100000
Octal 251 232 240

Shades and tints

Shades of #A99AA0

#A99AA0
(169,154,160)
#9A8C92
(154,140,146)
#8B7E84
(139,126,132)
#7C7076
(124,112,118)
#6D6268
(109,98,104)
#5E545A
(94,84,90)
#4F464C
(79,70,76)
#40383E
(64,56,62)
#312A30
(49,42,48)
#221C22
(34,28,34)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A99AA0

#A99AA0
(169,154,160)
#B0A3A8
(176,163,168)
#B7ACB0
(183,172,176)
#BEB5B8
(190,181,184)
#C5BEC0
(197,190,192)
#CCC7C8
(204,199,200)
#D3D0D0
(211,208,208)
#DAD9D8
(218,217,216)
#E1E2E0
(225,226,224)
#E8EBE8
(232,235,232)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99AA0; }

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

This text font color is #A99AA0.

Background Color

.myBgColor { background-color: #A99AA0; }

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

This div background color is #A99AA0.

Border color

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

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

This div border color is #A99AA0.

Opacity

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

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

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

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

This text has shadow with #A99AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99AA0.

Preview

Color preview on black background

This text has color #A99AA0 on black background.


Color preview on white background

This text has color #A99AA0 on white background.


Black color preview on #A99AA0 background

This text has black color on #A99AA0 background.


White color preview on #A99AA0 background

This text has white color on #A99AA0 background.


Related colors

Complementary color

Complementary color for #hex is #56655F.


I love getcolorcode.com

Triadic colors

1 #A0A99A and #9AA0A9 with #A99AA0 are triadic colors.

2 #A09AA9 and #9AA9A0 with #A99AA0 are triadic colors.