COLOR #AEA1A5

HEX: #AEA1A5
RGB: (174,161,165)

Color info

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

RGB color model

#AEA1A5 color RGB value is (174,161,165).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 165 of 255 = 65%

174
161
165

R + G + B ~ 65%. #AEA1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 165 = 500 (100%)
R 174 of 500 ~ 34.8%
G 161 of 500 ~ 32.2%
B 165 of 500 ~ 33%

%34.8
%32.2
%33

CMYK color model

#AEA1A5 color CMYK value is (0,7,5,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(0,7,5,32)
C0M7Y5K32 
(0%,7%,5%,32%)
(0.00/0.07/0.05/0.32)	

CMYK percentages

%0
%7.47
%5.17
%31.76

Codes

Color #AEA1A5 in popluar color models

AEA1A5
RGB174161165
HSL342°7.43%65.69%
HSB/HSV342°7.47%68.24%
CMYK0.00%7.47%5.17%
31.76%

Color #AEA1A5 in popluar number systems.

HEXAEA1A5
Decimal174161165
Binary101011101010000110100101
Octal256241245

Shades and tints

Shades of #AEA1A5

#AEA1A5
(174,161,165)
#9F9396
(159,147,150)
#908587
(144,133,135)
#817778
(129,119,120)
#726969
(114,105,105)
#635B5A
(99,91,90)
#544D4B
(84,77,75)
#453F3C
(69,63,60)
#36312D
(54,49,45)
#27231E
(39,35,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AEA1A5

#AEA1A5
(174,161,165)
#B5A9AD
(181,169,173)
#BCB1B5
(188,177,181)
#C3B9BD
(195,185,189)
#CAC1C5
(202,193,197)
#D1C9CD
(209,201,205)
#D8D1D5
(216,209,213)
#DFD9DD
(223,217,221)
#E6E1E5
(230,225,229)
#EDE9ED
(237,233,237)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1A5; }

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

This text font color is #AEA1A5.


Background Color

.myBgColor { background-color: #AEA1A5; }

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

This div background color is #AEA1A5.


Border color

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

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

This div border color is #AEA1A5.


Opacity

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

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

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

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

This text has shadow with #AEA1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA1A5 on black background.


Color preview on white background

This text has color #AEA1A5 on white background.



Black color preview on #AEA1A5 background

This text has black color on #AEA1A5 background.


White color preview on #AEA1A5 background

This text has white color on #AEA1A5 background.