COLOR #AFA0A7

HEX: #AFA0A7
RGB: (175,160,167)

Color info

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

RGB color model

#AFA0A7 color RGB value is (175,160,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 167 of 255 = 65%

175
160
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 160 + 167 = 502 (100%)
R 175 of 502 ~ 34.86%
G 160 of 502 ~ 31.87%
B 167 of 502 ~ 33.27%

%34.86
%31.87
%33.27

CMYK color model

#AFA0A7 color CMYK value is (0,9,5,31).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(0,9,5,31)
C0M9Y5K31 
(0%,9%,5%,31%)
(0.00/0.09/0.05/0.31)	

CMYK percentages

%0
%8.57
%4.57
%31.37

Codes

Color #AFA0A7 in popluar color models

AFA0A7
RGB175160167
HSL332°8.57%65.69%
HSB/HSV332°8.57%68.63%
CMYK0.00%8.57%4.57%
31.37%

Color #AFA0A7 in popluar number systems.

HEXAFA0A7
Decimal175160167
Binary101011111010000010100111
Octal257240247

Shades and tints

Shades of #AFA0A7

#AFA0A7
(175,160,167)
#A09298
(160,146,152)
#918489
(145,132,137)
#82767A
(130,118,122)
#73686B
(115,104,107)
#645A5C
(100,90,92)
#554C4D
(85,76,77)
#463E3E
(70,62,62)
#37302F
(55,48,47)
#282220
(40,34,32)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFA0A7

#AFA0A7
(175,160,167)
#B6A8AF
(182,168,175)
#BDB0B7
(189,176,183)
#C4B8BF
(196,184,191)
#CBC0C7
(203,192,199)
#D2C8CF
(210,200,207)
#D9D0D7
(217,208,215)
#E0D8DF
(224,216,223)
#E7E0E7
(231,224,231)
#EEE8EF
(238,232,239)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA0A7; }

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

This text font color is #AFA0A7.


Background Color

.myBgColor { background-color: #AFA0A7; }

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

This div background color is #AFA0A7.


Border color

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

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

This div border color is #AFA0A7.


Opacity

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

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

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

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

This text has shadow with #AFA0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA0A7 on black background.


Color preview on white background

This text has color #AFA0A7 on white background.



Black color preview on #AFA0A7 background

This text has black color on #AFA0A7 background.


White color preview on #AFA0A7 background

This text has white color on #AFA0A7 background.