COLOR #AF717F

HEX: #AF717F
RGB: (175,113,127)

Color info

#AF717F contains mainly red and blue colors. Web safe color of #AF717F is #996666 (or #966).

RGB color model

#AF717F color RGB value is (175,113,127).

  • red value is 175;
  • green value is 113;
  • blue value is 127.
RGB:
(175,113,127)
(69%,44%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 113 of 255 = 44%
B 127 of 255 = 50%

175
113
127

R + G + B ~ 54%. #AF717F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 113 + 127 = 415 (100%)
R 175 of 415 ~ 42.17%
G 113 of 415 ~ 27.23%
B 127 of 415 ~ 30.6%

%42.17
%27.23
%30.6

CMYK color model

#AF717F color CMYK value is (0,35,27,31).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(0,35,27,31)
C0M35Y27K31 
(0%,35%,27%,31%)
(0.00/0.35/0.27/0.31)	

CMYK percentages

%0
%35.43
%27.43
%31.37

Codes

Color #AF717F in popluar color models

AF717F
RGB175113127
HSL346°27.93%56.47%
HSB/HSV346°35.43%68.63%
CMYK0.00%35.43%27.43%
31.37%

Color #AF717F in popluar number systems.

HEXAF717F
Decimal175113127
Binary1010111111100011111111
Octal257161177

Shades and tints

Shades of #AF717F

#AF717F
(175,113,127)
#A06774
(160,103,116)
#915D69
(145,93,105)
#82535E
(130,83,94)
#734953
(115,73,83)
#643F48
(100,63,72)
#55353D
(85,53,61)
#462B32
(70,43,50)
#372127
(55,33,39)
#28171C
(40,23,28)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #AF717F

#AF717F
(175,113,127)
#B67D8A
(182,125,138)
#BD8995
(189,137,149)
#C495A0
(196,149,160)
#CBA1AB
(203,161,171)
#D2ADB6
(210,173,182)
#D9B9C1
(217,185,193)
#E0C5CC
(224,197,204)
#E7D1D7
(231,209,215)
#EEDDE2
(238,221,226)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF717F color. Also use rgb(175,113,127) instead hex code.

Text Font Color

.myTextColor { color: #AF717F; }

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

This text font color is #AF717F.


Background Color

.myBgColor { background-color: #AF717F; }

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

This div background color is #AF717F.


Border color

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

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

This div border color is #AF717F.


Opacity

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

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

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

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

This text has shadow with #AF717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF717F on black background.


Color preview on white background

This text has color #AF717F on white background.



Black color preview on #AF717F background

This text has black color on #AF717F background.


White color preview on #AF717F background

This text has white color on #AF717F background.