COLOR #AAAEA3

HEX: #AAAEA3 RGB: (170,174,163)

Color info

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

RGB color model

#AAAEA3 color RGB value is (170,174,163).

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

RGB channels and saturation

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

170
174
163

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

Portions of RGB colors in percentages

R + G + B = 170 + 174 + 163 = 507 (100%)
R 170 of 507 ~ 33.53%
G 174 of 507 ~ 34.32%
B 163 of 507 ~ 32.15'%

%33.53
%34.32
%32.15

CMYK color model

#AAAEA3 color CMYK value is (2,0,6,32).

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

CMYK: (2,0,6,32)
C2M0Y6K32 (2%, 0%, 6%, 32%)
(0.02 / 0.00 / 0.06 / 0.32)

CMYK percentages

%2.3
%0
%6.32
%31.76

Codes

Color #AAAEA3 in popluar color models

AA AE A3
RGB 170 174 163
HSL 82° 6.36% 66.08%
HSB/HSV 82° 6.32% 68.24%
CMYK 2.30% 0.00% 6.32%
31.76%

Color #AAAEA3 in popluar number systems.

HEX AA AE A3
Decimal 170 174 163
Binary 10101010 10101110 10100011
Octal 252 256 243

Shades and tints

Shades of #AAAEA3

#AAAEA3
(170,174,163)
#9B9F95
(155,159,149)
#8C9087
(140,144,135)
#7D8179
(125,129,121)
#6E726B
(110,114,107)
#5F635D
(95,99,93)
#50544F
(80,84,79)
#414541
(65,69,65)
#323633
(50,54,51)
#232725
(35,39,37)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAAEA3

#AAAEA3
(170,174,163)
#B1B5AB
(177,181,171)
#B8BCB3
(184,188,179)
#BFC3BB
(191,195,187)
#C6CAC3
(198,202,195)
#CDD1CB
(205,209,203)
#D4D8D3
(212,216,211)
#DBDFDB
(219,223,219)
#E2E6E3
(226,230,227)
#E9EDEB
(233,237,235)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEA3; }

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

This text font color is #AAAEA3.

Background Color

.myBgColor { background-color: #AAAEA3; }

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

This div background color is #AAAEA3.

Border color

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

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

This div border color is #AAAEA3.

Opacity

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

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

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

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

This text has shadow with #AAAEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAEA3.

Preview

Color preview on black background

This text has color #AAAEA3 on black background.


Color preview on white background

This text has color #AAAEA3 on white background.


Black color preview on #AAAEA3 background

This text has black color on #AAAEA3 background.


White color preview on #AAAEA3 background

This text has white color on #AAAEA3 background.


Related colors

Complementary color

Complementary color for #hex is #55515C.


I love getcolorcode.com

Triadic colors

1 #A3AAAE and #AEA3AA with #AAAEA3 are triadic colors.

2 #A3AEAA and #AEAAA3 with #AAAEA3 are triadic colors.