COLOR #AEA2AA

HEX: #AEA2AA RGB: (174,162,170)

Color info

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

RGB color model

#AEA2AA color RGB value is (174,162,170).

RGB: (174,162,170) (68%, 64%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 170 of 255 = 67%

174
162
170

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

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 170 = 506 (100%)
R 174 of 506 ~ 34.39%
G 162 of 506 ~ 32.02%
B 170 of 506 ~ 33.6'%

%34.39
%32.02
%33.6

CMYK color model

#AEA2AA color CMYK value is (0,7,2,32).

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

CMYK: (0,7,2,32)
C0M7Y2K32 (0%, 7%, 2%, 32%)
(0.00 / 0.07 / 0.02 / 0.32)

CMYK percentages

%0
%6.9
%2.3
%31.76

Codes

Color #AEA2AA in popluar color models

AE A2 AA
RGB 174 162 170
HSL 320° 6.90% 65.88%
HSB/HSV 320° 6.90% 68.24%
CMYK 0.00% 6.90% 2.30%
31.76%

Color #AEA2AA in popluar number systems.

HEX AE A2 AA
Decimal 174 162 170
Binary 10101110 10100010 10101010
Octal 256 242 252

Shades and tints

Shades of #AEA2AA

#AEA2AA
(174,162,170)
#9F949B
(159,148,155)
#90868C
(144,134,140)
#81787D
(129,120,125)
#726A6E
(114,106,110)
#635C5F
(99,92,95)
#544E50
(84,78,80)
#454041
(69,64,65)
#363232
(54,50,50)
#272423
(39,36,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEA2AA

#AEA2AA
(174,162,170)
#B5AAB1
(181,170,177)
#BCB2B8
(188,178,184)
#C3BABF
(195,186,191)
#CAC2C6
(202,194,198)
#D1CACD
(209,202,205)
#D8D2D4
(216,210,212)
#DFDADB
(223,218,219)
#E6E2E2
(230,226,226)
#EDEAE9
(237,234,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA2AA; }

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

This text font color is #AEA2AA.

Background Color

.myBgColor { background-color: #AEA2AA; }

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

This div background color is #AEA2AA.

Border color

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

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

This div border color is #AEA2AA.

Opacity

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

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

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

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

This text has shadow with #AEA2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA2AA.

Preview

Color preview on black background

This text has color #AEA2AA on black background.


Color preview on white background

This text has color #AEA2AA on white background.


Black color preview on #AEA2AA background

This text has black color on #AEA2AA background.


White color preview on #AEA2AA background

This text has white color on #AEA2AA background.


Related colors

Complementary color

Complementary color for #hex is #515D55.


I love getcolorcode.com

Triadic colors

1 #AAAEA2 and #A2AAAE with #AEA2AA are triadic colors.

2 #AAA2AE and #A2AEAA with #AEA2AA are triadic colors.