COLOR #AAA8AC

HEX: #AAA8AC
RGB: (170,168,172)

Color info

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

RGB color model

#AAA8AC color RGB value is (170,168,172).

  • red value is 170;
  • green value is 168;
  • blue value is 172.
RGB:
(170,168,172)
(67%,66%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 172 of 255 = 67%

170
168
172

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

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 172 = 510 (100%)
R 170 of 510 ~ 33.33%
G 168 of 510 ~ 32.94%
B 172 of 510 ~ 33.73%

%33.33
%32.94
%33.73

CMYK color model

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

  • cyan value is 1.16%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(1,2,0,33)
C1M2Y0K33 
(1%,2%,0%,33%)
(0.01/0.02/0.00/0.33)	

CMYK percentages

%1.16
%2.33
%0
%32.55

Codes

Color #AAA8AC in popluar color models

AAA8AC
RGB170168172
HSL270°2.35%66.67%
HSB/HSV270°2.33%67.45%
CMYK1.16%2.33%0.00%
32.55%

Color #AAA8AC in popluar number systems.

HEXAAA8AC
Decimal170168172
Binary101010101010100010101100
Octal252250254

Shades and tints

Shades of #AAA8AC

#AAA8AC
(170,168,172)
#9B999D
(155,153,157)
#8C8A8E
(140,138,142)
#7D7B7F
(125,123,127)
#6E6C70
(110,108,112)
#5F5D61
(95,93,97)
#504E52
(80,78,82)
#413F43
(65,63,67)
#323034
(50,48,52)
#232125
(35,33,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AAA8AC

#AAA8AC
(170,168,172)
#B1AFB3
(177,175,179)
#B8B6BA
(184,182,186)
#BFBDC1
(191,189,193)
#C6C4C8
(198,196,200)
#CDCBCF
(205,203,207)
#D4D2D6
(212,210,214)
#DBD9DD
(219,217,221)
#E2E0E4
(226,224,228)
#E9E7EB
(233,231,235)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA8AC; }

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

This text font color is #AAA8AC.


Background Color

.myBgColor { background-color: #AAA8AC; }

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

This div background color is #AAA8AC.


Border color

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

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

This div border color is #AAA8AC.


Opacity

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

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

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

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

This text has shadow with #AAA8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA8AC on black background.


Color preview on white background

This text has color #AAA8AC on white background.



Black color preview on #AAA8AC background

This text has black color on #AAA8AC background.


White color preview on #AAA8AC background

This text has white color on #AAA8AC background.