COLOR #AFA8A0

HEX: #AFA8A0
RGB: (175,168,160)

Color info

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

RGB color model

#AFA8A0 color RGB value is (175,168,160).

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

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 160 of 255 = 63%

175
168
160

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 160 = 503 (100%)
R 175 of 503 ~ 34.79%
G 168 of 503 ~ 33.4%
B 160 of 503 ~ 31.81%

%34.79
%33.4
%31.81

CMYK color model

#AFA8A0 color CMYK value is (0,4,9,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(0,4,9,31)
C0M4Y9K31 
(0%,4%,9%,31%)
(0.00/0.04/0.09/0.31)	

CMYK percentages

%0
%4
%8.57
%31.37

Codes

Color #AFA8A0 in popluar color models

AFA8A0
RGB175168160
HSL32°8.57%65.69%
HSB/HSV32°8.57%68.63%
CMYK0.00%4.00%8.57%
31.37%

Color #AFA8A0 in popluar number systems.

HEXAFA8A0
Decimal175168160
Binary101011111010100010100000
Octal257250240

Shades and tints

Shades of #AFA8A0

#AFA8A0
(175,168,160)
#A09992
(160,153,146)
#918A84
(145,138,132)
#827B76
(130,123,118)
#736C68
(115,108,104)
#645D5A
(100,93,90)
#554E4C
(85,78,76)
#463F3E
(70,63,62)
#373030
(55,48,48)
#282122
(40,33,34)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFA8A0

#AFA8A0
(175,168,160)
#B6AFA8
(182,175,168)
#BDB6B0
(189,182,176)
#C4BDB8
(196,189,184)
#CBC4C0
(203,196,192)
#D2CBC8
(210,203,200)
#D9D2D0
(217,210,208)
#E0D9D8
(224,217,216)
#E7E0E0
(231,224,224)
#EEE7E8
(238,231,232)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8A0; }

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

This text font color is #AFA8A0.


Background Color

.myBgColor { background-color: #AFA8A0; }

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

This div background color is #AFA8A0.


Border color

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

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

This div border color is #AFA8A0.


Opacity

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

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

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

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

This text has shadow with #AFA8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA8A0 on black background.


Color preview on white background

This text has color #AFA8A0 on white background.



Black color preview on #AFA8A0 background

This text has black color on #AFA8A0 background.


White color preview on #AFA8A0 background

This text has white color on #AFA8A0 background.