COLOR #AF9F8D

HEX: #AF9F8D
RGB: (175,159,141)

Color info

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

RGB color model

#AF9F8D color RGB value is (175,159,141).

  • red value is 175;
  • green value is 159;
  • blue value is 141.
RGB:
(175,159,141)
(69%,62%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 141 of 255 = 55%

175
159
141

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 141 = 475 (100%)
R 175 of 475 ~ 36.84%
G 159 of 475 ~ 33.47%
B 141 of 475 ~ 29.68%

%36.84
%33.47
%29.68

CMYK color model

#AF9F8D color CMYK value is (0,9,19,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(0,9,19,31)
C0M9Y19K31 
(0%,9%,19%,31%)
(0.00/0.09/0.19/0.31)	

CMYK percentages

%0
%9.14
%19.43
%31.37

Codes

Color #AF9F8D in popluar color models

AF9F8D
RGB175159141
HSL32°17.53%61.96%
HSB/HSV32°19.43%68.63%
CMYK0.00%9.14%19.43%
31.37%

Color #AF9F8D in popluar number systems.

HEXAF9F8D
Decimal175159141
Binary101011111001111110001101
Octal257237215

Shades and tints

Shades of #AF9F8D

#AF9F8D
(175,159,141)
#A09181
(160,145,129)
#918375
(145,131,117)
#827569
(130,117,105)
#73675D
(115,103,93)
#645951
(100,89,81)
#554B45
(85,75,69)
#463D39
(70,61,57)
#372F2D
(55,47,45)
#282121
(40,33,33)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AF9F8D

#AF9F8D
(175,159,141)
#B6A797
(182,167,151)
#BDAFA1
(189,175,161)
#C4B7AB
(196,183,171)
#CBBFB5
(203,191,181)
#D2C7BF
(210,199,191)
#D9CFC9
(217,207,201)
#E0D7D3
(224,215,211)
#E7DFDD
(231,223,221)
#EEE7E7
(238,231,231)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9F8D color. Also use rgb(175,159,141) instead hex code.

Text Font Color

.myTextColor { color: #AF9F8D; }

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

This text font color is #AF9F8D.


Background Color

.myBgColor { background-color: #AF9F8D; }

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

This div background color is #AF9F8D.


Border color

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

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

This div border color is #AF9F8D.


Opacity

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

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

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

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

This text has shadow with #AF9F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9F8D on black background.


Color preview on white background

This text has color #AF9F8D on white background.



Black color preview on #AF9F8D background

This text has black color on #AF9F8D background.


White color preview on #AF9F8D background

This text has white color on #AF9F8D background.