COLOR #AFA1A8

HEX: #AFA1A8
RGB: (175,161,168)

Color info

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

RGB color model

#AFA1A8 color RGB value is (175,161,168).

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

RGB channels and saturation

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

175
161
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 168 = 504 (100%)
R 175 of 504 ~ 34.72%
G 161 of 504 ~ 31.94%
B 168 of 504 ~ 33.33%

%34.72
%31.94
%33.33

CMYK color model

#AFA1A8 color CMYK value is (0,8,4,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(0,8,4,31)
C0M8Y4K31 
(0%,8%,4%,31%)
(0.00/0.08/0.04/0.31)	

CMYK percentages

%0
%8
%4
%31.37

Codes

Color #AFA1A8 in popluar color models

AFA1A8
RGB175161168
HSL330°8.05%65.88%
HSB/HSV330°8.00%68.63%
CMYK0.00%8.00%4.00%
31.37%

Color #AFA1A8 in popluar number systems.

HEXAFA1A8
Decimal175161168
Binary101011111010000110101000
Octal257241250

Shades and tints

Shades of #AFA1A8

#AFA1A8
(175,161,168)
#A09399
(160,147,153)
#91858A
(145,133,138)
#82777B
(130,119,123)
#73696C
(115,105,108)
#645B5D
(100,91,93)
#554D4E
(85,77,78)
#463F3F
(70,63,63)
#373130
(55,49,48)
#282321
(40,35,33)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AFA1A8

#AFA1A8
(175,161,168)
#B6A9AF
(182,169,175)
#BDB1B6
(189,177,182)
#C4B9BD
(196,185,189)
#CBC1C4
(203,193,196)
#D2C9CB
(210,201,203)
#D9D1D2
(217,209,210)
#E0D9D9
(224,217,217)
#E7E1E0
(231,225,224)
#EEE9E7
(238,233,231)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1A8; }

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

This text font color is #AFA1A8.


Background Color

.myBgColor { background-color: #AFA1A8; }

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

This div background color is #AFA1A8.


Border color

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

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

This div border color is #AFA1A8.


Opacity

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

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

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

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

This text has shadow with #AFA1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1A8 on black background.


Color preview on white background

This text has color #AFA1A8 on white background.



Black color preview on #AFA1A8 background

This text has black color on #AFA1A8 background.


White color preview on #AFA1A8 background

This text has white color on #AFA1A8 background.