COLOR #A8A9AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
169
170

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

Portions of RGB colors in percentages

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

%33.14
%33.33
%33.53

CMYK color model

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

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

CMYK: (1,1,0,33)
C1M1Y0K33 (1%, 1%, 0%, 33%)
(0.01 / 0.01 / 0.00 / 0.33)

CMYK percentages

%1.18
%0.59
%0
%33.33

Codes

Color #A8A9AA in popluar color models

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

Color #A8A9AA in popluar number systems.

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

Shades and tints

Shades of #A8A9AA

#A8A9AA
(168,169,170)
#999A9B
(153,154,155)
#8A8B8C
(138,139,140)
#7B7C7D
(123,124,125)
#6C6D6E
(108,109,110)
#5D5E5F
(93,94,95)
#4E4F50
(78,79,80)
#3F4041
(63,64,65)
#303132
(48,49,50)
#212223
(33,34,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A8A9AA

#A8A9AA
(168,169,170)
#AFB0B1
(175,176,177)
#B6B7B8
(182,183,184)
#BDBEBF
(189,190,191)
#C4C5C6
(196,197,198)
#CBCCCD
(203,204,205)
#D2D3D4
(210,211,212)
#D9DADB
(217,218,219)
#E0E1E2
(224,225,226)
#E7E8E9
(231,232,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A9AA; }

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

This text font color is #A8A9AA.

Background Color

.myBgColor { background-color: #A8A9AA; }

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

This div background color is #A8A9AA.

Border color

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

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

This div border color is #A8A9AA.

Opacity

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

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

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

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

This text has shadow with #A8A9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A9AA.

Preview

Color preview on black background

This text has color #A8A9AA on black background.


Color preview on white background

This text has color #A8A9AA on white background.


Black color preview on #A8A9AA background

This text has black color on #A8A9AA background.


White color preview on #A8A9AA background

This text has white color on #A8A9AA background.


Related colors

Complementary color

Complementary color for #hex is #575655.


I love getcolorcode.com

Triadic colors

1 #AAA8A9 and #A9AAA8 with #A8A9AA are triadic colors.

2 #AAA9A8 and #A9A8AA with #A8A9AA are triadic colors.