COLOR #AAB0A6

HEX: #AAB0A6
RGB: (170,176,166)

Color info

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

RGB color model

#AAB0A6 color RGB value is (170,176,166).

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

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 166 of 255 = 65%

170
176
166

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

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 166 = 512 (100%)
R 170 of 512 ~ 33.2%
G 176 of 512 ~ 34.38%
B 166 of 512 ~ 32.42%

%33.2
%34.38
%32.42

CMYK color model

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

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(3,0,6,31)
C3M0Y6K31 
(3%,0%,6%,31%)
(0.03/0.00/0.06/0.31)	

CMYK percentages

%3.41
%0
%5.68
%30.98

Codes

Color #AAB0A6 in popluar color models

AAB0A6
RGB170176166
HSL96°5.95%67.06%
HSB/HSV96°5.68%69.02%
CMYK3.41%0.00%5.68%
30.98%

Color #AAB0A6 in popluar number systems.

HEXAAB0A6
Decimal170176166
Binary101010101011000010100110
Octal252260246

Shades and tints

Shades of #AAB0A6

#AAB0A6
(170,176,166)
#9BA097
(155,160,151)
#8C9088
(140,144,136)
#7D8079
(125,128,121)
#6E706A
(110,112,106)
#5F605B
(95,96,91)
#50504C
(80,80,76)
#41403D
(65,64,61)
#32302E
(50,48,46)
#23201F
(35,32,31)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AAB0A6

#AAB0A6
(170,176,166)
#B1B7AE
(177,183,174)
#B8BEB6
(184,190,182)
#BFC5BE
(191,197,190)
#C6CCC6
(198,204,198)
#CDD3CE
(205,211,206)
#D4DAD6
(212,218,214)
#DBE1DE
(219,225,222)
#E2E8E6
(226,232,230)
#E9EFEE
(233,239,238)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0A6; }

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

This text font color is #AAB0A6.


Background Color

.myBgColor { background-color: #AAB0A6; }

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

This div background color is #AAB0A6.


Border color

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

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

This div border color is #AAB0A6.


Opacity

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

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

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

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

This text has shadow with #AAB0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB0A6 on black background.


Color preview on white background

This text has color #AAB0A6 on white background.



Black color preview on #AAB0A6 background

This text has black color on #AAB0A6 background.


White color preview on #AAB0A6 background

This text has white color on #AAB0A6 background.