COLOR #AAB0AB

HEX: #AAB0AB
RGB: (170,176,171)

Color info

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

RGB color model

#AAB0AB color RGB value is (170,176,171).

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

RGB channels and saturation

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

170
176
171

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

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 171 = 517 (100%)
R 170 of 517 ~ 32.88%
G 176 of 517 ~ 34.04%
B 171 of 517 ~ 33.08%

%32.88
%34.04
%33.08

CMYK color model

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

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(3,0,3,31)
C3M0Y3K31 
(3%,0%,3%,31%)
(0.03/0.00/0.03/0.31)	

CMYK percentages

%3.41
%0
%2.84
%30.98

Codes

Color #AAB0AB in popluar color models

AAB0AB
RGB170176171
HSL130°3.66%67.84%
HSB/HSV130°3.41%69.02%
CMYK3.41%0.00%2.84%
30.98%

Color #AAB0AB in popluar number systems.

HEXAAB0AB
Decimal170176171
Binary101010101011000010101011
Octal252260253

Shades and tints

Shades of #AAB0AB

#AAB0AB
(170,176,171)
#9BA09C
(155,160,156)
#8C908D
(140,144,141)
#7D807E
(125,128,126)
#6E706F
(110,112,111)
#5F6060
(95,96,96)
#505051
(80,80,81)
#414042
(65,64,66)
#323033
(50,48,51)
#232024
(35,32,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AAB0AB

#AAB0AB
(170,176,171)
#B1B7B2
(177,183,178)
#B8BEB9
(184,190,185)
#BFC5C0
(191,197,192)
#C6CCC7
(198,204,199)
#CDD3CE
(205,211,206)
#D4DAD5
(212,218,213)
#DBE1DC
(219,225,220)
#E2E8E3
(226,232,227)
#E9EFEA
(233,239,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0AB; }

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

This text font color is #AAB0AB.


Background Color

.myBgColor { background-color: #AAB0AB; }

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

This div background color is #AAB0AB.


Border color

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

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

This div border color is #AAB0AB.


Opacity

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

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

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

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

This text has shadow with #AAB0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB0AB on black background.


Color preview on white background

This text has color #AAB0AB on white background.



Black color preview on #AAB0AB background

This text has black color on #AAB0AB background.


White color preview on #AAB0AB background

This text has white color on #AAB0AB background.