COLOR #AEA0A9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
160
169

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

Portions of RGB colors in percentages

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

%34.59
%31.81
%33.6

CMYK color model

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

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

CMYK percentages

%0
%8.05
%2.87
%31.76

Codes

Color #AEA0A9 in popluar color models

AEA0A9
RGB174160169
HSL321°7.95%65.49%
HSB/HSV321°8.05%68.24%
CMYK0.00%8.05%2.87%
31.76%

Color #AEA0A9 in popluar number systems.

HEXAEA0A9
Decimal174160169
Binary101011101010000010101001
Octal256240251

Shades and tints

Shades of #AEA0A9

#AEA0A9
(174,160,169)
#9F929A
(159,146,154)
#90848B
(144,132,139)
#81767C
(129,118,124)
#72686D
(114,104,109)
#635A5E
(99,90,94)
#544C4F
(84,76,79)
#453E40
(69,62,64)
#363031
(54,48,49)
#272222
(39,34,34)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEA0A9

#AEA0A9
(174,160,169)
#B5A8B0
(181,168,176)
#BCB0B7
(188,176,183)
#C3B8BE
(195,184,190)
#CAC0C5
(202,192,197)
#D1C8CC
(209,200,204)
#D8D0D3
(216,208,211)
#DFD8DA
(223,216,218)
#E6E0E1
(230,224,225)
#EDE8E8
(237,232,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0A9; }

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

This text font color is #AEA0A9.


Background Color

.myBgColor { background-color: #AEA0A9; }

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

This div background color is #AEA0A9.


Border color

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

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

This div border color is #AEA0A9.


Opacity

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

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

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

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

This text has shadow with #AEA0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA0A9 on black background.


Color preview on white background

This text has color #AEA0A9 on white background.



Black color preview on #AEA0A9 background

This text has black color on #AEA0A9 background.


White color preview on #AEA0A9 background

This text has white color on #AEA0A9 background.