COLOR #A8A3AD

HEX: #A8A3AD
RGB: (168,163,173)

Color info

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

RGB color model

#A8A3AD color RGB value is (168,163,173).

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

RGB channels and saturation

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

168
163
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 163 + 173 = 504 (100%)
R 168 of 504 ~ 33.33%
G 163 of 504 ~ 32.34%
B 173 of 504 ~ 34.33%

%33.33
%32.34
%34.33

CMYK color model

#A8A3AD color CMYK value is (3,6,0,32).

  • cyan value is 2.89%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,6,0,32)
C3M6Y0K32 
(3%,6%,0%,32%)
(0.03/0.06/0.00/0.32)	

CMYK percentages

%2.89
%5.78
%0
%32.16

Codes

Color #A8A3AD in popluar color models

A8A3AD
RGB168163173
HSL270°5.75%65.88%
HSB/HSV270°5.78%67.84%
CMYK2.89%5.78%0.00%
32.16%

Color #A8A3AD in popluar number systems.

HEXA8A3AD
Decimal168163173
Binary101010001010001110101101
Octal250243255

Shades and tints

Shades of #A8A3AD

#A8A3AD
(168,163,173)
#99959E
(153,149,158)
#8A878F
(138,135,143)
#7B7980
(123,121,128)
#6C6B71
(108,107,113)
#5D5D62
(93,93,98)
#4E4F53
(78,79,83)
#3F4144
(63,65,68)
#303335
(48,51,53)
#212526
(33,37,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #A8A3AD

#A8A3AD
(168,163,173)
#AFABB4
(175,171,180)
#B6B3BB
(182,179,187)
#BDBBC2
(189,187,194)
#C4C3C9
(196,195,201)
#CBCBD0
(203,203,208)
#D2D3D7
(210,211,215)
#D9DBDE
(217,219,222)
#E0E3E5
(224,227,229)
#E7EBEC
(231,235,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A3AD; }

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

This text font color is #A8A3AD.


Background Color

.myBgColor { background-color: #A8A3AD; }

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

This div background color is #A8A3AD.


Border color

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

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

This div border color is #A8A3AD.


Opacity

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

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

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

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

This text has shadow with #A8A3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A3AD on black background.


Color preview on white background

This text has color #A8A3AD on white background.



Black color preview on #A8A3AD background

This text has black color on #A8A3AD background.


White color preview on #A8A3AD background

This text has white color on #A8A3AD background.