COLOR #A8A0A0

HEX: #A8A0A0
RGB: (168,160,160)

Color info

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

RGB color model

#A8A0A0 color RGB value is (168,160,160).

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

RGB channels and saturation

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

168
160
160

R + G + B ~ 64%. #A8A0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 160 + 160 = 488 (100%)
R 168 of 488 ~ 34.43%
G 160 of 488 ~ 32.79%
B 160 of 488 ~ 32.79%

%34.43
%32.79
%32.79

CMYK color model

#A8A0A0 color CMYK value is (0,5,5,34).

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

CMYK percentages

%0
%4.76
%4.76
%34.12

Codes

Color #A8A0A0 in popluar color models

A8A0A0
RGB168160160
HSL4.40%64.31%
HSB/HSV4.76%65.88%
CMYK0.00%4.76%4.76%
34.12%

Color #A8A0A0 in popluar number systems.

HEXA8A0A0
Decimal168160160
Binary101010001010000010100000
Octal250240240

Shades and tints

Shades of #A8A0A0

#A8A0A0
(168,160,160)
#999292
(153,146,146)
#8A8484
(138,132,132)
#7B7676
(123,118,118)
#6C6868
(108,104,104)
#5D5A5A
(93,90,90)
#4E4C4C
(78,76,76)
#3F3E3E
(63,62,62)
#303030
(48,48,48)
#212222
(33,34,34)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8A0A0

#A8A0A0
(168,160,160)
#AFA8A8
(175,168,168)
#B6B0B0
(182,176,176)
#BDB8B8
(189,184,184)
#C4C0C0
(196,192,192)
#CBC8C8
(203,200,200)
#D2D0D0
(210,208,208)
#D9D8D8
(217,216,216)
#E0E0E0
(224,224,224)
#E7E8E8
(231,232,232)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A0A0; }

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

This text font color is #A8A0A0.


Background Color

.myBgColor { background-color: #A8A0A0; }

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

This div background color is #A8A0A0.


Border color

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

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

This div border color is #A8A0A0.


Opacity

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

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

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

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

This text has shadow with #A8A0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A0A0 on black background.


Color preview on white background

This text has color #A8A0A0 on white background.



Black color preview on #A8A0A0 background

This text has black color on #A8A0A0 background.


White color preview on #A8A0A0 background

This text has white color on #A8A0A0 background.