COLOR #AF9D9F

HEX: #AF9D9F
RGB: (175,157,159)

Color info

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

RGB color model

#AF9D9F color RGB value is (175,157,159).

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

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 159 of 255 = 62%

175
157
159

R + G + B ~ 64%. #AF9D9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 159 = 491 (100%)
R 175 of 491 ~ 35.64%
G 157 of 491 ~ 31.98%
B 159 of 491 ~ 32.38%

%35.64
%31.98
%32.38

CMYK color model

#AF9D9F color CMYK value is (0,10,9,31).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(0,10,9,31)
C0M10Y9K31 
(0%,10%,9%,31%)
(0.00/0.10/0.09/0.31)	

CMYK percentages

%0
%10.29
%9.14
%31.37

Codes

Color #AF9D9F in popluar color models

AF9D9F
RGB175157159
HSL353°10.11%65.10%
HSB/HSV353°10.29%68.63%
CMYK0.00%10.29%9.14%
31.37%

Color #AF9D9F in popluar number systems.

HEXAF9D9F
Decimal175157159
Binary101011111001110110011111
Octal257235237

Shades and tints

Shades of #AF9D9F

#AF9D9F
(175,157,159)
#A08F91
(160,143,145)
#918183
(145,129,131)
#827375
(130,115,117)
#736567
(115,101,103)
#645759
(100,87,89)
#55494B
(85,73,75)
#463B3D
(70,59,61)
#372D2F
(55,45,47)
#281F21
(40,31,33)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AF9D9F

#AF9D9F
(175,157,159)
#B6A5A7
(182,165,167)
#BDADAF
(189,173,175)
#C4B5B7
(196,181,183)
#CBBDBF
(203,189,191)
#D2C5C7
(210,197,199)
#D9CDCF
(217,205,207)
#E0D5D7
(224,213,215)
#E7DDDF
(231,221,223)
#EEE5E7
(238,229,231)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9D9F; }

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

This text font color is #AF9D9F.


Background Color

.myBgColor { background-color: #AF9D9F; }

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

This div background color is #AF9D9F.


Border color

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

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

This div border color is #AF9D9F.


Opacity

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

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

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

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

This text has shadow with #AF9D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9D9F on black background.


Color preview on white background

This text has color #AF9D9F on white background.



Black color preview on #AF9D9F background

This text has black color on #AF9D9F background.


White color preview on #AF9D9F background

This text has white color on #AF9D9F background.