COLOR #A8AAA9

HEX: #A8AAA9 RGB: (168,170,169)

Color info

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

RGB color model

#A8AAA9 color RGB value is (168,170,169).

RGB: (168,170,169) (66%, 67%, 66%)

RGB channels and saturation

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

168
170
169

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

Portions of RGB colors in percentages

R + G + B = 168 + 170 + 169 = 507 (100%)
R 168 of 507 ~ 33.14%
G 170 of 507 ~ 33.53%
B 169 of 507 ~ 33.33'%

%33.14
%33.53
%33.33

CMYK color model

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

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK: (1,0,1,33) C1M0Y1K33 (1%,0%,1%,33%) (0.01/0.00/0.01/0.33) 

CMYK percentages

%1.18
%0
%0.59
%33.33

Codes

Color #A8AAA9 in popluar color models

A8 AA A9
RGB 168 170 169
HSL 150° 1.16% 66.27%
HSB/HSV 150° 1.18% 66.67%
CMYK 1.18% 0.00% 0.59%
33.33%

Color #A8AAA9 in popluar number systems.

HEX A8 AA A9
Decimal 168 170 169
Binary 10101000 10101010 10101001
Octal 250 252 251

Shades and tints

Shades of #A8AAA9

#A8AAA9
(168,170,169)
#999B9A
(153,155,154)
#8A8C8B
(138,140,139)
#7B7D7C
(123,125,124)
#6C6E6D
(108,110,109)
#5D5F5E
(93,95,94)
#4E504F
(78,80,79)
#3F4140
(63,65,64)
#303231
(48,50,49)
#212322
(33,35,34)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A8AAA9

#A8AAA9
(168,170,169)
#AFB1B0
(175,177,176)
#B6B8B7
(182,184,183)
#BDBFBE
(189,191,190)
#C4C6C5
(196,198,197)
#CBCDCC
(203,205,204)
#D2D4D3
(210,212,211)
#D9DBDA
(217,219,218)
#E0E2E1
(224,226,225)
#E7E9E8
(231,233,232)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AAA9; }

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

This text font color is #A8AAA9.

Background Color

.myBgColor { background-color: #A8AAA9; }

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

This div background color is #A8AAA9.

Border color

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

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

This div border color is #A8AAA9.

Opacity

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

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

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

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

This text has shadow with #A8AAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AAA9.

Preview

Color preview on black background

This text has color #A8AAA9 on black background.


Color preview on white background

This text has color #A8AAA9 on white background.


Black color preview on #A8AAA9 background

This text has black color on #A8AAA9 background.


White color preview on #A8AAA9 background

This text has white color on #A8AAA9 background.


Related colors

Complementary color

Complementary color for #hex is #575556.


I love getcolorcode.com

Triadic colors

1 #A9A8AA and #AAA9A8 with #A8AAA9 are triadic colors.

2 #A9AAA8 and #AAA8A9 with #A8AAA9 are triadic colors.