COLOR #AF8493

HEX: #AF8493 RGB: (175,132,147)

Color info

#AF8493 contains red, green and blue colors in about the same proportion. Web safe color of #AF8493 is #999999 (or #999).

RGB color model

#AF8493 color RGB value is (175,132,147).

RGB: (175,132,147) (69%, 52%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 147 of 255 = 58%

175
132
147

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

Portions of RGB colors in percentages

R + G + B = 175 + 132 + 147 = 454 (100%)
R 175 of 454 ~ 38.55%
G 132 of 454 ~ 29.07%
B 147 of 454 ~ 32.38'%

%38.55
%29.07
%32.38

CMYK color model

#AF8493 color CMYK value is (0,25,16,31).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK: (0,25,16,31) C0M25Y16K31 (0%,25%,16%,31%) (0.00/0.25/0.16/0.31) 

CMYK percentages

%0
%24.57
%16
%31.37

Codes

Color #AF8493 in popluar color models

AF 84 93
RGB 175 132 147
HSL 339° 21.18% 60.20%
HSB/HSV 339° 24.57% 68.63%
CMYK 0.00% 24.57% 16.00%
31.37%

Color #AF8493 in popluar number systems.

HEX AF 84 93
Decimal 175 132 147
Binary 10101111 10000100 10010011
Octal 257 204 223

Shades and tints

Shades of #AF8493

#AF8493
(175,132,147)
#A07886
(160,120,134)
#916C79
(145,108,121)
#82606C
(130,96,108)
#73545F
(115,84,95)
#644852
(100,72,82)
#553C45
(85,60,69)
#463038
(70,48,56)
#37242B
(55,36,43)
#28181E
(40,24,30)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #AF8493

#AF8493
(175,132,147)
#B68F9C
(182,143,156)
#BD9AA5
(189,154,165)
#C4A5AE
(196,165,174)
#CBB0B7
(203,176,183)
#D2BBC0
(210,187,192)
#D9C6C9
(217,198,201)
#E0D1D2
(224,209,210)
#E7DCDB
(231,220,219)
#EEE7E4
(238,231,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8493 color. Also use rgb(175,132,147) instead hex code.

Text Font Color

.myTextColor { color: #AF8493; }

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

This text font color is #AF8493.

Background Color

.myBgColor { background-color: #AF8493; }

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

This div background color is #AF8493.

Border color

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

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

This div border color is #AF8493.

Opacity

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

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

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

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

This text has shadow with #AF8493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8493.

Preview

Color preview on black background

This text has color #AF8493 on black background.


Color preview on white background

This text has color #AF8493 on white background.


Black color preview on #AF8493 background

This text has black color on #AF8493 background.


White color preview on #AF8493 background

This text has white color on #AF8493 background.


Related colors

Complementary color

Complementary color for #hex is #507B6C.


I love getcolorcode.com

Triadic colors

1 #93AF84 and #8493AF with #AF8493 are triadic colors.

2 #9384AF and #84AF93 with #AF8493 are triadic colors.