COLOR #AEA6AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
166
170

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

Portions of RGB colors in percentages

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

%34.12
%32.55
%33.33

CMYK color model

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

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

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

CMYK percentages

%0
%4.6
%2.3
%31.76

Codes

Color #AEA6AA in popluar color models

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

Color #AEA6AA in popluar number systems.

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

Shades and tints

Shades of #AEA6AA

#AEA6AA
(174,166,170)
#9F979B
(159,151,155)
#90888C
(144,136,140)
#81797D
(129,121,125)
#726A6E
(114,106,110)
#635B5F
(99,91,95)
#544C50
(84,76,80)
#453D41
(69,61,65)
#362E32
(54,46,50)
#271F23
(39,31,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AEA6AA

#AEA6AA
(174,166,170)
#B5AEB1
(181,174,177)
#BCB6B8
(188,182,184)
#C3BEBF
(195,190,191)
#CAC6C6
(202,198,198)
#D1CECD
(209,206,205)
#D8D6D4
(216,214,212)
#DFDEDB
(223,222,219)
#E6E6E2
(230,230,226)
#EDEEE9
(237,238,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA6AA; }

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

This text font color is #AEA6AA.

Background Color

.myBgColor { background-color: #AEA6AA; }

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

This div background color is #AEA6AA.

Border color

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

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

This div border color is #AEA6AA.

Opacity

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

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

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

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

This text has shadow with #AEA6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA6AA.

Preview

Color preview on black background

This text has color #AEA6AA on black background.


Color preview on white background

This text has color #AEA6AA on white background.


Black color preview on #AEA6AA background

This text has black color on #AEA6AA background.


White color preview on #AEA6AA background

This text has white color on #AEA6AA background.


Related colors

Complementary color

Complementary color for #hex is #515955.


I love getcolorcode.com

Triadic colors

1 #AAAEA6 and #A6AAAE with #AEA6AA are triadic colors.

2 #AAA6AE and #A6AEAA with #AEA6AA are triadic colors.