COLOR #AEA9A0

HEX: #AEA9A0
RGB: (174,169,160)

Color info

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

RGB color model

#AEA9A0 color RGB value is (174,169,160).

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

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 160 of 255 = 63%

174
169
160

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

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 160 = 503 (100%)
R 174 of 503 ~ 34.59%
G 169 of 503 ~ 33.6%
B 160 of 503 ~ 31.81%

%34.59
%33.6
%31.81

CMYK color model

#AEA9A0 color CMYK value is (0,3,8,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK:
(0,3,8,32)
C0M3Y8K32 
(0%,3%,8%,32%)
(0.00/0.03/0.08/0.32)	

CMYK percentages

%0
%2.87
%8.05
%31.76

Codes

Color #AEA9A0 in popluar color models

AEA9A0
RGB174169160
HSL39°7.95%65.49%
HSB/HSV39°8.05%68.24%
CMYK0.00%2.87%8.05%
31.76%

Color #AEA9A0 in popluar number systems.

HEXAEA9A0
Decimal174169160
Binary101011101010100110100000
Octal256251240

Shades and tints

Shades of #AEA9A0

#AEA9A0
(174,169,160)
#9F9A92
(159,154,146)
#908B84
(144,139,132)
#817C76
(129,124,118)
#726D68
(114,109,104)
#635E5A
(99,94,90)
#544F4C
(84,79,76)
#45403E
(69,64,62)
#363130
(54,49,48)
#272222
(39,34,34)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #AEA9A0

#AEA9A0
(174,169,160)
#B5B0A8
(181,176,168)
#BCB7B0
(188,183,176)
#C3BEB8
(195,190,184)
#CAC5C0
(202,197,192)
#D1CCC8
(209,204,200)
#D8D3D0
(216,211,208)
#DFDAD8
(223,218,216)
#E6E1E0
(230,225,224)
#EDE8E8
(237,232,232)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA9A0; }

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

This text font color is #AEA9A0.


Background Color

.myBgColor { background-color: #AEA9A0; }

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

This div background color is #AEA9A0.


Border color

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

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

This div border color is #AEA9A0.


Opacity

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

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

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

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

This text has shadow with #AEA9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA9A0 on black background.


Color preview on white background

This text has color #AEA9A0 on white background.



Black color preview on #AEA9A0 background

This text has black color on #AEA9A0 background.


White color preview on #AEA9A0 background

This text has white color on #AEA9A0 background.