COLOR #AEAAA0

HEX: #AEAAA0 RGB: (174,170,160)

Color info

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

RGB color model

#AEAAA0 color RGB value is (174,170,160).

RGB: (174,170,160) (68%, 67%, 63%)

RGB channels and saturation

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

174
170
160

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

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 160 = 504 (100%)
R 174 of 504 ~ 34.52%
G 170 of 504 ~ 33.73%
B 160 of 504 ~ 31.75'%

%34.52
%33.73
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 8.05%
  • key color value is 31.76%

CMYK: (0,2,8,32)
C0M2Y8K32 (0%, 2%, 8%, 32%)
(0.00 / 0.02 / 0.08 / 0.32)

CMYK percentages

%0
%2.3
%8.05
%31.76

Codes

Color #AEAAA0 in popluar color models

AE AA A0
RGB 174 170 160
HSL 43° 7.95% 65.49%
HSB/HSV 43° 8.05% 68.24%
CMYK 0.00% 2.30% 8.05%
31.76%

Color #AEAAA0 in popluar number systems.

HEX AE AA A0
Decimal 174 170 160
Binary 10101110 10101010 10100000
Octal 256 252 240

Shades and tints

Shades of #AEAAA0

#AEAAA0
(174,170,160)
#9F9B92
(159,155,146)
#908C84
(144,140,132)
#817D76
(129,125,118)
#726E68
(114,110,104)
#635F5A
(99,95,90)
#54504C
(84,80,76)
#45413E
(69,65,62)
#363230
(54,50,48)
#272322
(39,35,34)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEAAA0

#AEAAA0
(174,170,160)
#B5B1A8
(181,177,168)
#BCB8B0
(188,184,176)
#C3BFB8
(195,191,184)
#CAC6C0
(202,198,192)
#D1CDC8
(209,205,200)
#D8D4D0
(216,212,208)
#DFDBD8
(223,219,216)
#E6E2E0
(230,226,224)
#EDE9E8
(237,233,232)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAA0; }

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

This text font color is #AEAAA0.

Background Color

.myBgColor { background-color: #AEAAA0; }

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

This div background color is #AEAAA0.

Border color

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

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

This div border color is #AEAAA0.

Opacity

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

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

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

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

This text has shadow with #AEAAA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAAA0.

Preview

Color preview on black background

This text has color #AEAAA0 on black background.


Color preview on white background

This text has color #AEAAA0 on white background.


Black color preview on #AEAAA0 background

This text has black color on #AEAAA0 background.


White color preview on #AEAAA0 background

This text has white color on #AEAAA0 background.


Related colors

Complementary color

Complementary color for #hex is #51555F.


I love getcolorcode.com

Triadic colors

1 #A0AEAA and #AAA0AE with #AEAAA0 are triadic colors.

2 #A0AAAE and #AAAEA0 with #AEAAA0 are triadic colors.