COLOR #A8A5AA

HEX: #A8A5AA
RGB: (168,165,170)

Color info

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

RGB color model

#A8A5AA color RGB value is (168,165,170).

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

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 170 of 255 = 67%

168
165
170

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

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 170 = 503 (100%)
R 168 of 503 ~ 33.4%
G 165 of 503 ~ 32.8%
B 170 of 503 ~ 33.8%

%33.4
%32.8
%33.8

CMYK color model

#A8A5AA color CMYK value is (1,3,0,33).

  • cyan value is 1.18%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,3,0,33)
C1M3Y0K33 
(1%,3%,0%,33%)
(0.01/0.03/0.00/0.33)	

CMYK percentages

%1.18
%2.94
%0
%33.33

Codes

Color #A8A5AA in popluar color models

A8A5AA
RGB168165170
HSL276°2.86%65.69%
HSB/HSV276°2.94%66.67%
CMYK1.18%2.94%0.00%
33.33%

Color #A8A5AA in popluar number systems.

HEXA8A5AA
Decimal168165170
Binary101010001010010110101010
Octal250245252

Shades and tints

Shades of #A8A5AA

#A8A5AA
(168,165,170)
#99969B
(153,150,155)
#8A878C
(138,135,140)
#7B787D
(123,120,125)
#6C696E
(108,105,110)
#5D5A5F
(93,90,95)
#4E4B50
(78,75,80)
#3F3C41
(63,60,65)
#302D32
(48,45,50)
#211E23
(33,30,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A8A5AA

#A8A5AA
(168,165,170)
#AFADB1
(175,173,177)
#B6B5B8
(182,181,184)
#BDBDBF
(189,189,191)
#C4C5C6
(196,197,198)
#CBCDCD
(203,205,205)
#D2D5D4
(210,213,212)
#D9DDDB
(217,221,219)
#E0E5E2
(224,229,226)
#E7EDE9
(231,237,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A5AA; }

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

This text font color is #A8A5AA.


Background Color

.myBgColor { background-color: #A8A5AA; }

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

This div background color is #A8A5AA.


Border color

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

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

This div border color is #A8A5AA.


Opacity

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

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

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

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

This text has shadow with #A8A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A5AA on black background.


Color preview on white background

This text has color #A8A5AA on white background.



Black color preview on #A8A5AA background

This text has black color on #A8A5AA background.


White color preview on #A8A5AA background

This text has white color on #A8A5AA background.