COLOR #AFAEA0

HEX: #AFAEA0
RGB: (175,174,160)

Color info

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

RGB color model

#AFAEA0 color RGB value is (175,174,160).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 160 of 255 = 63%

175
174
160

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

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 160 = 509 (100%)
R 175 of 509 ~ 34.38%
G 174 of 509 ~ 34.18%
B 160 of 509 ~ 31.43%

%34.38
%34.18
%31.43

CMYK color model

#AFAEA0 color CMYK value is (0,1,9,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(0,1,9,31)
C0M1Y9K31 
(0%,1%,9%,31%)
(0.00/0.01/0.09/0.31)	

CMYK percentages

%0
%0.57
%8.57
%31.37

Codes

Color #AFAEA0 in popluar color models

AFAEA0
RGB175174160
HSL56°8.57%65.69%
HSB/HSV56°8.57%68.63%
CMYK0.00%0.57%8.57%
31.37%

Color #AFAEA0 in popluar number systems.

HEXAFAEA0
Decimal175174160
Binary101011111010111010100000
Octal257256240

Shades and tints

Shades of #AFAEA0

#AFAEA0
(175,174,160)
#A09F92
(160,159,146)
#919084
(145,144,132)
#828176
(130,129,118)
#737268
(115,114,104)
#64635A
(100,99,90)
#55544C
(85,84,76)
#46453E
(70,69,62)
#373630
(55,54,48)
#282722
(40,39,34)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFAEA0

#AFAEA0
(175,174,160)
#B6B5A8
(182,181,168)
#BDBCB0
(189,188,176)
#C4C3B8
(196,195,184)
#CBCAC0
(203,202,192)
#D2D1C8
(210,209,200)
#D9D8D0
(217,216,208)
#E0DFD8
(224,223,216)
#E7E6E0
(231,230,224)
#EEEDE8
(238,237,232)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEA0; }

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

This text font color is #AFAEA0.


Background Color

.myBgColor { background-color: #AFAEA0; }

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

This div background color is #AFAEA0.


Border color

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

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

This div border color is #AFAEA0.


Opacity

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

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

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

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

This text has shadow with #AFAEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAEA0 on black background.


Color preview on white background

This text has color #AFAEA0 on white background.



Black color preview on #AFAEA0 background

This text has black color on #AFAEA0 background.


White color preview on #AFAEA0 background

This text has white color on #AFAEA0 background.