COLOR #A8A4AD

HEX: #A8A4AD
RGB: (168,164,173)

Color info

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

RGB color model

#A8A4AD color RGB value is (168,164,173).

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

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 173 of 255 = 68%

168
164
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 173 = 505 (100%)
R 168 of 505 ~ 33.27%
G 164 of 505 ~ 32.48%
B 173 of 505 ~ 34.26%

%33.27
%32.48
%34.26

CMYK color model

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

  • cyan value is 2.89%
  • magenta value is 5.20%
  • 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
%5.2
%0
%32.16

Codes

Color #A8A4AD in popluar color models

A8A4AD
RGB168164173
HSL267°5.20%66.08%
HSB/HSV267°5.20%67.84%
CMYK2.89%5.20%0.00%
32.16%

Color #A8A4AD in popluar number systems.

HEXA8A4AD
Decimal168164173
Binary101010001010010010101101
Octal250244255

Shades and tints

Shades of #A8A4AD

#A8A4AD
(168,164,173)
#99969E
(153,150,158)
#8A888F
(138,136,143)
#7B7A80
(123,122,128)
#6C6C71
(108,108,113)
#5D5E62
(93,94,98)
#4E5053
(78,80,83)
#3F4244
(63,66,68)
#303435
(48,52,53)
#212626
(33,38,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #A8A4AD

#A8A4AD
(168,164,173)
#AFACB4
(175,172,180)
#B6B4BB
(182,180,187)
#BDBCC2
(189,188,194)
#C4C4C9
(196,196,201)
#CBCCD0
(203,204,208)
#D2D4D7
(210,212,215)
#D9DCDE
(217,220,222)
#E0E4E5
(224,228,229)
#E7ECEC
(231,236,236)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A4AD; }

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

This text font color is #A8A4AD.


Background Color

.myBgColor { background-color: #A8A4AD; }

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

This div background color is #A8A4AD.


Border color

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

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

This div border color is #A8A4AD.


Opacity

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

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

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

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

This text has shadow with #A8A4AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8A4AD on black background.


Color preview on white background

This text has color #A8A4AD on white background.



Black color preview on #A8A4AD background

This text has black color on #A8A4AD background.


White color preview on #A8A4AD background

This text has white color on #A8A4AD background.