COLOR #AAA8A3

HEX: #AAA8A3
RGB: (170,168,163)

Color info

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

RGB color model

#AAA8A3 color RGB value is (170,168,163).

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

RGB channels and saturation

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

170
168
163

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

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 163 = 501 (100%)
R 170 of 501 ~ 33.93%
G 168 of 501 ~ 33.53%
B 163 of 501 ~ 32.53%

%33.93
%33.53
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 4.12%
  • 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
%4.12
%33.33

Codes

Color #AAA8A3 in popluar color models

AAA8A3
RGB170168163
HSL43°3.95%65.29%
HSB/HSV43°4.12%66.67%
CMYK0.00%1.18%4.12%
33.33%

Color #AAA8A3 in popluar number systems.

HEXAAA8A3
Decimal170168163
Binary101010101010100010100011
Octal252250243

Shades and tints

Shades of #AAA8A3

#AAA8A3
(170,168,163)
#9B9995
(155,153,149)
#8C8A87
(140,138,135)
#7D7B79
(125,123,121)
#6E6C6B
(110,108,107)
#5F5D5D
(95,93,93)
#504E4F
(80,78,79)
#413F41
(65,63,65)
#323033
(50,48,51)
#232125
(35,33,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AAA8A3

#AAA8A3
(170,168,163)
#B1AFAB
(177,175,171)
#B8B6B3
(184,182,179)
#BFBDBB
(191,189,187)
#C6C4C3
(198,196,195)
#CDCBCB
(205,203,203)
#D4D2D3
(212,210,211)
#DBD9DB
(219,217,219)
#E2E0E3
(226,224,227)
#E9E7EB
(233,231,235)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA8A3; }

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

This text font color is #AAA8A3.


Background Color

.myBgColor { background-color: #AAA8A3; }

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

This div background color is #AAA8A3.


Border color

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

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

This div border color is #AAA8A3.


Opacity

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

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

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

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

This text has shadow with #AAA8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA8A3 on black background.


Color preview on white background

This text has color #AAA8A3 on white background.



Black color preview on #AAA8A3 background

This text has black color on #AAA8A3 background.


White color preview on #AAA8A3 background

This text has white color on #AAA8A3 background.