COLOR #AF729D

HEX: #AF729D RGB: (175,114,157)

Color info

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

RGB color model

#AF729D color RGB value is (175,114,157).

RGB: (175,114,157) (69%, 45%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 114 of 255 = 45%
B 157 of 255 = 62%

175
114
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 114 + 157 = 446 (100%)
R 175 of 446 ~ 39.24%
G 114 of 446 ~ 25.56%
B 157 of 446 ~ 35.2'%

%39.24
%25.56
%35.2

CMYK color model

#AF729D color CMYK value is (0,35,10,31).

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

CMYK: (0,35,10,31)
C0M35Y10K31 (0%, 35%, 10%, 31%)
(0.00 / 0.35 / 0.10 / 0.31)

CMYK percentages

%0
%34.86
%10.29
%31.37

Codes

Color #AF729D in popluar color models

AF 72 9D
RGB 175 114 157
HSL 318° 27.60% 56.67%
HSB/HSV 318° 34.86% 68.63%
CMYK 0.00% 34.86% 10.29%
31.37%

Color #AF729D in popluar number systems.

HEX AF 72 9D
Decimal 175 114 157
Binary 10101111 1110010 10011101
Octal 257 162 235

Shades and tints

Shades of #AF729D

#AF729D
(175,114,157)
#A0688F
(160,104,143)
#915E81
(145,94,129)
#825473
(130,84,115)
#734A65
(115,74,101)
#644057
(100,64,87)
#553649
(85,54,73)
#462C3B
(70,44,59)
#37222D
(55,34,45)
#28181F
(40,24,31)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #AF729D

#AF729D
(175,114,157)
#B67EA5
(182,126,165)
#BD8AAD
(189,138,173)
#C496B5
(196,150,181)
#CBA2BD
(203,162,189)
#D2AEC5
(210,174,197)
#D9BACD
(217,186,205)
#E0C6D5
(224,198,213)
#E7D2DD
(231,210,221)
#EEDEE5
(238,222,229)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF729D; }

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

This text font color is #AF729D.

Background Color

.myBgColor { background-color: #AF729D; }

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

This div background color is #AF729D.

Border color

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

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

This div border color is #AF729D.

Opacity

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

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

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

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

This text has shadow with #AF729D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF729D.

Preview

Color preview on black background

This text has color #AF729D on black background.


Color preview on white background

This text has color #AF729D on white background.


Black color preview on #AF729D background

This text has black color on #AF729D background.


White color preview on #AF729D background

This text has white color on #AF729D background.


Related colors

Complementary color

Complementary color for #hex is #508D62.


I love getcolorcode.com

Triadic colors

1 #9DAF72 and #729DAF with #AF729D are triadic colors.

2 #9D72AF and #72AF9D with #AF729D are triadic colors.