COLOR #AFA8AC

HEX: #AFA8AC
RGB: (175,168,172)

Color info

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

RGB color model

#AFA8AC color RGB value is (175,168,172).

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

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 172 of 255 = 67%

175
168
172

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 172 = 515 (100%)
R 175 of 515 ~ 33.98%
G 168 of 515 ~ 32.62%
B 172 of 515 ~ 33.4%

%33.98
%32.62
%33.4

CMYK color model

#AFA8AC color CMYK value is (0,4,2,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(0,4,2,31)
C0M4Y2K31 
(0%,4%,2%,31%)
(0.00/0.04/0.02/0.31)	

CMYK percentages

%0
%4
%1.71
%31.37

Codes

Color #AFA8AC in popluar color models

AFA8AC
RGB175168172
HSL326°4.19%67.25%
HSB/HSV326°4.00%68.63%
CMYK0.00%4.00%1.71%
31.37%

Color #AFA8AC in popluar number systems.

HEXAFA8AC
Decimal175168172
Binary101011111010100010101100
Octal257250254

Shades and tints

Shades of #AFA8AC

#AFA8AC
(175,168,172)
#A0999D
(160,153,157)
#918A8E
(145,138,142)
#827B7F
(130,123,127)
#736C70
(115,108,112)
#645D61
(100,93,97)
#554E52
(85,78,82)
#463F43
(70,63,67)
#373034
(55,48,52)
#282125
(40,33,37)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFA8AC

#AFA8AC
(175,168,172)
#B6AFB3
(182,175,179)
#BDB6BA
(189,182,186)
#C4BDC1
(196,189,193)
#CBC4C8
(203,196,200)
#D2CBCF
(210,203,207)
#D9D2D6
(217,210,214)
#E0D9DD
(224,217,221)
#E7E0E4
(231,224,228)
#EEE7EB
(238,231,235)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8AC; }

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

This text font color is #AFA8AC.


Background Color

.myBgColor { background-color: #AFA8AC; }

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

This div background color is #AFA8AC.


Border color

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

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

This div border color is #AFA8AC.


Opacity

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

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

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

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

This text has shadow with #AFA8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA8AC on black background.


Color preview on white background

This text has color #AFA8AC on white background.



Black color preview on #AFA8AC background

This text has black color on #AFA8AC background.


White color preview on #AFA8AC background

This text has white color on #AFA8AC background.