COLOR #A9AFA1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
175
161

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

Portions of RGB colors in percentages

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

%33.47
%34.65
%31.88

CMYK color model

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

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

CMYK percentages

%3.43
%0
%8
%31.37

Codes

Color #A9AFA1 in popluar color models

A9AFA1
RGB169175161
HSL86°8.05%65.88%
HSB/HSV86°8.00%68.63%
CMYK3.43%0.00%8.00%
31.37%

Color #A9AFA1 in popluar number systems.

HEXA9AFA1
Decimal169175161
Binary101010011010111110100001
Octal251257241

Shades and tints

Shades of #A9AFA1

#A9AFA1
(169,175,161)
#9AA093
(154,160,147)
#8B9185
(139,145,133)
#7C8277
(124,130,119)
#6D7369
(109,115,105)
#5E645B
(94,100,91)
#4F554D
(79,85,77)
#40463F
(64,70,63)
#313731
(49,55,49)
#222823
(34,40,35)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #A9AFA1

#A9AFA1
(169,175,161)
#B0B6A9
(176,182,169)
#B7BDB1
(183,189,177)
#BEC4B9
(190,196,185)
#C5CBC1
(197,203,193)
#CCD2C9
(204,210,201)
#D3D9D1
(211,217,209)
#DAE0D9
(218,224,217)
#E1E7E1
(225,231,225)
#E8EEE9
(232,238,233)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFA1; }

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

This text font color is #A9AFA1.


Background Color

.myBgColor { background-color: #A9AFA1; }

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

This div background color is #A9AFA1.


Border color

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

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

This div border color is #A9AFA1.


Opacity

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

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

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

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

This text has shadow with #A9AFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AFA1 on black background.


Color preview on white background

This text has color #A9AFA1 on white background.



Black color preview on #A9AFA1 background

This text has black color on #A9AFA1 background.


White color preview on #A9AFA1 background

This text has white color on #A9AFA1 background.