COLOR #AAAAAF

HEX: #AAAAAF RGB: (170,170,175)

Color info

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

RGB color model

#AAAAAF color RGB value is (170,170,175).

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

RGB channels and saturation

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

170
170
175

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

Portions of RGB colors in percentages

R + G + B = 170 + 170 + 175 = 515 (100%)
R 170 of 515 ~ 33.01%
G 170 of 515 ~ 33.01%
B 175 of 515 ~ 33.98'%

%33.01
%33.01
%33.98

CMYK color model

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

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

CMYK percentages

%2.86
%2.86
%0
%31.37

Codes

Color #AAAAAF in popluar color models

AA AA AF
RGB 170 170 175
HSL 240° 3.03% 67.65%
HSB/HSV 240° 2.86% 68.63%
CMYK 2.86% 2.86% 0.00%
31.37%

Color #AAAAAF in popluar number systems.

HEX AA AA AF
Decimal 170 170 175
Binary 10101010 10101010 10101111
Octal 252 252 257

Shades and tints

Shades of #AAAAAF

#AAAAAF
(170,170,175)
#9B9BA0
(155,155,160)
#8C8C91
(140,140,145)
#7D7D82
(125,125,130)
#6E6E73
(110,110,115)
#5F5F64
(95,95,100)
#505055
(80,80,85)
#414146
(65,65,70)
#323237
(50,50,55)
#232328
(35,35,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AAAAAF

#AAAAAF
(170,170,175)
#B1B1B6
(177,177,182)
#B8B8BD
(184,184,189)
#BFBFC4
(191,191,196)
#C6C6CB
(198,198,203)
#CDCDD2
(205,205,210)
#D4D4D9
(212,212,217)
#DBDBE0
(219,219,224)
#E2E2E7
(226,226,231)
#E9E9EE
(233,233,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAAF; }

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

This text font color is #AAAAAF.

Background Color

.myBgColor { background-color: #AAAAAF; }

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

This div background color is #AAAAAF.

Border color

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

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

This div border color is #AAAAAF.

Opacity

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

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

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

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

This text has shadow with #AAAAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAAAF.

Preview

Color preview on black background

This text has color #AAAAAF on black background.


Color preview on white background

This text has color #AAAAAF on white background.


Black color preview on #AAAAAF background

This text has black color on #AAAAAF background.


White color preview on #AAAAAF background

This text has white color on #AAAAAF background.


Related colors

Complementary color

Complementary color for #hex is #555550.


I love getcolorcode.com