COLOR #A8A6AD

HEX: #A8A6AD
RGB: (168,166,173)

Color info

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

RGB color model

#A8A6AD color RGB value is (168,166,173).

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

RGB channels and saturation

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

168
166
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 166 + 173 = 507 (100%)
R 168 of 507 ~ 33.14%
G 166 of 507 ~ 32.74%
B 173 of 507 ~ 34.12%

%33.14
%32.74
%34.12

CMYK color model

#A8A6AD color CMYK value is (3,4,0,32).

  • cyan value is 2.89%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,4,0,32)
C3M4Y0K32 
(3%,4%,0%,32%)
(0.03/0.04/0.00/0.32)	

CMYK percentages

%2.89
%4.05
%0
%32.16

Codes

Color #A8A6AD in popluar color models

A8A6AD
RGB168166173
HSL257°4.09%66.47%
HSB/HSV257°4.05%67.84%
CMYK2.89%4.05%0.00%
32.16%

Color #A8A6AD in popluar number systems.

HEXA8A6AD
Decimal168166173
Binary101010001010011010101101
Octal250246255

Shades and tints

Shades of #A8A6AD

#A8A6AD
(168,166,173)
#99979E
(153,151,158)
#8A888F
(138,136,143)
#7B7980
(123,121,128)
#6C6A71
(108,106,113)
#5D5B62
(93,91,98)
#4E4C53
(78,76,83)
#3F3D44
(63,61,68)
#302E35
(48,46,53)
#211F26
(33,31,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #A8A6AD

#A8A6AD
(168,166,173)
#AFAEB4
(175,174,180)
#B6B6BB
(182,182,187)
#BDBEC2
(189,190,194)
#C4C6C9
(196,198,201)
#CBCED0
(203,206,208)
#D2D6D7
(210,214,215)
#D9DEDE
(217,222,222)
#E0E6E5
(224,230,229)
#E7EEEC
(231,238,236)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A6AD; }

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

This text font color is #A8A6AD.


Background Color

.myBgColor { background-color: #A8A6AD; }

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

This div background color is #A8A6AD.


Border color

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

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

This div border color is #A8A6AD.


Opacity

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

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

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

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

This text has shadow with #A8A6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A6AD on black background.


Color preview on white background

This text has color #A8A6AD on white background.



Black color preview on #A8A6AD background

This text has black color on #A8A6AD background.


White color preview on #A8A6AD background

This text has white color on #A8A6AD background.