COLOR #AFAE9C

HEX: #AFAE9C
RGB: (175,174,156)

Color info

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

RGB color model

#AFAE9C color RGB value is (175,174,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 156 of 255 = 61%

175
174
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 156 = 505 (100%)
R 175 of 505 ~ 34.65%
G 174 of 505 ~ 34.46%
B 156 of 505 ~ 30.89%

%34.65
%34.46
%30.89

CMYK color model

#AFAE9C color CMYK value is (0,1,11,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,1,11,31)
C0M1Y11K31 
(0%,1%,11%,31%)
(0.00/0.01/0.11/0.31)	

CMYK percentages

%0
%0.57
%10.86
%31.37

Codes

Color #AFAE9C in popluar color models

AFAE9C
RGB175174156
HSL57°10.61%64.90%
HSB/HSV57°10.86%68.63%
CMYK0.00%0.57%10.86%
31.37%

Color #AFAE9C in popluar number systems.

HEXAFAE9C
Decimal175174156
Binary101011111010111010011100
Octal257256234

Shades and tints

Shades of #AFAE9C

#AFAE9C
(175,174,156)
#A09F8E
(160,159,142)
#919080
(145,144,128)
#828172
(130,129,114)
#737264
(115,114,100)
#646356
(100,99,86)
#555448
(85,84,72)
#46453A
(70,69,58)
#37362C
(55,54,44)
#28271E
(40,39,30)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #AFAE9C

#AFAE9C
(175,174,156)
#B6B5A5
(182,181,165)
#BDBCAE
(189,188,174)
#C4C3B7
(196,195,183)
#CBCAC0
(203,202,192)
#D2D1C9
(210,209,201)
#D9D8D2
(217,216,210)
#E0DFDB
(224,223,219)
#E7E6E4
(231,230,228)
#EEEDED
(238,237,237)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAE9C; }

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

This text font color is #AFAE9C.


Background Color

.myBgColor { background-color: #AFAE9C; }

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

This div background color is #AFAE9C.


Border color

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

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

This div border color is #AFAE9C.


Opacity

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

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

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

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

This text has shadow with #AFAE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAE9C on black background.


Color preview on white background

This text has color #AFAE9C on white background.



Black color preview on #AFAE9C background

This text has black color on #AFAE9C background.


White color preview on #AFAE9C background

This text has white color on #AFAE9C background.