COLOR #AF728C

HEX: #AF728C RGB: (175,114,140)

Color info

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

RGB color model

#AF728C color RGB value is (175,114,140).

RGB: (175,114,140) (69%, 45%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 114 of 255 = 45%
B 140 of 255 = 55%

175
114
140

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

Portions of RGB colors in percentages

R + G + B = 175 + 114 + 140 = 429 (100%)
R 175 of 429 ~ 40.79%
G 114 of 429 ~ 26.57%
B 140 of 429 ~ 32.63'%

%40.79
%26.57
%32.63

CMYK color model

#AF728C color CMYK value is (0,35,20,31).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 20.00%
  • key color value is 31.37%

CMYK: (0,35,20,31)
C0M35Y20K31 (0%, 35%, 20%, 31%)
(0.00 / 0.35 / 0.20 / 0.31)

CMYK percentages

%0
%34.86
%20
%31.37

Codes

Color #AF728C in popluar color models

AF 72 8C
RGB 175 114 140
HSL 334° 27.60% 56.67%
HSB/HSV 334° 34.86% 68.63%
CMYK 0.00% 34.86% 20.00%
31.37%

Color #AF728C in popluar number systems.

HEX AF 72 8C
Decimal 175 114 140
Binary 10101111 1110010 10001100
Octal 257 162 214

Shades and tints

Shades of #AF728C

#AF728C
(175,114,140)
#A06880
(160,104,128)
#915E74
(145,94,116)
#825468
(130,84,104)
#734A5C
(115,74,92)
#644050
(100,64,80)
#553644
(85,54,68)
#462C38
(70,44,56)
#37222C
(55,34,44)
#281820
(40,24,32)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #AF728C

#AF728C
(175,114,140)
#B67E96
(182,126,150)
#BD8AA0
(189,138,160)
#C496AA
(196,150,170)
#CBA2B4
(203,162,180)
#D2AEBE
(210,174,190)
#D9BAC8
(217,186,200)
#E0C6D2
(224,198,210)
#E7D2DC
(231,210,220)
#EEDEE6
(238,222,230)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF728C color. Also use rgb(175,114,140) instead hex code.

Text Font Color

.myTextColor { color: #AF728C; }

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

This text font color is #AF728C.

Background Color

.myBgColor { background-color: #AF728C; }

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

This div background color is #AF728C.

Border color

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

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

This div border color is #AF728C.

Opacity

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

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

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

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

This text has shadow with #AF728C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF728C.

Preview

Color preview on black background

This text has color #AF728C on black background.


Color preview on white background

This text has color #AF728C on white background.


Black color preview on #AF728C background

This text has black color on #AF728C background.


White color preview on #AF728C background

This text has white color on #AF728C background.


Related colors

Complementary color

Complementary color for #hex is #508D73.


I love getcolorcode.com

Triadic colors

1 #8CAF72 and #728CAF with #AF728C are triadic colors.

2 #8C72AF and #72AF8C with #AF728C are triadic colors.