COLOR #A8A1AD

HEX: #A8A1AD
RGB: (168,161,173)

Color info

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

RGB color model

#A8A1AD color RGB value is (168,161,173).

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

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 173 of 255 = 68%

168
161
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 161 + 173 = 502 (100%)
R 168 of 502 ~ 33.47%
G 161 of 502 ~ 32.07%
B 173 of 502 ~ 34.46%

%33.47
%32.07
%34.46

CMYK color model

#A8A1AD color CMYK value is (3,7,0,32).

  • cyan value is 2.89%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,7,0,32)
C3M7Y0K32 
(3%,7%,0%,32%)
(0.03/0.07/0.00/0.32)	

CMYK percentages

%2.89
%6.94
%0
%32.16

Codes

Color #A8A1AD in popluar color models

A8A1AD
RGB168161173
HSL275°6.82%65.49%
HSB/HSV275°6.94%67.84%
CMYK2.89%6.94%0.00%
32.16%

Color #A8A1AD in popluar number systems.

HEXA8A1AD
Decimal168161173
Binary101010001010000110101101
Octal250241255

Shades and tints

Shades of #A8A1AD

#A8A1AD
(168,161,173)
#99939E
(153,147,158)
#8A858F
(138,133,143)
#7B7780
(123,119,128)
#6C6971
(108,105,113)
#5D5B62
(93,91,98)
#4E4D53
(78,77,83)
#3F3F44
(63,63,68)
#303135
(48,49,53)
#212326
(33,35,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A8A1AD

#A8A1AD
(168,161,173)
#AFA9B4
(175,169,180)
#B6B1BB
(182,177,187)
#BDB9C2
(189,185,194)
#C4C1C9
(196,193,201)
#CBC9D0
(203,201,208)
#D2D1D7
(210,209,215)
#D9D9DE
(217,217,222)
#E0E1E5
(224,225,229)
#E7E9EC
(231,233,236)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A1AD; }

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

This text font color is #A8A1AD.


Background Color

.myBgColor { background-color: #A8A1AD; }

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

This div background color is #A8A1AD.


Border color

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

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

This div border color is #A8A1AD.


Opacity

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

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

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

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

This text has shadow with #A8A1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A1AD on black background.


Color preview on white background

This text has color #A8A1AD on white background.



Black color preview on #A8A1AD background

This text has black color on #A8A1AD background.


White color preview on #A8A1AD background

This text has white color on #A8A1AD background.