COLOR #A99EA2

HEX: #A99EA2
RGB: (169,158,162)

Color info

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

RGB color model

#A99EA2 color RGB value is (169,158,162).

  • red value is 169;
  • green value is 158;
  • blue value is 162.
RGB:
(169,158,162)
(66%,62%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 162 of 255 = 64%

169
158
162

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

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 162 = 489 (100%)
R 169 of 489 ~ 34.56%
G 158 of 489 ~ 32.31%
B 162 of 489 ~ 33.13%

%34.56
%32.31
%33.13

CMYK color model

#A99EA2 color CMYK value is (0,7,4,34).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 4.14%
  • key color value is 33.73%
CMYK:
(0,7,4,34)
C0M7Y4K34 
(0%,7%,4%,34%)
(0.00/0.07/0.04/0.34)	

CMYK percentages

%0
%6.51
%4.14
%33.73

Codes

Color #A99EA2 in popluar color models

A99EA2
RGB169158162
HSL338°6.01%64.12%
HSB/HSV338°6.51%66.27%
CMYK0.00%6.51%4.14%
33.73%

Color #A99EA2 in popluar number systems.

HEXA99EA2
Decimal169158162
Binary101010011001111010100010
Octal251236242

Shades and tints

Shades of #A99EA2

#A99EA2
(169,158,162)
#9A9094
(154,144,148)
#8B8286
(139,130,134)
#7C7478
(124,116,120)
#6D666A
(109,102,106)
#5E585C
(94,88,92)
#4F4A4E
(79,74,78)
#403C40
(64,60,64)
#312E32
(49,46,50)
#222024
(34,32,36)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A99EA2

#A99EA2
(169,158,162)
#B0A6AA
(176,166,170)
#B7AEB2
(183,174,178)
#BEB6BA
(190,182,186)
#C5BEC2
(197,190,194)
#CCC6CA
(204,198,202)
#D3CED2
(211,206,210)
#DAD6DA
(218,214,218)
#E1DEE2
(225,222,226)
#E8E6EA
(232,230,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EA2; }

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

This text font color is #A99EA2.


Background Color

.myBgColor { background-color: #A99EA2; }

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

This div background color is #A99EA2.


Border color

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

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

This div border color is #A99EA2.


Opacity

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

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

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

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

This text has shadow with #A99EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99EA2 on black background.


Color preview on white background

This text has color #A99EA2 on white background.



Black color preview on #A99EA2 background

This text has black color on #A99EA2 background.


White color preview on #A99EA2 background

This text has white color on #A99EA2 background.