COLOR #AF6F86

HEX: #AF6F86 RGB: (175,111,134)

Color info

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

RGB color model

#AF6F86 color RGB value is (175,111,134).

RGB: (175,111,134) (69%, 44%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 111 of 255 = 44%
B 134 of 255 = 53%

175
111
134

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

Portions of RGB colors in percentages

R + G + B = 175 + 111 + 134 = 420 (100%)
R 175 of 420 ~ 41.67%
G 111 of 420 ~ 26.43%
B 134 of 420 ~ 31.9'%

%41.67
%26.43
%31.9

CMYK color model

#AF6F86 color CMYK value is (0,37,23,31).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 23.43%
  • key color value is 31.37%

CMYK: (0,37,23,31)
C0M37Y23K31 (0%, 37%, 23%, 31%)
(0.00 / 0.37 / 0.23 / 0.31)

CMYK percentages

%0
%36.57
%23.43
%31.37

Codes

Color #AF6F86 in popluar color models

AF 6F 86
RGB 175 111 134
HSL 338° 28.57% 56.08%
HSB/HSV 338° 36.57% 68.63%
CMYK 0.00% 36.57% 23.43%
31.37%

Color #AF6F86 in popluar number systems.

HEX AF 6F 86
Decimal 175 111 134
Binary 10101111 1101111 10000110
Octal 257 157 206

Shades and tints

Shades of #AF6F86

#AF6F86
(175,111,134)
#A0657A
(160,101,122)
#915B6E
(145,91,110)
#825162
(130,81,98)
#734756
(115,71,86)
#643D4A
(100,61,74)
#55333E
(85,51,62)
#462932
(70,41,50)
#371F26
(55,31,38)
#28151A
(40,21,26)
#190B0E
(25,11,14)
#000000
(0,0,0)

Tints of #AF6F86

#AF6F86
(175,111,134)
#B67C91
(182,124,145)
#BD899C
(189,137,156)
#C496A7
(196,150,167)
#CBA3B2
(203,163,178)
#D2B0BD
(210,176,189)
#D9BDC8
(217,189,200)
#E0CAD3
(224,202,211)
#E7D7DE
(231,215,222)
#EEE4E9
(238,228,233)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6F86; }

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

This text font color is #AF6F86.

Background Color

.myBgColor { background-color: #AF6F86; }

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

This div background color is #AF6F86.

Border color

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

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

This div border color is #AF6F86.

Opacity

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

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

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

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

This text has shadow with #AF6F86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6F86.

Preview

Color preview on black background

This text has color #AF6F86 on black background.


Color preview on white background

This text has color #AF6F86 on white background.


Black color preview on #AF6F86 background

This text has black color on #AF6F86 background.


White color preview on #AF6F86 background

This text has white color on #AF6F86 background.


Related colors

Complementary color

Complementary color for #hex is #509079.


I love getcolorcode.com

Triadic colors

1 #86AF6F and #6F86AF with #AF6F86 are triadic colors.

2 #866FAF and #6FAF86 with #AF6F86 are triadic colors.