COLOR #A8A5AD

HEX: #A8A5AD
RGB: (168,165,173)

Color info

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

RGB color model

#A8A5AD color RGB value is (168,165,173).

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

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 173 of 255 = 68%

168
165
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 173 = 506 (100%)
R 168 of 506 ~ 33.2%
G 165 of 506 ~ 32.61%
B 173 of 506 ~ 34.19%

%33.2
%32.61
%34.19

CMYK color model

#A8A5AD color CMYK value is (3,5,0,32).

  • cyan value is 2.89%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,5,0,32)
C3M5Y0K32 
(3%,5%,0%,32%)
(0.03/0.05/0.00/0.32)	

CMYK percentages

%2.89
%4.62
%0
%32.16

Codes

Color #A8A5AD in popluar color models

A8A5AD
RGB168165173
HSL263°4.65%66.27%
HSB/HSV263°4.62%67.84%
CMYK2.89%4.62%0.00%
32.16%

Color #A8A5AD in popluar number systems.

HEXA8A5AD
Decimal168165173
Binary101010001010010110101101
Octal250245255

Shades and tints

Shades of #A8A5AD

#A8A5AD
(168,165,173)
#99969E
(153,150,158)
#8A878F
(138,135,143)
#7B7880
(123,120,128)
#6C6971
(108,105,113)
#5D5A62
(93,90,98)
#4E4B53
(78,75,83)
#3F3C44
(63,60,68)
#302D35
(48,45,53)
#211E26
(33,30,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #A8A5AD

#A8A5AD
(168,165,173)
#AFADB4
(175,173,180)
#B6B5BB
(182,181,187)
#BDBDC2
(189,189,194)
#C4C5C9
(196,197,201)
#CBCDD0
(203,205,208)
#D2D5D7
(210,213,215)
#D9DDDE
(217,221,222)
#E0E5E5
(224,229,229)
#E7EDEC
(231,237,236)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A5AD; }

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

This text font color is #A8A5AD.


Background Color

.myBgColor { background-color: #A8A5AD; }

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

This div background color is #A8A5AD.


Border color

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

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

This div border color is #A8A5AD.


Opacity

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

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

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

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

This text has shadow with #A8A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A5AD on black background.


Color preview on white background

This text has color #A8A5AD on white background.



Black color preview on #A8A5AD background

This text has black color on #A8A5AD background.


White color preview on #A8A5AD background

This text has white color on #A8A5AD background.