COLOR #A99EA5

HEX: #A99EA5 RGB: (169,158,165)

Color info

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

RGB color model

#A99EA5 color RGB value is (169,158,165).

RGB: (169,158,165) (66%, 62%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 165 of 255 = 65%

169
158
165

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 165 = 492 (100%)
R 169 of 492 ~ 34.35%
G 158 of 492 ~ 32.11%
B 165 of 492 ~ 33.54'%

%34.35
%32.11
%33.54

CMYK color model

#A99EA5 color CMYK value is (0,7,2,34).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 2.37%
  • key color value is 33.73%

CMYK: (0,7,2,34)
C0M7Y2K34 (0%, 7%, 2%, 34%)
(0.00 / 0.07 / 0.02 / 0.34)

CMYK percentages

%0
%6.51
%2.37
%33.73

Codes

Color #A99EA5 in popluar color models

A9 9E A5
RGB 169 158 165
HSL 322° 6.01% 64.12%
HSB/HSV 322° 6.51% 66.27%
CMYK 0.00% 6.51% 2.37%
33.73%

Color #A99EA5 in popluar number systems.

HEX A9 9E A5
Decimal 169 158 165
Binary 10101001 10011110 10100101
Octal 251 236 245

Shades and tints

Shades of #A99EA5

#A99EA5
(169,158,165)
#9A9096
(154,144,150)
#8B8287
(139,130,135)
#7C7478
(124,116,120)
#6D6669
(109,102,105)
#5E585A
(94,88,90)
#4F4A4B
(79,74,75)
#403C3C
(64,60,60)
#312E2D
(49,46,45)
#22201E
(34,32,30)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #A99EA5

#A99EA5
(169,158,165)
#B0A6AD
(176,166,173)
#B7AEB5
(183,174,181)
#BEB6BD
(190,182,189)
#C5BEC5
(197,190,197)
#CCC6CD
(204,198,205)
#D3CED5
(211,206,213)
#DAD6DD
(218,214,221)
#E1DEE5
(225,222,229)
#E8E6ED
(232,230,237)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EA5; }

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

This text font color is #A99EA5.

Background Color

.myBgColor { background-color: #A99EA5; }

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

This div background color is #A99EA5.

Border color

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

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

This div border color is #A99EA5.

Opacity

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

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

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

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

This text has shadow with #A99EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99EA5.

Preview

Color preview on black background

This text has color #A99EA5 on black background.


Color preview on white background

This text has color #A99EA5 on white background.


Black color preview on #A99EA5 background

This text has black color on #A99EA5 background.


White color preview on #A99EA5 background

This text has white color on #A99EA5 background.


Related colors

Complementary color

Complementary color for #hex is #56615A.


I love getcolorcode.com

Triadic colors

1 #A5A99E and #9EA5A9 with #A99EA5 are triadic colors.

2 #A59EA9 and #9EA9A5 with #A99EA5 are triadic colors.