COLOR #A8A8A8

HEX: #A8A8A8
RGB: (168,168,168)

Color info

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

RGB color model

#A8A8A8 color RGB value is (168,168,168).

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

RGB channels and saturation

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

168
168
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 168 = 504 (100%)
R 168 of 504 ~ 33.33%
G 168 of 504 ~ 33.33%
B 168 of 504 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#A8A8A8 color CMYK value is (0,0,0,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(0,0,0,34)
C0M0Y0K34 
(0%,0%,0%,34%)
(0.00/0.00/0.00/0.34)	

CMYK percentages

%0
%0
%0
%34.12

Codes

Color #A8A8A8 in popluar color models

A8A8A8
RGB168168168
HSL0.00%0.66%
HSB/HSV0.00%0.66%
CMYK0.00%0.00%0.00%
34.12%

Color #A8A8A8 in popluar number systems.

HEXA8A8A8
Decimal168168168
Binary101010001010100010101000
Octal250250250

Shades and tints

Shades of #A8A8A8

#A8A8A8
(168,168,168)
#999999
(153,153,153)
#8A8A8A
(138,138,138)
#7B7B7B
(123,123,123)
#6C6C6C
(108,108,108)
#5D5D5D
(93,93,93)
#4E4E4E
(78,78,78)
#3F3F3F
(63,63,63)
#303030
(48,48,48)
#212121
(33,33,33)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8A8A8

#A8A8A8
(168,168,168)
#AFAFAF
(175,175,175)
#B6B6B6
(182,182,182)
#BDBDBD
(189,189,189)
#C4C4C4
(196,196,196)
#CBCBCB
(203,203,203)
#D2D2D2
(210,210,210)
#D9D9D9
(217,217,217)
#E0E0E0
(224,224,224)
#E7E7E7
(231,231,231)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8A8; }

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

This text font color is #A8A8A8.


Background Color

.myBgColor { background-color: #A8A8A8; }

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

This div background color is #A8A8A8.


Border color

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

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

This div border color is #A8A8A8.


Opacity

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

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

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

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

This text has shadow with #A8A8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A8A8 on black background.


Color preview on white background

This text has color #A8A8A8 on white background.



Black color preview on #A8A8A8 background

This text has black color on #A8A8A8 background.


White color preview on #A8A8A8 background

This text has white color on #A8A8A8 background.