COLOR #AFA5A0

HEX: #AFA5A0
RGB: (175,165,160)

Color info

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

RGB color model

#AFA5A0 color RGB value is (175,165,160).

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

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 160 of 255 = 63%

175
165
160

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

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 160 = 500 (100%)
R 175 of 500 ~ 35%
G 165 of 500 ~ 33%
B 160 of 500 ~ 32%

%35
%33
%32

CMYK color model

#AFA5A0 color CMYK value is (0,6,9,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(0,6,9,31)
C0M6Y9K31 
(0%,6%,9%,31%)
(0.00/0.06/0.09/0.31)	

CMYK percentages

%0
%5.71
%8.57
%31.37

Codes

Color #AFA5A0 in popluar color models

AFA5A0
RGB175165160
HSL20°8.57%65.69%
HSB/HSV20°8.57%68.63%
CMYK0.00%5.71%8.57%
31.37%

Color #AFA5A0 in popluar number systems.

HEXAFA5A0
Decimal175165160
Binary101011111010010110100000
Octal257245240

Shades and tints

Shades of #AFA5A0

#AFA5A0
(175,165,160)
#A09692
(160,150,146)
#918784
(145,135,132)
#827876
(130,120,118)
#736968
(115,105,104)
#645A5A
(100,90,90)
#554B4C
(85,75,76)
#463C3E
(70,60,62)
#372D30
(55,45,48)
#281E22
(40,30,34)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #AFA5A0

#AFA5A0
(175,165,160)
#B6ADA8
(182,173,168)
#BDB5B0
(189,181,176)
#C4BDB8
(196,189,184)
#CBC5C0
(203,197,192)
#D2CDC8
(210,205,200)
#D9D5D0
(217,213,208)
#E0DDD8
(224,221,216)
#E7E5E0
(231,229,224)
#EEEDE8
(238,237,232)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA5A0; }

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

This text font color is #AFA5A0.


Background Color

.myBgColor { background-color: #AFA5A0; }

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

This div background color is #AFA5A0.


Border color

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

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

This div border color is #AFA5A0.


Opacity

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

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

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

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

This text has shadow with #AFA5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA5A0 on black background.


Color preview on white background

This text has color #AFA5A0 on white background.



Black color preview on #AFA5A0 background

This text has black color on #AFA5A0 background.


White color preview on #AFA5A0 background

This text has white color on #AFA5A0 background.