COLOR #AAAAAB

HEX: #AAAAAB RGB: (170,170,171)

Color info

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

RGB color model

#AAAAAB color RGB value is (170,170,171).

RGB: (170,170,171) (67%, 67%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 171 of 255 = 67%

170
170
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 170 + 171 = 511 (100%)
R 170 of 511 ~ 33.27%
G 170 of 511 ~ 33.27%
B 171 of 511 ~ 33.46'%

%33.27
%33.27
%33.46

CMYK color model

#AAAAAB color CMYK value is (1,1,0,33).

  • cyan value is 0.58%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (1,1,0,33)
C1M1Y0K33 (1%, 1%, 0%, 33%)
(0.01 / 0.01 / 0.00 / 0.33)

CMYK percentages

%0.58
%0.58
%0
%32.94

Codes

Color #AAAAAB in popluar color models

AA AA AB
RGB 170 170 171
HSL 240° 0.59% 66.86%
HSB/HSV 240° 0.58% 67.06%
CMYK 0.58% 0.58% 0.00%
32.94%

Color #AAAAAB in popluar number systems.

HEX AA AA AB
Decimal 170 170 171
Binary 10101010 10101010 10101011
Octal 252 252 253

Shades and tints

Shades of #AAAAAB

#AAAAAB
(170,170,171)
#9B9B9C
(155,155,156)
#8C8C8D
(140,140,141)
#7D7D7E
(125,125,126)
#6E6E6F
(110,110,111)
#5F5F60
(95,95,96)
#505051
(80,80,81)
#414142
(65,65,66)
#323233
(50,50,51)
#232324
(35,35,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AAAAAB

#AAAAAB
(170,170,171)
#B1B1B2
(177,177,178)
#B8B8B9
(184,184,185)
#BFBFC0
(191,191,192)
#C6C6C7
(198,198,199)
#CDCDCE
(205,205,206)
#D4D4D5
(212,212,213)
#DBDBDC
(219,219,220)
#E2E2E3
(226,226,227)
#E9E9EA
(233,233,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAAB; }

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

This text font color is #AAAAAB.

Background Color

.myBgColor { background-color: #AAAAAB; }

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

This div background color is #AAAAAB.

Border color

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

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

This div border color is #AAAAAB.

Opacity

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

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

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

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

This text has shadow with #AAAAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAAAB.

Preview

Color preview on black background

This text has color #AAAAAB on black background.


Color preview on white background

This text has color #AAAAAB on white background.


Black color preview on #AAAAAB background

This text has black color on #AAAAAB background.


White color preview on #AAAAAB background

This text has white color on #AAAAAB background.


Related colors

Complementary color

Complementary color for #hex is #555554.


I love getcolorcode.com