COLOR #AF959B

HEX: #AF959B
RGB: (175,149,155)

Color info

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

RGB color model

#AF959B color RGB value is (175,149,155).

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

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 155 of 255 = 61%

175
149
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 155 = 479 (100%)
R 175 of 479 ~ 36.53%
G 149 of 479 ~ 31.11%
B 155 of 479 ~ 32.36%

%36.53
%31.11
%32.36

CMYK color model

#AF959B color CMYK value is (0,15,11,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(0,15,11,31)
C0M15Y11K31 
(0%,15%,11%,31%)
(0.00/0.15/0.11/0.31)	

CMYK percentages

%0
%14.86
%11.43
%31.37

Codes

Color #AF959B in popluar color models

AF959B
RGB175149155
HSL346°13.98%63.53%
HSB/HSV346°14.86%68.63%
CMYK0.00%14.86%11.43%
31.37%

Color #AF959B in popluar number systems.

HEXAF959B
Decimal175149155
Binary101011111001010110011011
Octal257225233

Shades and tints

Shades of #AF959B

#AF959B
(175,149,155)
#A0888D
(160,136,141)
#917B7F
(145,123,127)
#826E71
(130,110,113)
#736163
(115,97,99)
#645455
(100,84,85)
#554747
(85,71,71)
#463A39
(70,58,57)
#372D2B
(55,45,43)
#28201D
(40,32,29)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #AF959B

#AF959B
(175,149,155)
#B69EA4
(182,158,164)
#BDA7AD
(189,167,173)
#C4B0B6
(196,176,182)
#CBB9BF
(203,185,191)
#D2C2C8
(210,194,200)
#D9CBD1
(217,203,209)
#E0D4DA
(224,212,218)
#E7DDE3
(231,221,227)
#EEE6EC
(238,230,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF959B; }

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

This text font color is #AF959B.


Background Color

.myBgColor { background-color: #AF959B; }

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

This div background color is #AF959B.


Border color

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

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

This div border color is #AF959B.


Opacity

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

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

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

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

This text has shadow with #AF959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF959B on black background.


Color preview on white background

This text has color #AF959B on white background.



Black color preview on #AF959B background

This text has black color on #AF959B background.


White color preview on #AF959B background

This text has white color on #AF959B background.