COLOR #A1A3AF

HEX: #A1A3AF
RGB: (161,163,175)

Color info

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

RGB color model

#A1A3AF color RGB value is (161,163,175).

  • red value is 161;
  • green value is 163;
  • blue value is 175.
RGB:
(161,163,175)
(63%,64%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 163 of 255 = 64%
B 175 of 255 = 69%

161
163
175

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

Portions of RGB colors in percentages

R + G + B =
161 + 163 + 175 = 499 (100%)
R 161 of 499 ~ 32.26%
G 163 of 499 ~ 32.67%
B 175 of 499 ~ 35.07%

%32.26
%32.67
%35.07

CMYK color model

#A1A3AF color CMYK value is (8,7,0,31).

  • cyan value is 8.00%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(8,7,0,31)
C8M7Y0K31 
(8%,7%,0%,31%)
(0.08/0.07/0.00/0.31)	

CMYK percentages

%8
%6.86
%0
%31.37

Codes

Color #A1A3AF in popluar color models

A1A3AF
RGB161163175
HSL231°8.05%65.88%
HSB/HSV231°8.00%68.63%
CMYK8.00%6.86%0.00%
31.37%

Color #A1A3AF in popluar number systems.

HEXA1A3AF
Decimal161163175
Binary101000011010001110101111
Octal241243257

Shades and tints

Shades of #A1A3AF

#A1A3AF
(161,163,175)
#9395A0
(147,149,160)
#858791
(133,135,145)
#777982
(119,121,130)
#696B73
(105,107,115)
#5B5D64
(91,93,100)
#4D4F55
(77,79,85)
#3F4146
(63,65,70)
#313337
(49,51,55)
#232528
(35,37,40)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #A1A3AF

#A1A3AF
(161,163,175)
#A9ABB6
(169,171,182)
#B1B3BD
(177,179,189)
#B9BBC4
(185,187,196)
#C1C3CB
(193,195,203)
#C9CBD2
(201,203,210)
#D1D3D9
(209,211,217)
#D9DBE0
(217,219,224)
#E1E3E7
(225,227,231)
#E9EBEE
(233,235,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A3AF color. Also use rgb(161,163,175) instead hex code.

Text Font Color

.myTextColor { color: #A1A3AF; }

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

This text font color is #A1A3AF.


Background Color

.myBgColor { background-color: #A1A3AF; }

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

This div background color is #A1A3AF.


Border color

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

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

This div border color is #A1A3AF.


Opacity

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

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

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

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

This text has shadow with #A1A3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A3AF on black background.


Color preview on white background

This text has color #A1A3AF on white background.



Black color preview on #A1A3AF background

This text has black color on #A1A3AF background.


White color preview on #A1A3AF background

This text has white color on #A1A3AF background.