COLOR #AEA0A0

HEX: #AEA0A0
RGB: (174,160,160)

Color info

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

RGB color model

#AEA0A0 color RGB value is (174,160,160).

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

RGB channels and saturation

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

174
160
160

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 160 = 494 (100%)
R 174 of 494 ~ 35.22%
G 160 of 494 ~ 32.39%
B 160 of 494 ~ 32.39%

%35.22
%32.39
%32.39

CMYK color model

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

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

CMYK percentages

%0
%8.05
%8.05
%31.76

Codes

Color #AEA0A0 in popluar color models

AEA0A0
RGB174160160
HSL7.95%65.49%
HSB/HSV8.05%68.24%
CMYK0.00%8.05%8.05%
31.76%

Color #AEA0A0 in popluar number systems.

HEXAEA0A0
Decimal174160160
Binary101011101010000010100000
Octal256240240

Shades and tints

Shades of #AEA0A0

#AEA0A0
(174,160,160)
#9F9292
(159,146,146)
#908484
(144,132,132)
#817676
(129,118,118)
#726868
(114,104,104)
#635A5A
(99,90,90)
#544C4C
(84,76,76)
#453E3E
(69,62,62)
#363030
(54,48,48)
#272222
(39,34,34)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEA0A0

#AEA0A0
(174,160,160)
#B5A8A8
(181,168,168)
#BCB0B0
(188,176,176)
#C3B8B8
(195,184,184)
#CAC0C0
(202,192,192)
#D1C8C8
(209,200,200)
#D8D0D0
(216,208,208)
#DFD8D8
(223,216,216)
#E6E0E0
(230,224,224)
#EDE8E8
(237,232,232)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0A0; }

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

This text font color is #AEA0A0.


Background Color

.myBgColor { background-color: #AEA0A0; }

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

This div background color is #AEA0A0.


Border color

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

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

This div border color is #AEA0A0.


Opacity

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

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

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

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

This text has shadow with #AEA0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA0A0 on black background.


Color preview on white background

This text has color #AEA0A0 on white background.



Black color preview on #AEA0A0 background

This text has black color on #AEA0A0 background.


White color preview on #AEA0A0 background

This text has white color on #AEA0A0 background.