COLOR #AAAB9B

HEX: #AAAB9B
RGB: (170,171,155)

Color info

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

RGB color model

#AAAB9B color RGB value is (170,171,155).

  • red value is 170;
  • green value is 171;
  • blue value is 155.
RGB:
(170,171,155)
(67%,67%,61%)

RGB channels and saturation

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

170
171
155

R + G + B ~ 65%. #AAAB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 155 = 496 (100%)
R 170 of 496 ~ 34.27%
G 171 of 496 ~ 34.48%
B 155 of 496 ~ 31.25%

%34.27
%34.48
%31.25

CMYK color model

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

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(1,0,9,33)
C1M0Y9K33 
(1%,0%,9%,33%)
(0.01/0.00/0.09/0.33)	

CMYK percentages

%0.58
%0
%9.36
%32.94

Codes

Color #AAAB9B in popluar color models

AAAB9B
RGB170171155
HSL64°8.70%63.92%
HSB/HSV64°9.36%67.06%
CMYK0.58%0.00%9.36%
32.94%

Color #AAAB9B in popluar number systems.

HEXAAAB9B
Decimal170171155
Binary101010101010101110011011
Octal252253233

Shades and tints

Shades of #AAAB9B

#AAAB9B
(170,171,155)
#9B9C8D
(155,156,141)
#8C8D7F
(140,141,127)
#7D7E71
(125,126,113)
#6E6F63
(110,111,99)
#5F6055
(95,96,85)
#505147
(80,81,71)
#414239
(65,66,57)
#32332B
(50,51,43)
#23241D
(35,36,29)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #AAAB9B

#AAAB9B
(170,171,155)
#B1B2A4
(177,178,164)
#B8B9AD
(184,185,173)
#BFC0B6
(191,192,182)
#C6C7BF
(198,199,191)
#CDCEC8
(205,206,200)
#D4D5D1
(212,213,209)
#DBDCDA
(219,220,218)
#E2E3E3
(226,227,227)
#E9EAEC
(233,234,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAB9B; }

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

This text font color is #AAAB9B.


Background Color

.myBgColor { background-color: #AAAB9B; }

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

This div background color is #AAAB9B.


Border color

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

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

This div border color is #AAAB9B.


Opacity

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

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

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

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

This text has shadow with #AAAB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAB9B on black background.


Color preview on white background

This text has color #AAAB9B on white background.



Black color preview on #AAAB9B background

This text has black color on #AAAB9B background.


White color preview on #AAAB9B background

This text has white color on #AAAB9B background.