COLOR #AEAAA6

HEX: #AEAAA6 RGB: (174,170,166)

Color info

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

RGB color model

#AEAAA6 color RGB value is (174,170,166).

RGB: (174,170,166) (68%, 67%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 166 of 255 = 65%

174
170
166

R + G + B ~ 67%. #AEAAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 166 = 510 (100%)
R 174 of 510 ~ 34.12%
G 170 of 510 ~ 33.33%
B 166 of 510 ~ 32.55'%

%34.12
%33.33
%32.55

CMYK color model

#AEAAA6 color CMYK value is (0,2,5,32).

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

CMYK: (0,2,5,32)
C0M2Y5K32 (0%, 2%, 5%, 32%)
(0.00 / 0.02 / 0.05 / 0.32)

CMYK percentages

%0
%2.3
%4.6
%31.76

Codes

Color #AEAAA6 in popluar color models

AE AA A6
RGB 174 170 166
HSL 30° 4.71% 66.67%
HSB/HSV 30° 4.60% 68.24%
CMYK 0.00% 2.30% 4.60%
31.76%

Color #AEAAA6 in popluar number systems.

HEX AE AA A6
Decimal 174 170 166
Binary 10101110 10101010 10100110
Octal 256 252 246

Shades and tints

Shades of #AEAAA6

#AEAAA6
(174,170,166)
#9F9B97
(159,155,151)
#908C88
(144,140,136)
#817D79
(129,125,121)
#726E6A
(114,110,106)
#635F5B
(99,95,91)
#54504C
(84,80,76)
#45413D
(69,65,61)
#36322E
(54,50,46)
#27231F
(39,35,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AEAAA6

#AEAAA6
(174,170,166)
#B5B1AE
(181,177,174)
#BCB8B6
(188,184,182)
#C3BFBE
(195,191,190)
#CAC6C6
(202,198,198)
#D1CDCE
(209,205,206)
#D8D4D6
(216,212,214)
#DFDBDE
(223,219,222)
#E6E2E6
(230,226,230)
#EDE9EE
(237,233,238)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAA6; }

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

This text font color is #AEAAA6.

Background Color

.myBgColor { background-color: #AEAAA6; }

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

This div background color is #AEAAA6.

Border color

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

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

This div border color is #AEAAA6.

Opacity

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

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

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

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

This text has shadow with #AEAAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAAA6.

Preview

Color preview on black background

This text has color #AEAAA6 on black background.


Color preview on white background

This text has color #AEAAA6 on white background.


Black color preview on #AEAAA6 background

This text has black color on #AEAAA6 background.


White color preview on #AEAAA6 background

This text has white color on #AEAAA6 background.


Related colors

Complementary color

Complementary color for #hex is #515559.


I love getcolorcode.com

Triadic colors

1 #A6AEAA and #AAA6AE with #AEAAA6 are triadic colors.

2 #A6AAAE and #AAAEA6 with #AEAAA6 are triadic colors.