COLOR #AFA8AE

HEX: #AFA8AE
RGB: (175,168,174)

Color info

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

RGB color model

#AFA8AE color RGB value is (175,168,174).

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

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 174 of 255 = 68%

175
168
174

R + G + B ~ 68%. #AFA8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 174 = 517 (100%)
R 175 of 517 ~ 33.85%
G 168 of 517 ~ 32.5%
B 174 of 517 ~ 33.66%

%33.85
%32.5
%33.66

CMYK color model

#AFA8AE color CMYK value is (0,4,1,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(0,4,1,31)
C0M4Y1K31 
(0%,4%,1%,31%)
(0.00/0.04/0.01/0.31)	

CMYK percentages

%0
%4
%0.57
%31.37

Codes

Color #AFA8AE in popluar color models

AFA8AE
RGB175168174
HSL309°4.19%67.25%
HSB/HSV309°4.00%68.63%
CMYK0.00%4.00%0.57%
31.37%

Color #AFA8AE in popluar number systems.

HEXAFA8AE
Decimal175168174
Binary101011111010100010101110
Octal257250256

Shades and tints

Shades of #AFA8AE

#AFA8AE
(175,168,174)
#A0999F
(160,153,159)
#918A90
(145,138,144)
#827B81
(130,123,129)
#736C72
(115,108,114)
#645D63
(100,93,99)
#554E54
(85,78,84)
#463F45
(70,63,69)
#373036
(55,48,54)
#282127
(40,33,39)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #AFA8AE

#AFA8AE
(175,168,174)
#B6AFB5
(182,175,181)
#BDB6BC
(189,182,188)
#C4BDC3
(196,189,195)
#CBC4CA
(203,196,202)
#D2CBD1
(210,203,209)
#D9D2D8
(217,210,216)
#E0D9DF
(224,217,223)
#E7E0E6
(231,224,230)
#EEE7ED
(238,231,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8AE; }

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

This text font color is #AFA8AE.


Background Color

.myBgColor { background-color: #AFA8AE; }

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

This div background color is #AFA8AE.


Border color

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

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

This div border color is #AFA8AE.


Opacity

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

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

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

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

This text has shadow with #AFA8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA8AE on black background.


Color preview on white background

This text has color #AFA8AE on white background.



Black color preview on #AFA8AE background

This text has black color on #AFA8AE background.


White color preview on #AFA8AE background

This text has white color on #AFA8AE background.