COLOR #AEA8A5

HEX: #AEA8A5
RGB: (174,168,165)

Color info

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

RGB color model

#AEA8A5 color RGB value is (174,168,165).

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

RGB channels and saturation

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

174
168
165

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 165 = 507 (100%)
R 174 of 507 ~ 34.32%
G 168 of 507 ~ 33.14%
B 165 of 507 ~ 32.54%

%34.32
%33.14
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.45%
  • 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
%3.45
%5.17
%31.76

Codes

Color #AEA8A5 in popluar color models

AEA8A5
RGB174168165
HSL20°5.26%66.47%
HSB/HSV20°5.17%68.24%
CMYK0.00%3.45%5.17%
31.76%

Color #AEA8A5 in popluar number systems.

HEXAEA8A5
Decimal174168165
Binary101011101010100010100101
Octal256250245

Shades and tints

Shades of #AEA8A5

#AEA8A5
(174,168,165)
#9F9996
(159,153,150)
#908A87
(144,138,135)
#817B78
(129,123,120)
#726C69
(114,108,105)
#635D5A
(99,93,90)
#544E4B
(84,78,75)
#453F3C
(69,63,60)
#36302D
(54,48,45)
#27211E
(39,33,30)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #AEA8A5

#AEA8A5
(174,168,165)
#B5AFAD
(181,175,173)
#BCB6B5
(188,182,181)
#C3BDBD
(195,189,189)
#CAC4C5
(202,196,197)
#D1CBCD
(209,203,205)
#D8D2D5
(216,210,213)
#DFD9DD
(223,217,221)
#E6E0E5
(230,224,229)
#EDE7ED
(237,231,237)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8A5; }

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

This text font color is #AEA8A5.


Background Color

.myBgColor { background-color: #AEA8A5; }

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

This div background color is #AEA8A5.


Border color

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

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

This div border color is #AEA8A5.


Opacity

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

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

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

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

This text has shadow with #AEA8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8A5 on black background.


Color preview on white background

This text has color #AEA8A5 on white background.



Black color preview on #AEA8A5 background

This text has black color on #AEA8A5 background.


White color preview on #AEA8A5 background

This text has white color on #AEA8A5 background.