COLOR #AAABAB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
171
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 171 = 512 (100%)
R 170 of 512 ~ 33.2%
G 171 of 512 ~ 33.4%
B 171 of 512 ~ 33.4'%

%33.2
%33.4
%33.4

CMYK color model

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

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

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

CMYK percentages

%0.58
%0
%0
%32.94

Codes

Color #AAABAB in popluar color models

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

Color #AAABAB in popluar number systems.

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

Shades and tints

Shades of #AAABAB

#AAABAB
(170,171,171)
#9B9C9C
(155,156,156)
#8C8D8D
(140,141,141)
#7D7E7E
(125,126,126)
#6E6F6F
(110,111,111)
#5F6060
(95,96,96)
#505151
(80,81,81)
#414242
(65,66,66)
#323333
(50,51,51)
#232424
(35,36,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAABAB

#AAABAB
(170,171,171)
#B1B2B2
(177,178,178)
#B8B9B9
(184,185,185)
#BFC0C0
(191,192,192)
#C6C7C7
(198,199,199)
#CDCECE
(205,206,206)
#D4D5D5
(212,213,213)
#DBDCDC
(219,220,220)
#E2E3E3
(226,227,227)
#E9EAEA
(233,234,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABAB; }

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

This text font color is #AAABAB.

Background Color

.myBgColor { background-color: #AAABAB; }

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

This div background color is #AAABAB.

Border color

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

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

This div border color is #AAABAB.

Opacity

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

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

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

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

This text has shadow with #AAABAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAABAB.

Preview

Color preview on black background

This text has color #AAABAB on black background.


Color preview on white background

This text has color #AAABAB on white background.


Black color preview on #AAABAB background

This text has black color on #AAABAB background.


White color preview on #AAABAB background

This text has white color on #AAABAB background.


Related colors

Complementary color

Complementary color for #hex is #555454.


I love getcolorcode.com