COLOR #A1A5AC

HEX: #A1A5AC
RGB: (161,165,172)

Color info

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

RGB color model

#A1A5AC color RGB value is (161,165,172).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 172 of 255 = 67%

161
165
172

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 172 = 498 (100%)
R 161 of 498 ~ 32.33%
G 165 of 498 ~ 33.13%
B 172 of 498 ~ 34.54%

%32.33
%33.13
%34.54

CMYK color model

#A1A5AC color CMYK value is (6,4,0,33).

  • cyan value is 6.40%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(6,4,0,33)
C6M4Y0K33 
(6%,4%,0%,33%)
(0.06/0.04/0.00/0.33)	

CMYK percentages

%6.4
%4.07
%0
%32.55

Codes

Color #A1A5AC in popluar color models

A1A5AC
RGB161165172
HSL218°6.21%65.29%
HSB/HSV218°6.40%67.45%
CMYK6.40%4.07%0.00%
32.55%

Color #A1A5AC in popluar number systems.

HEXA1A5AC
Decimal161165172
Binary101000011010010110101100
Octal241245254

Shades and tints

Shades of #A1A5AC

#A1A5AC
(161,165,172)
#93969D
(147,150,157)
#85878E
(133,135,142)
#77787F
(119,120,127)
#696970
(105,105,112)
#5B5A61
(91,90,97)
#4D4B52
(77,75,82)
#3F3C43
(63,60,67)
#312D34
(49,45,52)
#231E25
(35,30,37)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #A1A5AC

#A1A5AC
(161,165,172)
#A9ADB3
(169,173,179)
#B1B5BA
(177,181,186)
#B9BDC1
(185,189,193)
#C1C5C8
(193,197,200)
#C9CDCF
(201,205,207)
#D1D5D6
(209,213,214)
#D9DDDD
(217,221,221)
#E1E5E4
(225,229,228)
#E9EDEB
(233,237,235)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A5AC; }

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

This text font color is #A1A5AC.


Background Color

.myBgColor { background-color: #A1A5AC; }

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

This div background color is #A1A5AC.


Border color

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

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

This div border color is #A1A5AC.


Opacity

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

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

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

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

This text has shadow with #A1A5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A5AC on black background.


Color preview on white background

This text has color #A1A5AC on white background.



Black color preview on #A1A5AC background

This text has black color on #A1A5AC background.


White color preview on #A1A5AC background

This text has white color on #A1A5AC background.