COLOR #AAB2AA

HEX: #AAB2AA
RGB: (170,178,170)

Color info

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

RGB color model

#AAB2AA color RGB value is (170,178,170).

  • red value is 170;
  • green value is 178;
  • blue value is 170.
RGB:
(170,178,170)
(67%,70%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 170 of 255 = 67%

170
178
170

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

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 170 = 518 (100%)
R 170 of 518 ~ 32.82%
G 178 of 518 ~ 34.36%
B 170 of 518 ~ 32.82%

%32.82
%34.36
%32.82

CMYK color model

#AAB2AA color CMYK value is (4,0,4,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(4,0,4,30)
C4M0Y4K30 
(4%,0%,4%,30%)
(0.04/0.00/0.04/0.30)	

CMYK percentages

%4.49
%0
%4.49
%30.2

Codes

Color #AAB2AA in popluar color models

AAB2AA
RGB170178170
HSL120°4.94%68.24%
HSB/HSV120°4.49%69.80%
CMYK4.49%0.00%4.49%
30.20%

Color #AAB2AA in popluar number systems.

HEXAAB2AA
Decimal170178170
Binary101010101011001010101010
Octal252262252

Shades and tints

Shades of #AAB2AA

#AAB2AA
(170,178,170)
#9BA29B
(155,162,155)
#8C928C
(140,146,140)
#7D827D
(125,130,125)
#6E726E
(110,114,110)
#5F625F
(95,98,95)
#505250
(80,82,80)
#414241
(65,66,65)
#323232
(50,50,50)
#232223
(35,34,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AAB2AA

#AAB2AA
(170,178,170)
#B1B9B1
(177,185,177)
#B8C0B8
(184,192,184)
#BFC7BF
(191,199,191)
#C6CEC6
(198,206,198)
#CDD5CD
(205,213,205)
#D4DCD4
(212,220,212)
#DBE3DB
(219,227,219)
#E2EAE2
(226,234,226)
#E9F1E9
(233,241,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB2AA; }

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

This text font color is #AAB2AA.


Background Color

.myBgColor { background-color: #AAB2AA; }

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

This div background color is #AAB2AA.


Border color

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

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

This div border color is #AAB2AA.


Opacity

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

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

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

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

This text has shadow with #AAB2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB2AA on black background.


Color preview on white background

This text has color #AAB2AA on white background.



Black color preview on #AAB2AA background

This text has black color on #AAB2AA background.


White color preview on #AAB2AA background

This text has white color on #AAB2AA background.