COLOR #AEA8A6

HEX: #AEA8A6
RGB: (174,168,166)

Color info

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

RGB color model

#AEA8A6 color RGB value is (174,168,166).

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

RGB channels and saturation

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

174
168
166

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 166 = 508 (100%)
R 174 of 508 ~ 34.25%
G 168 of 508 ~ 33.07%
B 166 of 508 ~ 32.68%

%34.25
%33.07
%32.68

CMYK color model

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

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

Codes

Color #AEA8A6 in popluar color models

AEA8A6
RGB174168166
HSL15°4.71%66.67%
HSB/HSV15°4.60%68.24%
CMYK0.00%3.45%4.60%
31.76%

Color #AEA8A6 in popluar number systems.

HEXAEA8A6
Decimal174168166
Binary101011101010100010100110
Octal256250246

Shades and tints

Shades of #AEA8A6

#AEA8A6
(174,168,166)
#9F9997
(159,153,151)
#908A88
(144,138,136)
#817B79
(129,123,121)
#726C6A
(114,108,106)
#635D5B
(99,93,91)
#544E4C
(84,78,76)
#453F3D
(69,63,61)
#36302E
(54,48,46)
#27211F
(39,33,31)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #AEA8A6

#AEA8A6
(174,168,166)
#B5AFAE
(181,175,174)
#BCB6B6
(188,182,182)
#C3BDBE
(195,189,190)
#CAC4C6
(202,196,198)
#D1CBCE
(209,203,206)
#D8D2D6
(216,210,214)
#DFD9DE
(223,217,222)
#E6E0E6
(230,224,230)
#EDE7EE
(237,231,238)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8A6; }

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

This text font color is #AEA8A6.


Background Color

.myBgColor { background-color: #AEA8A6; }

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

This div background color is #AEA8A6.


Border color

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

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

This div border color is #AEA8A6.


Opacity

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

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

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

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

This text has shadow with #AEA8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8A6 on black background.


Color preview on white background

This text has color #AEA8A6 on white background.



Black color preview on #AEA8A6 background

This text has black color on #AEA8A6 background.


White color preview on #AEA8A6 background

This text has white color on #AEA8A6 background.