COLOR #A99DAA

HEX: #A99DAA RGB: (169,157,170)

Color info

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

RGB color model

#A99DAA color RGB value is (169,157,170).

RGB: (169,157,170) (66%, 62%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 170 of 255 = 67%

169
157
170

R + G + B ~ 65%. #A99DAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 157 + 170 = 496 (100%)
R 169 of 496 ~ 34.07%
G 157 of 496 ~ 31.65%
B 170 of 496 ~ 34.27'%

%34.07
%31.65
%34.27

CMYK color model

#A99DAA color CMYK value is (1,8,0,33).

  • cyan value is 0.59%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,8,0,33)
C1M8Y0K33 (1%, 8%, 0%, 33%)
(0.01 / 0.08 / 0.00 / 0.33)

CMYK percentages

%0.59
%7.65
%0
%33.33

Codes

Color #A99DAA in popluar color models

A9 9D AA
RGB 169 157 170
HSL 295° 7.10% 64.12%
HSB/HSV 295° 7.65% 66.67%
CMYK 0.59% 7.65% 0.00%
33.33%

Color #A99DAA in popluar number systems.

HEX A9 9D AA
Decimal 169 157 170
Binary 10101001 10011101 10101010
Octal 251 235 252

Shades and tints

Shades of #A99DAA

#A99DAA
(169,157,170)
#9A8F9B
(154,143,155)
#8B818C
(139,129,140)
#7C737D
(124,115,125)
#6D656E
(109,101,110)
#5E575F
(94,87,95)
#4F4950
(79,73,80)
#403B41
(64,59,65)
#312D32
(49,45,50)
#221F23
(34,31,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A99DAA

#A99DAA
(169,157,170)
#B0A5B1
(176,165,177)
#B7ADB8
(183,173,184)
#BEB5BF
(190,181,191)
#C5BDC6
(197,189,198)
#CCC5CD
(204,197,205)
#D3CDD4
(211,205,212)
#DAD5DB
(218,213,219)
#E1DDE2
(225,221,226)
#E8E5E9
(232,229,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99DAA color. Also use rgb(169,157,170) instead hex code.

Text Font Color

.myTextColor { color: #A99DAA; }

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

This text font color is #A99DAA.

Background Color

.myBgColor { background-color: #A99DAA; }

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

This div background color is #A99DAA.

Border color

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

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

This div border color is #A99DAA.

Opacity

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

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

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

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

This text has shadow with #A99DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99DAA.

Preview

Color preview on black background

This text has color #A99DAA on black background.


Color preview on white background

This text has color #A99DAA on white background.


Black color preview on #A99DAA background

This text has black color on #A99DAA background.


White color preview on #A99DAA background

This text has white color on #A99DAA background.


Related colors

Complementary color

Complementary color for #hex is #566255.


I love getcolorcode.com

Triadic colors

1 #AAA99D and #9DAAA9 with #A99DAA are triadic colors.

2 #AA9DA9 and #9DA9AA with #A99DAA are triadic colors.