COLOR #A1A5AD

HEX: #A1A5AD
RGB: (161,165,173)

Color info

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

RGB color model

#A1A5AD color RGB value is (161,165,173).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 173 of 255 = 68%

161
165
173

R + G + B ~ 65%. #A1A5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 173 = 499 (100%)
R 161 of 499 ~ 32.26%
G 165 of 499 ~ 33.07%
B 173 of 499 ~ 34.67%

%32.26
%33.07
%34.67

CMYK color model

#A1A5AD color CMYK value is (7,5,0,32).

  • cyan value is 6.94%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(7,5,0,32)
C7M5Y0K32 
(7%,5%,0%,32%)
(0.07/0.05/0.00/0.32)	

CMYK percentages

%6.94
%4.62
%0
%32.16

Codes

Color #A1A5AD in popluar color models

A1A5AD
RGB161165173
HSL220°6.82%65.49%
HSB/HSV220°6.94%67.84%
CMYK6.94%4.62%0.00%
32.16%

Color #A1A5AD in popluar number systems.

HEXA1A5AD
Decimal161165173
Binary101000011010010110101101
Octal241245255

Shades and tints

Shades of #A1A5AD

#A1A5AD
(161,165,173)
#93969E
(147,150,158)
#85878F
(133,135,143)
#777880
(119,120,128)
#696971
(105,105,113)
#5B5A62
(91,90,98)
#4D4B53
(77,75,83)
#3F3C44
(63,60,68)
#312D35
(49,45,53)
#231E26
(35,30,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #A1A5AD

#A1A5AD
(161,165,173)
#A9ADB4
(169,173,180)
#B1B5BB
(177,181,187)
#B9BDC2
(185,189,194)
#C1C5C9
(193,197,201)
#C9CDD0
(201,205,208)
#D1D5D7
(209,213,215)
#D9DDDE
(217,221,222)
#E1E5E5
(225,229,229)
#E9EDEC
(233,237,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A5AD; }

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

This text font color is #A1A5AD.


Background Color

.myBgColor { background-color: #A1A5AD; }

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

This div background color is #A1A5AD.


Border color

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

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

This div border color is #A1A5AD.


Opacity

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

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

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

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

This text has shadow with #A1A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A5AD on black background.


Color preview on white background

This text has color #A1A5AD on white background.



Black color preview on #A1A5AD background

This text has black color on #A1A5AD background.


White color preview on #A1A5AD background

This text has white color on #A1A5AD background.