COLOR #AFA9A7

HEX: #AFA9A7
RGB: (175,169,167)

Color info

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

RGB color model

#AFA9A7 color RGB value is (175,169,167).

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

RGB channels and saturation

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

175
169
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 167 = 511 (100%)
R 175 of 511 ~ 34.25%
G 169 of 511 ~ 33.07%
B 167 of 511 ~ 32.68%

%34.25
%33.07
%32.68

CMYK color model

#AFA9A7 color CMYK value is (0,3,5,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(0,3,5,31)
C0M3Y5K31 
(0%,3%,5%,31%)
(0.00/0.03/0.05/0.31)	

CMYK percentages

%0
%3.43
%4.57
%31.37

Codes

Color #AFA9A7 in popluar color models

AFA9A7
RGB175169167
HSL15°4.76%67.06%
HSB/HSV15°4.57%68.63%
CMYK0.00%3.43%4.57%
31.37%

Color #AFA9A7 in popluar number systems.

HEXAFA9A7
Decimal175169167
Binary101011111010100110100111
Octal257251247

Shades and tints

Shades of #AFA9A7

#AFA9A7
(175,169,167)
#A09A98
(160,154,152)
#918B89
(145,139,137)
#827C7A
(130,124,122)
#736D6B
(115,109,107)
#645E5C
(100,94,92)
#554F4D
(85,79,77)
#46403E
(70,64,62)
#37312F
(55,49,47)
#282220
(40,34,32)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFA9A7

#AFA9A7
(175,169,167)
#B6B0AF
(182,176,175)
#BDB7B7
(189,183,183)
#C4BEBF
(196,190,191)
#CBC5C7
(203,197,199)
#D2CCCF
(210,204,207)
#D9D3D7
(217,211,215)
#E0DADF
(224,218,223)
#E7E1E7
(231,225,231)
#EEE8EF
(238,232,239)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA9A7; }

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

This text font color is #AFA9A7.


Background Color

.myBgColor { background-color: #AFA9A7; }

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

This div background color is #AFA9A7.


Border color

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

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

This div border color is #AFA9A7.


Opacity

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

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

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

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

This text has shadow with #AFA9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA9A7 on black background.


Color preview on white background

This text has color #AFA9A7 on white background.



Black color preview on #AFA9A7 background

This text has black color on #AFA9A7 background.


White color preview on #AFA9A7 background

This text has white color on #AFA9A7 background.