COLOR #AF7387

HEX: #AF7387 RGB: (175,115,135)

Color info

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

RGB color model

#AF7387 color RGB value is (175,115,135).

RGB: (175,115,135) (69%, 45%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 115 of 255 = 45%
B 135 of 255 = 53%

175
115
135

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

Portions of RGB colors in percentages

R + G + B = 175 + 115 + 135 = 425 (100%)
R 175 of 425 ~ 41.18%
G 115 of 425 ~ 27.06%
B 135 of 425 ~ 31.76'%

%41.18
%27.06
%31.76

CMYK color model

#AF7387 color CMYK value is (0,34,23,31).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 22.86%
  • key color value is 31.37%

CMYK: (0,34,23,31)
C0M34Y23K31 (0%, 34%, 23%, 31%)
(0.00 / 0.34 / 0.23 / 0.31)

CMYK percentages

%0
%34.29
%22.86
%31.37

Codes

Color #AF7387 in popluar color models

AF 73 87
RGB 175 115 135
HSL 340° 27.27% 56.86%
HSB/HSV 340° 34.29% 68.63%
CMYK 0.00% 34.29% 22.86%
31.37%

Color #AF7387 in popluar number systems.

HEX AF 73 87
Decimal 175 115 135
Binary 10101111 1110011 10000111
Octal 257 163 207

Shades and tints

Shades of #AF7387

#AF7387
(175,115,135)
#A0697B
(160,105,123)
#915F6F
(145,95,111)
#825563
(130,85,99)
#734B57
(115,75,87)
#64414B
(100,65,75)
#55373F
(85,55,63)
#462D33
(70,45,51)
#372327
(55,35,39)
#28191B
(40,25,27)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF7387

#AF7387
(175,115,135)
#B67F91
(182,127,145)
#BD8B9B
(189,139,155)
#C497A5
(196,151,165)
#CBA3AF
(203,163,175)
#D2AFB9
(210,175,185)
#D9BBC3
(217,187,195)
#E0C7CD
(224,199,205)
#E7D3D7
(231,211,215)
#EEDFE1
(238,223,225)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7387 color. Also use rgb(175,115,135) instead hex code.

Text Font Color

.myTextColor { color: #AF7387; }

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

This text font color is #AF7387.

Background Color

.myBgColor { background-color: #AF7387; }

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

This div background color is #AF7387.

Border color

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

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

This div border color is #AF7387.

Opacity

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

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

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

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

This text has shadow with #AF7387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7387.

Preview

Color preview on black background

This text has color #AF7387 on black background.


Color preview on white background

This text has color #AF7387 on white background.


Black color preview on #AF7387 background

This text has black color on #AF7387 background.


White color preview on #AF7387 background

This text has white color on #AF7387 background.


Related colors

Complementary color

Complementary color for #hex is #508C78.


I love getcolorcode.com

Triadic colors

1 #87AF73 and #7387AF with #AF7387 are triadic colors.

2 #8773AF and #73AF87 with #AF7387 are triadic colors.