COLOR #A1A9AF

HEX: #A1A9AF
RGB: (161,169,175)

Color info

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

RGB color model

#A1A9AF color RGB value is (161,169,175).

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

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 175 of 255 = 69%

161
169
175

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

Portions of RGB colors in percentages

R + G + B =
161 + 169 + 175 = 505 (100%)
R 161 of 505 ~ 31.88%
G 169 of 505 ~ 33.47%
B 175 of 505 ~ 34.65%

%31.88
%33.47
%34.65

CMYK color model

#A1A9AF color CMYK value is (8,3,0,31).

  • cyan value is 8.00%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(8,3,0,31)
C8M3Y0K31 
(8%,3%,0%,31%)
(0.08/0.03/0.00/0.31)	

CMYK percentages

%8
%3.43
%0
%31.37

Codes

Color #A1A9AF in popluar color models

A1A9AF
RGB161169175
HSL206°8.05%65.88%
HSB/HSV206°8.00%68.63%
CMYK8.00%3.43%0.00%
31.37%

Color #A1A9AF in popluar number systems.

HEXA1A9AF
Decimal161169175
Binary101000011010100110101111
Octal241251257

Shades and tints

Shades of #A1A9AF

#A1A9AF
(161,169,175)
#939AA0
(147,154,160)
#858B91
(133,139,145)
#777C82
(119,124,130)
#696D73
(105,109,115)
#5B5E64
(91,94,100)
#4D4F55
(77,79,85)
#3F4046
(63,64,70)
#313137
(49,49,55)
#232228
(35,34,40)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #A1A9AF

#A1A9AF
(161,169,175)
#A9B0B6
(169,176,182)
#B1B7BD
(177,183,189)
#B9BEC4
(185,190,196)
#C1C5CB
(193,197,203)
#C9CCD2
(201,204,210)
#D1D3D9
(209,211,217)
#D9DAE0
(217,218,224)
#E1E1E7
(225,225,231)
#E9E8EE
(233,232,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A9AF; }

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

This text font color is #A1A9AF.


Background Color

.myBgColor { background-color: #A1A9AF; }

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

This div background color is #A1A9AF.


Border color

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

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

This div border color is #A1A9AF.


Opacity

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

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

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

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

This text has shadow with #A1A9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A9AF on black background.


Color preview on white background

This text has color #A1A9AF on white background.



Black color preview on #A1A9AF background

This text has black color on #A1A9AF background.


White color preview on #A1A9AF background

This text has white color on #A1A9AF background.