COLOR #AAAEA0

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

Color info

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

RGB color model

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

  • red value is 170;
  • green value is 174;
  • blue value is 160.
RGB:
(170,174,160)
(67%,68%,63%)

RGB channels and saturation

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

170
174
160

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

Portions of RGB colors in percentages

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

%33.73
%34.52
%31.75

CMYK color model

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

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK:
(2,0,8,32)
C2M0Y8K32 
(2%,0%,8%,32%)
(0.02/0.00/0.08/0.32)	

CMYK percentages

%2.3
%0
%8.05
%31.76

Codes

Color #AAAEA0 in popluar color models

AAAEA0
RGB170174160
HSL77°7.95%65.49%
HSB/HSV77°8.05%68.24%
CMYK2.30%0.00%8.05%
31.76%

Color #AAAEA0 in popluar number systems.

HEXAAAEA0
Decimal170174160
Binary101010101010111010100000
Octal252256240

Shades and tints

Shades of #AAAEA0

#AAAEA0
(170,174,160)
#9B9F92
(155,159,146)
#8C9084
(140,144,132)
#7D8176
(125,129,118)
#6E7268
(110,114,104)
#5F635A
(95,99,90)
#50544C
(80,84,76)
#41453E
(65,69,62)
#323630
(50,54,48)
#232722
(35,39,34)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAAEA0

#AAAEA0
(170,174,160)
#B1B5A8
(177,181,168)
#B8BCB0
(184,188,176)
#BFC3B8
(191,195,184)
#C6CAC0
(198,202,192)
#CDD1C8
(205,209,200)
#D4D8D0
(212,216,208)
#DBDFD8
(219,223,216)
#E2E6E0
(226,230,224)
#E9EDE8
(233,237,232)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEA0; }

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

This text font color is #AAAEA0.


Background Color

.myBgColor { background-color: #AAAEA0; }

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

This div background color is #AAAEA0.


Border color

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

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

This div border color is #AAAEA0.


Opacity

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

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

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

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

This text has shadow with #AAAEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEA0 on black background.


Color preview on white background

This text has color #AAAEA0 on white background.



Black color preview on #AAAEA0 background

This text has black color on #AAAEA0 background.


White color preview on #AAAEA0 background

This text has white color on #AAAEA0 background.