COLOR #AF9D8F

HEX: #AF9D8F
RGB: (175,157,143)

Color info

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

RGB color model

#AF9D8F color RGB value is (175,157,143).

  • red value is 175;
  • green value is 157;
  • blue value is 143.
RGB:
(175,157,143)
(69%,62%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 143 of 255 = 56%

175
157
143

R + G + B ~ 62%. #AF9D8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 143 = 475 (100%)
R 175 of 475 ~ 36.84%
G 157 of 475 ~ 33.05%
B 143 of 475 ~ 30.11%

%36.84
%33.05
%30.11

CMYK color model

#AF9D8F color CMYK value is (0,10,18,31).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,10,18,31)
C0M10Y18K31 
(0%,10%,18%,31%)
(0.00/0.10/0.18/0.31)	

CMYK percentages

%0
%10.29
%18.29
%31.37

Codes

Color #AF9D8F in popluar color models

AF9D8F
RGB175157143
HSL26°16.67%62.35%
HSB/HSV26°18.29%68.63%
CMYK0.00%10.29%18.29%
31.37%

Color #AF9D8F in popluar number systems.

HEXAF9D8F
Decimal175157143
Binary101011111001110110001111
Octal257235217

Shades and tints

Shades of #AF9D8F

#AF9D8F
(175,157,143)
#A08F82
(160,143,130)
#918175
(145,129,117)
#827368
(130,115,104)
#73655B
(115,101,91)
#64574E
(100,87,78)
#554941
(85,73,65)
#463B34
(70,59,52)
#372D27
(55,45,39)
#281F1A
(40,31,26)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #AF9D8F

#AF9D8F
(175,157,143)
#B6A599
(182,165,153)
#BDADA3
(189,173,163)
#C4B5AD
(196,181,173)
#CBBDB7
(203,189,183)
#D2C5C1
(210,197,193)
#D9CDCB
(217,205,203)
#E0D5D5
(224,213,213)
#E7DDDF
(231,221,223)
#EEE5E9
(238,229,233)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9D8F color. Also use rgb(175,157,143) instead hex code.

Text Font Color

.myTextColor { color: #AF9D8F; }

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

This text font color is #AF9D8F.


Background Color

.myBgColor { background-color: #AF9D8F; }

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

This div background color is #AF9D8F.


Border color

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

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

This div border color is #AF9D8F.


Opacity

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

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

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

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

This text has shadow with #AF9D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9D8F on black background.


Color preview on white background

This text has color #AF9D8F on white background.



Black color preview on #AF9D8F background

This text has black color on #AF9D8F background.


White color preview on #AF9D8F background

This text has white color on #AF9D8F background.