COLOR #AAA8A4

HEX: #AAA8A4
RGB: (170,168,164)

Color info

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

RGB color model

#AAA8A4 color RGB value is (170,168,164).

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

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 164 of 255 = 64%

170
168
164

R + G + B ~ 66%. #AAA8A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 164 = 502 (100%)
R 170 of 502 ~ 33.86%
G 168 of 502 ~ 33.47%
B 164 of 502 ~ 32.67%

%33.86
%33.47
%32.67

CMYK color model

#AAA8A4 color CMYK value is (0,1,4,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 3.53%
  • key color value is 33.33%
CMYK:
(0,1,4,33)
C0M1Y4K33 
(0%,1%,4%,33%)
(0.00/0.01/0.04/0.33)	

CMYK percentages

%0
%1.18
%3.53
%33.33

Codes

Color #AAA8A4 in popluar color models

AAA8A4
RGB170168164
HSL40°3.41%65.49%
HSB/HSV40°3.53%66.67%
CMYK0.00%1.18%3.53%
33.33%

Color #AAA8A4 in popluar number systems.

HEXAAA8A4
Decimal170168164
Binary101010101010100010100100
Octal252250244

Shades and tints

Shades of #AAA8A4

#AAA8A4
(170,168,164)
#9B9996
(155,153,150)
#8C8A88
(140,138,136)
#7D7B7A
(125,123,122)
#6E6C6C
(110,108,108)
#5F5D5E
(95,93,94)
#504E50
(80,78,80)
#413F42
(65,63,66)
#323034
(50,48,52)
#232126
(35,33,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AAA8A4

#AAA8A4
(170,168,164)
#B1AFAC
(177,175,172)
#B8B6B4
(184,182,180)
#BFBDBC
(191,189,188)
#C6C4C4
(198,196,196)
#CDCBCC
(205,203,204)
#D4D2D4
(212,210,212)
#DBD9DC
(219,217,220)
#E2E0E4
(226,224,228)
#E9E7EC
(233,231,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA8A4; }

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

This text font color is #AAA8A4.


Background Color

.myBgColor { background-color: #AAA8A4; }

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

This div background color is #AAA8A4.


Border color

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

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

This div border color is #AAA8A4.


Opacity

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

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

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

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

This text has shadow with #AAA8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA8A4 on black background.


Color preview on white background

This text has color #AAA8A4 on white background.



Black color preview on #AAA8A4 background

This text has black color on #AAA8A4 background.


White color preview on #AAA8A4 background

This text has white color on #AAA8A4 background.