COLOR #A8A9A8

HEX: #A8A9A8
RGB: (168,169,168)

Color info

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

RGB color model

#A8A9A8 color RGB value is (168,169,168).

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

RGB channels and saturation

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

168
169
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 169 + 168 = 505 (100%)
R 168 of 505 ~ 33.27%
G 169 of 505 ~ 33.47%
B 168 of 505 ~ 33.27%

%33.27
%33.47
%33.27

CMYK color model

#A8A9A8 color CMYK value is (1,0,1,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.73%
CMYK:
(1,0,1,34)
C1M0Y1K34 
(1%,0%,1%,34%)
(0.01/0.00/0.01/0.34)	

CMYK percentages

%0.59
%0
%0.59
%33.73

Codes

Color #A8A9A8 in popluar color models

A8A9A8
RGB168169168
HSL120°0.58%66.08%
HSB/HSV120°0.59%66.27%
CMYK0.59%0.00%0.59%
33.73%

Color #A8A9A8 in popluar number systems.

HEXA8A9A8
Decimal168169168
Binary101010001010100110101000
Octal250251250

Shades and tints

Shades of #A8A9A8

#A8A9A8
(168,169,168)
#999A99
(153,154,153)
#8A8B8A
(138,139,138)
#7B7C7B
(123,124,123)
#6C6D6C
(108,109,108)
#5D5E5D
(93,94,93)
#4E4F4E
(78,79,78)
#3F403F
(63,64,63)
#303130
(48,49,48)
#212221
(33,34,33)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A8A9A8

#A8A9A8
(168,169,168)
#AFB0AF
(175,176,175)
#B6B7B6
(182,183,182)
#BDBEBD
(189,190,189)
#C4C5C4
(196,197,196)
#CBCCCB
(203,204,203)
#D2D3D2
(210,211,210)
#D9DAD9
(217,218,217)
#E0E1E0
(224,225,224)
#E7E8E7
(231,232,231)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A9A8; }

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

This text font color is #A8A9A8.


Background Color

.myBgColor { background-color: #A8A9A8; }

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

This div background color is #A8A9A8.


Border color

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

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

This div border color is #A8A9A8.


Opacity

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

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

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

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

This text has shadow with #A8A9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A9A8 on black background.


Color preview on white background

This text has color #A8A9A8 on white background.



Black color preview on #A8A9A8 background

This text has black color on #A8A9A8 background.


White color preview on #A8A9A8 background

This text has white color on #A8A9A8 background.