COLOR #AF6D86

HEX: #AF6D86
RGB: (175,109,134)

Color info

#AF6D86 contains mainly red and blue colors. Web safe color of #AF6D86 is #996699 (or #969).

RGB color model

#AF6D86 color RGB value is (175,109,134).

  • red value is 175;
  • green value is 109;
  • blue value is 134.
RGB:
(175,109,134)
(69%,43%,53%)

RGB channels and saturation

R 175 of 255 = 69%
G 109 of 255 = 43%
B 134 of 255 = 53%

175
109
134

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

Portions of RGB colors in percentages

R + G + B =
175 + 109 + 134 = 418 (100%)
R 175 of 418 ~ 41.87%
G 109 of 418 ~ 26.08%
B 134 of 418 ~ 32.06%

%41.87
%26.08
%32.06

CMYK color model

#AF6D86 color CMYK value is (0,38,23,31).

  • cyan value is 0.00%
  • magenta value is 37.71%
  • yellow value is 23.43%
  • key color value is 31.37%
CMYK:
(0,38,23,31)
C0M38Y23K31 
(0%,38%,23%,31%)
(0.00/0.38/0.23/0.31)	

CMYK percentages

%0
%37.71
%23.43
%31.37

Codes

Color #AF6D86 in popluar color models

AF6D86
RGB175109134
HSL337°29.20%55.69%
HSB/HSV337°37.71%68.63%
CMYK0.00%37.71%23.43%
31.37%

Color #AF6D86 in popluar number systems.

HEXAF6D86
Decimal175109134
Binary10101111110110110000110
Octal257155206

Shades and tints

Shades of #AF6D86

#AF6D86
(175,109,134)
#A0647A
(160,100,122)
#915B6E
(145,91,110)
#825262
(130,82,98)
#734956
(115,73,86)
#64404A
(100,64,74)
#55373E
(85,55,62)
#462E32
(70,46,50)
#372526
(55,37,38)
#281C1A
(40,28,26)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AF6D86

#AF6D86
(175,109,134)
#B67A91
(182,122,145)
#BD879C
(189,135,156)
#C494A7
(196,148,167)
#CBA1B2
(203,161,178)
#D2AEBD
(210,174,189)
#D9BBC8
(217,187,200)
#E0C8D3
(224,200,211)
#E7D5DE
(231,213,222)
#EEE2E9
(238,226,233)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6D86 color. Also use rgb(175,109,134) instead hex code.

Text Font Color

.myTextColor { color: #AF6D86; }

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

This text font color is #AF6D86.


Background Color

.myBgColor { background-color: #AF6D86; }

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

This div background color is #AF6D86.


Border color

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

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

This div border color is #AF6D86.


Opacity

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

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

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

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

This text has shadow with #AF6D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6D86 on black background.


Color preview on white background

This text has color #AF6D86 on white background.



Black color preview on #AF6D86 background

This text has black color on #AF6D86 background.


White color preview on #AF6D86 background

This text has white color on #AF6D86 background.