COLOR #AFA2AC

HEX: #AFA2AC
RGB: (175,162,172)

Color info

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

RGB color model

#AFA2AC color RGB value is (175,162,172).

  • red value is 175;
  • green value is 162;
  • blue value is 172.
RGB:
(175,162,172)
(69%,64%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 162 of 255 = 64%
B 172 of 255 = 67%

175
162
172

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

Portions of RGB colors in percentages

R + G + B =
175 + 162 + 172 = 509 (100%)
R 175 of 509 ~ 34.38%
G 162 of 509 ~ 31.83%
B 172 of 509 ~ 33.79%

%34.38
%31.83
%33.79

CMYK color model

#AFA2AC color CMYK value is (0,7,2,31).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(0,7,2,31)
C0M7Y2K31 
(0%,7%,2%,31%)
(0.00/0.07/0.02/0.31)	

CMYK percentages

%0
%7.43
%1.71
%31.37

Codes

Color #AFA2AC in popluar color models

AFA2AC
RGB175162172
HSL314°7.51%66.08%
HSB/HSV314°7.43%68.63%
CMYK0.00%7.43%1.71%
31.37%

Color #AFA2AC in popluar number systems.

HEXAFA2AC
Decimal175162172
Binary101011111010001010101100
Octal257242254

Shades and tints

Shades of #AFA2AC

#AFA2AC
(175,162,172)
#A0949D
(160,148,157)
#91868E
(145,134,142)
#82787F
(130,120,127)
#736A70
(115,106,112)
#645C61
(100,92,97)
#554E52
(85,78,82)
#464043
(70,64,67)
#373234
(55,50,52)
#282425
(40,36,37)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFA2AC

#AFA2AC
(175,162,172)
#B6AAB3
(182,170,179)
#BDB2BA
(189,178,186)
#C4BAC1
(196,186,193)
#CBC2C8
(203,194,200)
#D2CACF
(210,202,207)
#D9D2D6
(217,210,214)
#E0DADD
(224,218,221)
#E7E2E4
(231,226,228)
#EEEAEB
(238,234,235)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA2AC color. Also use rgb(175,162,172) instead hex code.

Text Font Color

.myTextColor { color: #AFA2AC; }

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

This text font color is #AFA2AC.


Background Color

.myBgColor { background-color: #AFA2AC; }

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

This div background color is #AFA2AC.


Border color

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

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

This div border color is #AFA2AC.


Opacity

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

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

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

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

This text has shadow with #AFA2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA2AC on black background.


Color preview on white background

This text has color #AFA2AC on white background.



Black color preview on #AFA2AC background

This text has black color on #AFA2AC background.


White color preview on #AFA2AC background

This text has white color on #AFA2AC background.