COLOR #A99AA5

HEX: #A99AA5
RGB: (169,154,165)

Color info

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

RGB color model

#A99AA5 color RGB value is (169,154,165).

  • red value is 169;
  • green value is 154;
  • blue value is 165.
RGB:
(169,154,165)
(66%,60%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 165 of 255 = 65%

169
154
165

R + G + B ~ 64%. #A99AA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 154 + 165 = 488 (100%)
R 169 of 488 ~ 34.63%
G 154 of 488 ~ 31.56%
B 165 of 488 ~ 33.81%

%34.63
%31.56
%33.81

CMYK color model

#A99AA5 color CMYK value is (0,9,2,34).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 2.37%
  • key color value is 33.73%
CMYK:
(0,9,2,34)
C0M9Y2K34 
(0%,9%,2%,34%)
(0.00/0.09/0.02/0.34)	

CMYK percentages

%0
%8.88
%2.37
%33.73

Codes

Color #A99AA5 in popluar color models

A99AA5
RGB169154165
HSL316°8.02%63.33%
HSB/HSV316°8.88%66.27%
CMYK0.00%8.88%2.37%
33.73%

Color #A99AA5 in popluar number systems.

HEXA99AA5
Decimal169154165
Binary101010011001101010100101
Octal251232245

Shades and tints

Shades of #A99AA5

#A99AA5
(169,154,165)
#9A8C96
(154,140,150)
#8B7E87
(139,126,135)
#7C7078
(124,112,120)
#6D6269
(109,98,105)
#5E545A
(94,84,90)
#4F464B
(79,70,75)
#40383C
(64,56,60)
#312A2D
(49,42,45)
#221C1E
(34,28,30)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #A99AA5

#A99AA5
(169,154,165)
#B0A3AD
(176,163,173)
#B7ACB5
(183,172,181)
#BEB5BD
(190,181,189)
#C5BEC5
(197,190,197)
#CCC7CD
(204,199,205)
#D3D0D5
(211,208,213)
#DAD9DD
(218,217,221)
#E1E2E5
(225,226,229)
#E8EBED
(232,235,237)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99AA5; }

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

This text font color is #A99AA5.


Background Color

.myBgColor { background-color: #A99AA5; }

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

This div background color is #A99AA5.


Border color

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

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

This div border color is #A99AA5.


Opacity

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

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

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

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

This text has shadow with #A99AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99AA5 on black background.


Color preview on white background

This text has color #A99AA5 on white background.



Black color preview on #A99AA5 background

This text has black color on #A99AA5 background.


White color preview on #A99AA5 background

This text has white color on #A99AA5 background.