COLOR #A8A0AA

HEX: #A8A0AA
RGB: (168,160,170)

Color info

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

RGB color model

#A8A0AA color RGB value is (168,160,170).

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

RGB channels and saturation

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

168
160
170

R + G + B ~ 65%. #A8A0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 160 + 170 = 498 (100%)
R 168 of 498 ~ 33.73%
G 160 of 498 ~ 32.13%
B 170 of 498 ~ 34.14%

%33.73
%32.13
%34.14

CMYK color model

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

  • cyan value is 1.18%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,6,0,33)
C1M6Y0K33 
(1%,6%,0%,33%)
(0.01/0.06/0.00/0.33)	

CMYK percentages

%1.18
%5.88
%0
%33.33

Codes

Color #A8A0AA in popluar color models

A8A0AA
RGB168160170
HSL288°5.56%64.71%
HSB/HSV288°5.88%66.67%
CMYK1.18%5.88%0.00%
33.33%

Color #A8A0AA in popluar number systems.

HEXA8A0AA
Decimal168160170
Binary101010001010000010101010
Octal250240252

Shades and tints

Shades of #A8A0AA

#A8A0AA
(168,160,170)
#99929B
(153,146,155)
#8A848C
(138,132,140)
#7B767D
(123,118,125)
#6C686E
(108,104,110)
#5D5A5F
(93,90,95)
#4E4C50
(78,76,80)
#3F3E41
(63,62,65)
#303032
(48,48,50)
#212223
(33,34,35)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8A0AA

#A8A0AA
(168,160,170)
#AFA8B1
(175,168,177)
#B6B0B8
(182,176,184)
#BDB8BF
(189,184,191)
#C4C0C6
(196,192,198)
#CBC8CD
(203,200,205)
#D2D0D4
(210,208,212)
#D9D8DB
(217,216,219)
#E0E0E2
(224,224,226)
#E7E8E9
(231,232,233)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A0AA; }

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

This text font color is #A8A0AA.


Background Color

.myBgColor { background-color: #A8A0AA; }

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

This div background color is #A8A0AA.


Border color

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

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

This div border color is #A8A0AA.


Opacity

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

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

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

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

This text has shadow with #A8A0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A0AA on black background.


Color preview on white background

This text has color #A8A0AA on white background.



Black color preview on #A8A0AA background

This text has black color on #A8A0AA background.


White color preview on #A8A0AA background

This text has white color on #A8A0AA background.