COLOR #A8A9AD

HEX: #A8A9AD
RGB: (168,169,173)

Color info

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

RGB color model

#A8A9AD color RGB value is (168,169,173).

  • red value is 168;
  • green value is 169;
  • blue value is 173.
RGB:
(168,169,173)
(66%,66%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 173 of 255 = 68%

168
169
173

R + G + B ~ 67%. #A8A9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 169 + 173 = 510 (100%)
R 168 of 510 ~ 32.94%
G 169 of 510 ~ 33.14%
B 173 of 510 ~ 33.92%

%32.94
%33.14
%33.92

CMYK color model

#A8A9AD color CMYK value is (3,2,0,32).

  • cyan value is 2.89%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,2,0,32)
C3M2Y0K32 
(3%,2%,0%,32%)
(0.03/0.02/0.00/0.32)	

CMYK percentages

%2.89
%2.31
%0
%32.16

Codes

Color #A8A9AD in popluar color models

A8A9AD
RGB168169173
HSL228°2.96%66.86%
HSB/HSV228°2.89%67.84%
CMYK2.89%2.31%0.00%
32.16%

Color #A8A9AD in popluar number systems.

HEXA8A9AD
Decimal168169173
Binary101010001010100110101101
Octal250251255

Shades and tints

Shades of #A8A9AD

#A8A9AD
(168,169,173)
#999A9E
(153,154,158)
#8A8B8F
(138,139,143)
#7B7C80
(123,124,128)
#6C6D71
(108,109,113)
#5D5E62
(93,94,98)
#4E4F53
(78,79,83)
#3F4044
(63,64,68)
#303135
(48,49,53)
#212226
(33,34,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A8A9AD

#A8A9AD
(168,169,173)
#AFB0B4
(175,176,180)
#B6B7BB
(182,183,187)
#BDBEC2
(189,190,194)
#C4C5C9
(196,197,201)
#CBCCD0
(203,204,208)
#D2D3D7
(210,211,215)
#D9DADE
(217,218,222)
#E0E1E5
(224,225,229)
#E7E8EC
(231,232,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A9AD; }

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

This text font color is #A8A9AD.


Background Color

.myBgColor { background-color: #A8A9AD; }

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

This div background color is #A8A9AD.


Border color

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

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

This div border color is #A8A9AD.


Opacity

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

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

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

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

This text has shadow with #A8A9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A9AD on black background.


Color preview on white background

This text has color #A8A9AD on white background.



Black color preview on #A8A9AD background

This text has black color on #A8A9AD background.


White color preview on #A8A9AD background

This text has white color on #A8A9AD background.