COLOR #AE9E9E

HEX: #AE9E9E
RGB: (174,158,158)

Color info

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

RGB color model

#AE9E9E color RGB value is (174,158,158).

  • red value is 174;
  • green value is 158;
  • blue value is 158.
RGB:
(174,158,158)
(68%,62%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 158 of 255 = 62%
B 158 of 255 = 62%

174
158
158

R + G + B ~ 64%. #AE9E9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 158 + 158 = 490 (100%)
R 174 of 490 ~ 35.51%
G 158 of 490 ~ 32.24%
B 158 of 490 ~ 32.24%

%35.51
%32.24
%32.24

CMYK color model

#AE9E9E color CMYK value is (0,9,9,32).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK:
(0,9,9,32)
C0M9Y9K32 
(0%,9%,9%,32%)
(0.00/0.09/0.09/0.32)	

CMYK percentages

%0
%9.2
%9.2
%31.76

Codes

Color #AE9E9E in popluar color models

AE9E9E
RGB174158158
HSL8.99%65.10%
HSB/HSV9.20%68.24%
CMYK0.00%9.20%9.20%
31.76%

Color #AE9E9E in popluar number systems.

HEXAE9E9E
Decimal174158158
Binary101011101001111010011110
Octal256236236

Shades and tints

Shades of #AE9E9E

#AE9E9E
(174,158,158)
#9F9090
(159,144,144)
#908282
(144,130,130)
#817474
(129,116,116)
#726666
(114,102,102)
#635858
(99,88,88)
#544A4A
(84,74,74)
#453C3C
(69,60,60)
#362E2E
(54,46,46)
#272020
(39,32,32)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE9E9E

#AE9E9E
(174,158,158)
#B5A6A6
(181,166,166)
#BCAEAE
(188,174,174)
#C3B6B6
(195,182,182)
#CABEBE
(202,190,190)
#D1C6C6
(209,198,198)
#D8CECE
(216,206,206)
#DFD6D6
(223,214,214)
#E6DEDE
(230,222,222)
#EDE6E6
(237,230,230)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9E9E; }

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

This text font color is #AE9E9E.


Background Color

.myBgColor { background-color: #AE9E9E; }

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

This div background color is #AE9E9E.


Border color

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

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

This div border color is #AE9E9E.


Opacity

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

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

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

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

This text has shadow with #AE9E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9E9E on black background.


Color preview on white background

This text has color #AE9E9E on white background.



Black color preview on #AE9E9E background

This text has black color on #AE9E9E background.


White color preview on #AE9E9E background

This text has white color on #AE9E9E background.