COLOR #AEA9A5

HEX: #AEA9A5
RGB: (174,169,165)

Color info

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

RGB color model

#AEA9A5 color RGB value is (174,169,165).

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

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 165 of 255 = 65%

174
169
165

R + G + B ~ 66%. #AEA9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 165 = 508 (100%)
R 174 of 508 ~ 34.25%
G 169 of 508 ~ 33.27%
B 165 of 508 ~ 32.48%

%34.25
%33.27
%32.48

CMYK color model

#AEA9A5 color CMYK value is (0,3,5,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(0,3,5,32)
C0M3Y5K32 
(0%,3%,5%,32%)
(0.00/0.03/0.05/0.32)	

CMYK percentages

%0
%2.87
%5.17
%31.76

Codes

Color #AEA9A5 in popluar color models

AEA9A5
RGB174169165
HSL27°5.26%66.47%
HSB/HSV27°5.17%68.24%
CMYK0.00%2.87%5.17%
31.76%

Color #AEA9A5 in popluar number systems.

HEXAEA9A5
Decimal174169165
Binary101011101010100110100101
Octal256251245

Shades and tints

Shades of #AEA9A5

#AEA9A5
(174,169,165)
#9F9A96
(159,154,150)
#908B87
(144,139,135)
#817C78
(129,124,120)
#726D69
(114,109,105)
#635E5A
(99,94,90)
#544F4B
(84,79,75)
#45403C
(69,64,60)
#36312D
(54,49,45)
#27221E
(39,34,30)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AEA9A5

#AEA9A5
(174,169,165)
#B5B0AD
(181,176,173)
#BCB7B5
(188,183,181)
#C3BEBD
(195,190,189)
#CAC5C5
(202,197,197)
#D1CCCD
(209,204,205)
#D8D3D5
(216,211,213)
#DFDADD
(223,218,221)
#E6E1E5
(230,225,229)
#EDE8ED
(237,232,237)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA9A5; }

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

This text font color is #AEA9A5.


Background Color

.myBgColor { background-color: #AEA9A5; }

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

This div background color is #AEA9A5.


Border color

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

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

This div border color is #AEA9A5.


Opacity

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

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

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

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

This text has shadow with #AEA9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA9A5 on black background.


Color preview on white background

This text has color #AEA9A5 on white background.



Black color preview on #AEA9A5 background

This text has black color on #AEA9A5 background.


White color preview on #AEA9A5 background

This text has white color on #AEA9A5 background.