COLOR #AAABAA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
171
170

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

Portions of RGB colors in percentages

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

%33.27
%33.46
%33.27

CMYK color model

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

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

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

CMYK percentages

%0.58
%0
%0.58
%32.94

Codes

Color #AAABAA in popluar color models

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

Color #AAABAA in popluar number systems.

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

Shades and tints

Shades of #AAABAA

#AAABAA
(170,171,170)
#9B9C9B
(155,156,155)
#8C8D8C
(140,141,140)
#7D7E7D
(125,126,125)
#6E6F6E
(110,111,110)
#5F605F
(95,96,95)
#505150
(80,81,80)
#414241
(65,66,65)
#323332
(50,51,50)
#232423
(35,36,35)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAABAA

#AAABAA
(170,171,170)
#B1B2B1
(177,178,177)
#B8B9B8
(184,185,184)
#BFC0BF
(191,192,191)
#C6C7C6
(198,199,198)
#CDCECD
(205,206,205)
#D4D5D4
(212,213,212)
#DBDCDB
(219,220,219)
#E2E3E2
(226,227,226)
#E9EAE9
(233,234,233)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABAA; }

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

This text font color is #AAABAA.

Background Color

.myBgColor { background-color: #AAABAA; }

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

This div background color is #AAABAA.

Border color

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

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

This div border color is #AAABAA.

Opacity

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

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

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

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

This text has shadow with #AAABAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAABAA.

Preview

Color preview on black background

This text has color #AAABAA on black background.


Color preview on white background

This text has color #AAABAA on white background.


Black color preview on #AAABAA background

This text has black color on #AAABAA background.


White color preview on #AAABAA background

This text has white color on #AAABAA background.


Related colors

Complementary color

Complementary color for #hex is #555455.


I love getcolorcode.com

Triadic colors

1 #AAAAAB and #ABAAAA with #AAABAA are triadic colors.

2 #AAABAA and #ABAAAA with #AAABAA are triadic colors.