COLOR #AFA8AA

HEX: #AFA8AA
RGB: (175,168,170)

Color info

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

RGB color model

#AFA8AA color RGB value is (175,168,170).

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

RGB channels and saturation

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

175
168
170

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 170 = 513 (100%)
R 175 of 513 ~ 34.11%
G 168 of 513 ~ 32.75%
B 170 of 513 ~ 33.14%

%34.11
%32.75
%33.14

CMYK color model

#AFA8AA color CMYK value is (0,4,3,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK:
(0,4,3,31)
C0M4Y3K31 
(0%,4%,3%,31%)
(0.00/0.04/0.03/0.31)	

CMYK percentages

%0
%4
%2.86
%31.37

Codes

Color #AFA8AA in popluar color models

AFA8AA
RGB175168170
HSL343°4.19%67.25%
HSB/HSV343°4.00%68.63%
CMYK0.00%4.00%2.86%
31.37%

Color #AFA8AA in popluar number systems.

HEXAFA8AA
Decimal175168170
Binary101011111010100010101010
Octal257250252

Shades and tints

Shades of #AFA8AA

#AFA8AA
(175,168,170)
#A0999B
(160,153,155)
#918A8C
(145,138,140)
#827B7D
(130,123,125)
#736C6E
(115,108,110)
#645D5F
(100,93,95)
#554E50
(85,78,80)
#463F41
(70,63,65)
#373032
(55,48,50)
#282123
(40,33,35)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFA8AA

#AFA8AA
(175,168,170)
#B6AFB1
(182,175,177)
#BDB6B8
(189,182,184)
#C4BDBF
(196,189,191)
#CBC4C6
(203,196,198)
#D2CBCD
(210,203,205)
#D9D2D4
(217,210,212)
#E0D9DB
(224,217,219)
#E7E0E2
(231,224,226)
#EEE7E9
(238,231,233)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8AA; }

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

This text font color is #AFA8AA.


Background Color

.myBgColor { background-color: #AFA8AA; }

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

This div background color is #AFA8AA.


Border color

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

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

This div border color is #AFA8AA.


Opacity

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

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

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

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

This text has shadow with #AFA8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA8AA on black background.


Color preview on white background

This text has color #AFA8AA on white background.



Black color preview on #AFA8AA background

This text has black color on #AFA8AA background.


White color preview on #AFA8AA background

This text has white color on #AFA8AA background.