COLOR #A8AA9D

HEX: #A8AA9D RGB: (168,170,157)

Color info

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

RGB color model

#A8AA9D color RGB value is (168,170,157).

RGB: (168,170,157) (66%, 67%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 157 of 255 = 62%

168
170
157

R + G + B ~ 65%. #A8AA9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 170 + 157 = 495 (100%)
R 168 of 495 ~ 33.94%
G 170 of 495 ~ 34.34%
B 157 of 495 ~ 31.72'%

%33.94
%34.34
%31.72

CMYK color model

#A8AA9D color CMYK value is (1,0,8,33).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%

CMYK: (1,0,8,33)
C1M0Y8K33 (1%, 0%, 8%, 33%)
(0.01 / 0.00 / 0.08 / 0.33)

CMYK percentages

%1.18
%0
%7.65
%33.33

Codes

Color #A8AA9D in popluar color models

A8 AA 9D
RGB 168 170 157
HSL 69° 7.10% 64.12%
HSB/HSV 69° 7.65% 66.67%
CMYK 1.18% 0.00% 7.65%
33.33%

Color #A8AA9D in popluar number systems.

HEX A8 AA 9D
Decimal 168 170 157
Binary 10101000 10101010 10011101
Octal 250 252 235

Shades and tints

Shades of #A8AA9D

#A8AA9D
(168,170,157)
#999B8F
(153,155,143)
#8A8C81
(138,140,129)
#7B7D73
(123,125,115)
#6C6E65
(108,110,101)
#5D5F57
(93,95,87)
#4E5049
(78,80,73)
#3F413B
(63,65,59)
#30322D
(48,50,45)
#21231F
(33,35,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8AA9D

#A8AA9D
(168,170,157)
#AFB1A5
(175,177,165)
#B6B8AD
(182,184,173)
#BDBFB5
(189,191,181)
#C4C6BD
(196,198,189)
#CBCDC5
(203,205,197)
#D2D4CD
(210,212,205)
#D9DBD5
(217,219,213)
#E0E2DD
(224,226,221)
#E7E9E5
(231,233,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AA9D; }

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

This text font color is #A8AA9D.

Background Color

.myBgColor { background-color: #A8AA9D; }

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

This div background color is #A8AA9D.

Border color

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

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

This div border color is #A8AA9D.

Opacity

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

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

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

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

This text has shadow with #A8AA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AA9D.

Preview

Color preview on black background

This text has color #A8AA9D on black background.


Color preview on white background

This text has color #A8AA9D on white background.


Black color preview on #A8AA9D background

This text has black color on #A8AA9D background.


White color preview on #A8AA9D background

This text has white color on #A8AA9D background.


Related colors

Complementary color

Complementary color for #hex is #575562.


I love getcolorcode.com

Triadic colors

1 #9DA8AA and #AA9DA8 with #A8AA9D are triadic colors.

2 #9DAAA8 and #AAA89D with #A8AA9D are triadic colors.