COLOR #AAAEAF

HEX: #AAAEAF RGB: (170,174,175)

Color info

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

RGB color model

#AAAEAF color RGB value is (170,174,175).

RGB: (170,174,175) (67%, 68%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 175 of 255 = 69%

170
174
175

R + G + B ~ 68%. #AAAEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 174 + 175 = 519 (100%)
R 170 of 519 ~ 32.76%
G 174 of 519 ~ 33.53%
B 175 of 519 ~ 33.72'%

%32.76
%33.53
%33.72

CMYK color model

#AAAEAF color CMYK value is (3,1,0,31).

  • cyan value is 2.86%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (3,1,0,31) C3M1Y0K31 (3%,1%,0%,31%) (0.03/0.01/0.00/0.31) 

CMYK percentages

%2.86
%0.57
%0
%31.37

Codes

Color #AAAEAF in popluar color models

AA AE AF
RGB 170 174 175
HSL 192° 3.03% 67.65%
HSB/HSV 192° 2.86% 68.63%
CMYK 2.86% 0.57% 0.00%
31.37%

Color #AAAEAF in popluar number systems.

HEX AA AE AF
Decimal 170 174 175
Binary 10101010 10101110 10101111
Octal 252 256 257

Shades and tints

Shades of #AAAEAF

#AAAEAF
(170,174,175)
#9B9FA0
(155,159,160)
#8C9091
(140,144,145)
#7D8182
(125,129,130)
#6E7273
(110,114,115)
#5F6364
(95,99,100)
#505455
(80,84,85)
#414546
(65,69,70)
#323637
(50,54,55)
#232728
(35,39,40)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #AAAEAF

#AAAEAF
(170,174,175)
#B1B5B6
(177,181,182)
#B8BCBD
(184,188,189)
#BFC3C4
(191,195,196)
#C6CACB
(198,202,203)
#CDD1D2
(205,209,210)
#D4D8D9
(212,216,217)
#DBDFE0
(219,223,224)
#E2E6E7
(226,230,231)
#E9EDEE
(233,237,238)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEAF; }

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

This text font color is #AAAEAF.

Background Color

.myBgColor { background-color: #AAAEAF; }

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

This div background color is #AAAEAF.

Border color

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

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

This div border color is #AAAEAF.

Opacity

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

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

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

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

This text has shadow with #AAAEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAEAF.

Preview

Color preview on black background

This text has color #AAAEAF on black background.


Color preview on white background

This text has color #AAAEAF on white background.


Black color preview on #AAAEAF background

This text has black color on #AAAEAF background.


White color preview on #AAAEAF background

This text has white color on #AAAEAF background.


Related colors

Complementary color

Complementary color for #hex is #555150.


I love getcolorcode.com

Triadic colors

1 #AFAAAE and #AEAFAA with #AAAEAF are triadic colors.

2 #AFAEAA and #AEAAAF with #AAAEAF are triadic colors.