COLOR #AF8991

HEX: #AF8991 RGB: (175,137,145)

Color info

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

RGB color model

#AF8991 color RGB value is (175,137,145).

RGB: (175,137,145) (69%, 54%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 145 of 255 = 57%

175
137
145

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

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 145 = 457 (100%)
R 175 of 457 ~ 38.29%
G 137 of 457 ~ 29.98%
B 145 of 457 ~ 31.73'%

%38.29
%29.98
%31.73

CMYK color model

#AF8991 color CMYK value is (0,22,17,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 17.14%
  • key color value is 31.37%

CMYK: (0,22,17,31)
C0M22Y17K31 (0%, 22%, 17%, 31%)
(0.00 / 0.22 / 0.17 / 0.31)

CMYK percentages

%0
%21.71
%17.14
%31.37

Codes

Color #AF8991 in popluar color models

AF 89 91
RGB 175 137 145
HSL 347° 19.19% 61.18%
HSB/HSV 347° 21.71% 68.63%
CMYK 0.00% 21.71% 17.14%
31.37%

Color #AF8991 in popluar number systems.

HEX AF 89 91
Decimal 175 137 145
Binary 10101111 10001001 10010001
Octal 257 211 221

Shades and tints

Shades of #AF8991

#AF8991
(175,137,145)
#A07D84
(160,125,132)
#917177
(145,113,119)
#82656A
(130,101,106)
#73595D
(115,89,93)
#644D50
(100,77,80)
#554143
(85,65,67)
#463536
(70,53,54)
#372929
(55,41,41)
#281D1C
(40,29,28)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #AF8991

#AF8991
(175,137,145)
#B6939B
(182,147,155)
#BD9DA5
(189,157,165)
#C4A7AF
(196,167,175)
#CBB1B9
(203,177,185)
#D2BBC3
(210,187,195)
#D9C5CD
(217,197,205)
#E0CFD7
(224,207,215)
#E7D9E1
(231,217,225)
#EEE3EB
(238,227,235)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8991 color. Also use rgb(175,137,145) instead hex code.

Text Font Color

.myTextColor { color: #AF8991; }

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

This text font color is #AF8991.

Background Color

.myBgColor { background-color: #AF8991; }

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

This div background color is #AF8991.

Border color

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

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

This div border color is #AF8991.

Opacity

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

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

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

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

This text has shadow with #AF8991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8991.

Preview

Color preview on black background

This text has color #AF8991 on black background.


Color preview on white background

This text has color #AF8991 on white background.


Black color preview on #AF8991 background

This text has black color on #AF8991 background.


White color preview on #AF8991 background

This text has white color on #AF8991 background.


Related colors

Complementary color

Complementary color for #hex is #50766E.


I love getcolorcode.com

Triadic colors

1 #91AF89 and #8991AF with #AF8991 are triadic colors.

2 #9189AF and #89AF91 with #AF8991 are triadic colors.