COLOR #AFA8A7

HEX: #AFA8A7
RGB: (175,168,167)

Color info

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

RGB color model

#AFA8A7 color RGB value is (175,168,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 167 of 255 = 65%

175
168
167

R + G + B ~ 67%. #AFA8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 167 = 510 (100%)
R 175 of 510 ~ 34.31%
G 168 of 510 ~ 32.94%
B 167 of 510 ~ 32.75%

%34.31
%32.94
%32.75

CMYK color model

#AFA8A7 color CMYK value is (0,4,5,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK: (0,4,5,31) C0M4Y5K31 (0%,4%,5%,31%) (0.00/0.04/0.05/0.31)

CMYK percentages

%0
%4
%4.57
%31.37

Codes

Color #AFA8A7 in popluar color models

AFA8A7
RGB175168167
HSL4.76%67.06%
HSB/HSV4.57%68.63%
CMYK0.00%4.00%4.57%
31.37%

Color #AFA8A7 in popluar number systems.

HEXAFA8A7
Decimal175168167
Binary101011111010100010100111
Octal257250247

Shades and tints

Shades of #AFA8A7

#AFA8A7
(175,168,167)
#A09998
(160,153,152)
#918A89
(145,138,137)
#827B7A
(130,123,122)
#736C6B
(115,108,107)
#645D5C
(100,93,92)
#554E4D
(85,78,77)
#463F3E
(70,63,62)
#37302F
(55,48,47)
#282120
(40,33,32)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AFA8A7

#AFA8A7
(175,168,167)
#B6AFAF
(182,175,175)
#BDB6B7
(189,182,183)
#C4BDBF
(196,189,191)
#CBC4C7
(203,196,199)
#D2CBCF
(210,203,207)
#D9D2D7
(217,210,215)
#E0D9DF
(224,217,223)
#E7E0E7
(231,224,231)
#EEE7EF
(238,231,239)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8A7; }

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

This text font color is #AFA8A7.


Background Color

.myBgColor { background-color: #AFA8A7; }

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

This div background color is #AFA8A7.


Border color

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

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

This div border color is #AFA8A7.


Opacity

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

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

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

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

This text has shadow with #AFA8A7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFA8A7 on black background.


Color preview on white background

This text has color #AFA8A7 on white background.



Black color preview on #AFA8A7 background

This text has black color on #AFA8A7 background.


White color preview on #AFA8A7 background

This text has white color on #AFA8A7 background.