COLOR #A99EA1

HEX: #A99EA1 RGB: (169,158,161)

Color info

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

RGB color model

#A99EA1 color RGB value is (169,158,161).

RGB: (169,158,161) (66%, 62%, 63%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 161 of 255 = 63%

169
158
161

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 161 = 488 (100%)
R 169 of 488 ~ 34.63%
G 158 of 488 ~ 32.38%
B 161 of 488 ~ 32.99'%

%34.63
%32.38
%32.99

CMYK color model

#A99EA1 color CMYK value is (0,7,5,34).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK: (0,7,5,34) C0M7Y5K34 (0%,7%,5%,34%) (0.00/0.07/0.05/0.34) 

CMYK percentages

%0
%6.51
%4.73
%33.73

Codes

Color #A99EA1 in popluar color models

A9 9E A1
RGB 169 158 161
HSL 344° 6.01% 64.12%
HSB/HSV 344° 6.51% 66.27%
CMYK 0.00% 6.51% 4.73%
33.73%

Color #A99EA1 in popluar number systems.

HEX A9 9E A1
Decimal 169 158 161
Binary 10101001 10011110 10100001
Octal 251 236 241

Shades and tints

Shades of #A99EA1

#A99EA1
(169,158,161)
#9A9093
(154,144,147)
#8B8285
(139,130,133)
#7C7477
(124,116,119)
#6D6669
(109,102,105)
#5E585B
(94,88,91)
#4F4A4D
(79,74,77)
#403C3F
(64,60,63)
#312E31
(49,46,49)
#222023
(34,32,35)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A99EA1

#A99EA1
(169,158,161)
#B0A6A9
(176,166,169)
#B7AEB1
(183,174,177)
#BEB6B9
(190,182,185)
#C5BEC1
(197,190,193)
#CCC6C9
(204,198,201)
#D3CED1
(211,206,209)
#DAD6D9
(218,214,217)
#E1DEE1
(225,222,225)
#E8E6E9
(232,230,233)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EA1; }

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

This text font color is #A99EA1.

Background Color

.myBgColor { background-color: #A99EA1; }

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

This div background color is #A99EA1.

Border color

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

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

This div border color is #A99EA1.

Opacity

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

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

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

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

This text has shadow with #A99EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99EA1.

Preview

Color preview on black background

This text has color #A99EA1 on black background.


Color preview on white background

This text has color #A99EA1 on white background.


Black color preview on #A99EA1 background

This text has black color on #A99EA1 background.


White color preview on #A99EA1 background

This text has white color on #A99EA1 background.


Related colors

Complementary color

Complementary color for #hex is #56615E.


I love getcolorcode.com

Triadic colors

1 #A1A99E and #9EA1A9 with #A99EA1 are triadic colors.

2 #A19EA9 and #9EA9A1 with #A99EA1 are triadic colors.