COLOR #AFA1A6

HEX: #AFA1A6
RGB: (175,161,166)

Color info

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

RGB color model

#AFA1A6 color RGB value is (175,161,166).

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

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 166 of 255 = 65%

175
161
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 166 = 502 (100%)
R 175 of 502 ~ 34.86%
G 161 of 502 ~ 32.07%
B 166 of 502 ~ 33.07%

%34.86
%32.07
%33.07

CMYK color model

#AFA1A6 color CMYK value is (0,8,5,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(0,8,5,31)
C0M8Y5K31 
(0%,8%,5%,31%)
(0.00/0.08/0.05/0.31)	

CMYK percentages

%0
%8
%5.14
%31.37

Codes

Color #AFA1A6 in popluar color models

AFA1A6
RGB175161166
HSL339°8.05%65.88%
HSB/HSV339°8.00%68.63%
CMYK0.00%8.00%5.14%
31.37%

Color #AFA1A6 in popluar number systems.

HEXAFA1A6
Decimal175161166
Binary101011111010000110100110
Octal257241246

Shades and tints

Shades of #AFA1A6

#AFA1A6
(175,161,166)
#A09397
(160,147,151)
#918588
(145,133,136)
#827779
(130,119,121)
#73696A
(115,105,106)
#645B5B
(100,91,91)
#554D4C
(85,77,76)
#463F3D
(70,63,61)
#37312E
(55,49,46)
#28231F
(40,35,31)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFA1A6

#AFA1A6
(175,161,166)
#B6A9AE
(182,169,174)
#BDB1B6
(189,177,182)
#C4B9BE
(196,185,190)
#CBC1C6
(203,193,198)
#D2C9CE
(210,201,206)
#D9D1D6
(217,209,214)
#E0D9DE
(224,217,222)
#E7E1E6
(231,225,230)
#EEE9EE
(238,233,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1A6; }

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

This text font color is #AFA1A6.


Background Color

.myBgColor { background-color: #AFA1A6; }

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

This div background color is #AFA1A6.


Border color

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

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

This div border color is #AFA1A6.


Opacity

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

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

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

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

This text has shadow with #AFA1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1A6 on black background.


Color preview on white background

This text has color #AFA1A6 on white background.



Black color preview on #AFA1A6 background

This text has black color on #AFA1A6 background.


White color preview on #AFA1A6 background

This text has white color on #AFA1A6 background.