COLOR #AAAEA6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
174
166

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

Portions of RGB colors in percentages

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

%33.33
%34.12
%32.55

CMYK color model

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

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(2,0,5,32)
C2M0Y5K32 
(2%,0%,5%,32%)
(0.02/0.00/0.05/0.32)	

CMYK percentages

%2.3
%0
%4.6
%31.76

Codes

Color #AAAEA6 in popluar color models

AAAEA6
RGB170174166
HSL90°4.71%66.67%
HSB/HSV90°4.60%68.24%
CMYK2.30%0.00%4.60%
31.76%

Color #AAAEA6 in popluar number systems.

HEXAAAEA6
Decimal170174166
Binary101010101010111010100110
Octal252256246

Shades and tints

Shades of #AAAEA6

#AAAEA6
(170,174,166)
#9B9F97
(155,159,151)
#8C9088
(140,144,136)
#7D8179
(125,129,121)
#6E726A
(110,114,106)
#5F635B
(95,99,91)
#50544C
(80,84,76)
#41453D
(65,69,61)
#32362E
(50,54,46)
#23271F
(35,39,31)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #AAAEA6

#AAAEA6
(170,174,166)
#B1B5AE
(177,181,174)
#B8BCB6
(184,188,182)
#BFC3BE
(191,195,190)
#C6CAC6
(198,202,198)
#CDD1CE
(205,209,206)
#D4D8D6
(212,216,214)
#DBDFDE
(219,223,222)
#E2E6E6
(226,230,230)
#E9EDEE
(233,237,238)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEA6; }

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

This text font color is #AAAEA6.


Background Color

.myBgColor { background-color: #AAAEA6; }

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

This div background color is #AAAEA6.


Border color

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

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

This div border color is #AAAEA6.


Opacity

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

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

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

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

This text has shadow with #AAAEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEA6 on black background.


Color preview on white background

This text has color #AAAEA6 on white background.



Black color preview on #AAAEA6 background

This text has black color on #AAAEA6 background.


White color preview on #AAAEA6 background

This text has white color on #AAAEA6 background.