COLOR #AF8B9F

HEX: #AF8B9F
RGB: (175,139,159)

Color info

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

RGB color model

#AF8B9F color RGB value is (175,139,159).

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

RGB channels and saturation

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

175
139
159

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

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 159 = 473 (100%)
R 175 of 473 ~ 37%
G 139 of 473 ~ 29.39%
B 159 of 473 ~ 33.62%

%37
%29.39
%33.62

CMYK color model

#AF8B9F color CMYK value is (0,21,9,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(0,21,9,31)
C0M21Y9K31 
(0%,21%,9%,31%)
(0.00/0.21/0.09/0.31)	

CMYK percentages

%0
%20.57
%9.14
%31.37

Codes

Color #AF8B9F in popluar color models

AF8B9F
RGB175139159
HSL327°18.37%61.57%
HSB/HSV327°20.57%68.63%
CMYK0.00%20.57%9.14%
31.37%

Color #AF8B9F in popluar number systems.

HEXAF8B9F
Decimal175139159
Binary101011111000101110011111
Octal257213237

Shades and tints

Shades of #AF8B9F

#AF8B9F
(175,139,159)
#A07F91
(160,127,145)
#917383
(145,115,131)
#826775
(130,103,117)
#735B67
(115,91,103)
#644F59
(100,79,89)
#55434B
(85,67,75)
#46373D
(70,55,61)
#372B2F
(55,43,47)
#281F21
(40,31,33)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF8B9F

#AF8B9F
(175,139,159)
#B695A7
(182,149,167)
#BD9FAF
(189,159,175)
#C4A9B7
(196,169,183)
#CBB3BF
(203,179,191)
#D2BDC7
(210,189,199)
#D9C7CF
(217,199,207)
#E0D1D7
(224,209,215)
#E7DBDF
(231,219,223)
#EEE5E7
(238,229,231)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8B9F; }

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

This text font color is #AF8B9F.


Background Color

.myBgColor { background-color: #AF8B9F; }

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

This div background color is #AF8B9F.


Border color

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

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

This div border color is #AF8B9F.


Opacity

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

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

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

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

This text has shadow with #AF8B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8B9F on black background.


Color preview on white background

This text has color #AF8B9F on white background.



Black color preview on #AF8B9F background

This text has black color on #AF8B9F background.


White color preview on #AF8B9F background

This text has white color on #AF8B9F background.