COLOR #AF6D82

HEX: #AF6D82 RGB: (175,109,130)

Color info

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

RGB color model

#AF6D82 color RGB value is (175,109,130).

RGB: (175,109,130) (69%, 43%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 109 of 255 = 43%
B 130 of 255 = 51%

175
109
130

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

Portions of RGB colors in percentages

R + G + B = 175 + 109 + 130 = 414 (100%)
R 175 of 414 ~ 42.27%
G 109 of 414 ~ 26.33%
B 130 of 414 ~ 31.4'%

%42.27
%26.33
%31.4

CMYK color model

#AF6D82 color CMYK value is (0,38,26,31).

  • cyan value is 0.00%
  • magenta value is 37.71%
  • yellow value is 25.71%
  • key color value is 31.37%

CMYK: (0,38,26,31)
C0M38Y26K31 (0%, 38%, 26%, 31%)
(0.00 / 0.38 / 0.26 / 0.31)

CMYK percentages

%0
%37.71
%25.71
%31.37

Codes

Color #AF6D82 in popluar color models

AF 6D 82
RGB 175 109 130
HSL 341° 29.20% 55.69%
HSB/HSV 341° 37.71% 68.63%
CMYK 0.00% 37.71% 25.71%
31.37%

Color #AF6D82 in popluar number systems.

HEX AF 6D 82
Decimal 175 109 130
Binary 10101111 1101101 10000010
Octal 257 155 202

Shades and tints

Shades of #AF6D82

#AF6D82
(175,109,130)
#A06477
(160,100,119)
#915B6C
(145,91,108)
#825261
(130,82,97)
#734956
(115,73,86)
#64404B
(100,64,75)
#553740
(85,55,64)
#462E35
(70,46,53)
#37252A
(55,37,42)
#281C1F
(40,28,31)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF6D82

#AF6D82
(175,109,130)
#B67A8D
(182,122,141)
#BD8798
(189,135,152)
#C494A3
(196,148,163)
#CBA1AE
(203,161,174)
#D2AEB9
(210,174,185)
#D9BBC4
(217,187,196)
#E0C8CF
(224,200,207)
#E7D5DA
(231,213,218)
#EEE2E5
(238,226,229)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6D82; }

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

This text font color is #AF6D82.

Background Color

.myBgColor { background-color: #AF6D82; }

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

This div background color is #AF6D82.

Border color

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

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

This div border color is #AF6D82.

Opacity

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

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

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

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

This text has shadow with #AF6D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6D82.

Preview

Color preview on black background

This text has color #AF6D82 on black background.


Color preview on white background

This text has color #AF6D82 on white background.


Black color preview on #AF6D82 background

This text has black color on #AF6D82 background.


White color preview on #AF6D82 background

This text has white color on #AF6D82 background.


Related colors

Complementary color

Complementary color for #hex is #50927D.


I love getcolorcode.com

Triadic colors

1 #82AF6D and #6D82AF with #AF6D82 are triadic colors.

2 #826DAF and #6DAF82 with #AF6D82 are triadic colors.