COLOR #AF959F

HEX: #AF959F
RGB: (175,149,159)

Color info

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

RGB color model

#AF959F color RGB value is (175,149,159).

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

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 159 of 255 = 62%

175
149
159

R + G + B ~ 63%. #AF959F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 159 = 483 (100%)
R 175 of 483 ~ 36.23%
G 149 of 483 ~ 30.85%
B 159 of 483 ~ 32.92%

%36.23
%30.85
%32.92

CMYK color model

#AF959F color CMYK value is (0,15,9,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(0,15,9,31)
C0M15Y9K31 
(0%,15%,9%,31%)
(0.00/0.15/0.09/0.31)	

CMYK percentages

%0
%14.86
%9.14
%31.37

Codes

Color #AF959F in popluar color models

AF959F
RGB175149159
HSL337°13.98%63.53%
HSB/HSV337°14.86%68.63%
CMYK0.00%14.86%9.14%
31.37%

Color #AF959F in popluar number systems.

HEXAF959F
Decimal175149159
Binary101011111001010110011111
Octal257225237

Shades and tints

Shades of #AF959F

#AF959F
(175,149,159)
#A08891
(160,136,145)
#917B83
(145,123,131)
#826E75
(130,110,117)
#736167
(115,97,103)
#645459
(100,84,89)
#55474B
(85,71,75)
#463A3D
(70,58,61)
#372D2F
(55,45,47)
#282021
(40,32,33)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF959F

#AF959F
(175,149,159)
#B69EA7
(182,158,167)
#BDA7AF
(189,167,175)
#C4B0B7
(196,176,183)
#CBB9BF
(203,185,191)
#D2C2C7
(210,194,199)
#D9CBCF
(217,203,207)
#E0D4D7
(224,212,215)
#E7DDDF
(231,221,223)
#EEE6E7
(238,230,231)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF959F; }

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

This text font color is #AF959F.


Background Color

.myBgColor { background-color: #AF959F; }

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

This div background color is #AF959F.


Border color

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

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

This div border color is #AF959F.


Opacity

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

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

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

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

This text has shadow with #AF959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF959F on black background.


Color preview on white background

This text has color #AF959F on white background.



Black color preview on #AF959F background

This text has black color on #AF959F background.


White color preview on #AF959F background

This text has white color on #AF959F background.