COLOR #AF8C91

HEX: #AF8C91 RGB: (175,140,145)

Color info

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

RGB color model

#AF8C91 color RGB value is (175,140,145).

RGB: (175,140,145) (69%, 55%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 140 of 255 = 55%
B 145 of 255 = 57%

175
140
145

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

Portions of RGB colors in percentages

R + G + B = 175 + 140 + 145 = 460 (100%)
R 175 of 460 ~ 38.04%
G 140 of 460 ~ 30.43%
B 145 of 460 ~ 31.52'%

%38.04
%30.43
%31.52

CMYK color model

#AF8C91 color CMYK value is (0,20,17,31).

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

CMYK: (0,20,17,31)
C0M20Y17K31 (0%, 20%, 17%, 31%)
(0.00 / 0.20 / 0.17 / 0.31)

CMYK percentages

%0
%20
%17.14
%31.37

Codes

Color #AF8C91 in popluar color models

AF 8C 91
RGB 175 140 145
HSL 351° 17.95% 61.76%
HSB/HSV 351° 20.00% 68.63%
CMYK 0.00% 20.00% 17.14%
31.37%

Color #AF8C91 in popluar number systems.

HEX AF 8C 91
Decimal 175 140 145
Binary 10101111 10001100 10010001
Octal 257 214 221

Shades and tints

Shades of #AF8C91

#AF8C91
(175,140,145)
#A08084
(160,128,132)
#917477
(145,116,119)
#82686A
(130,104,106)
#735C5D
(115,92,93)
#645050
(100,80,80)
#554443
(85,68,67)
#463836
(70,56,54)
#372C29
(55,44,41)
#28201C
(40,32,28)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #AF8C91

#AF8C91
(175,140,145)
#B6969B
(182,150,155)
#BDA0A5
(189,160,165)
#C4AAAF
(196,170,175)
#CBB4B9
(203,180,185)
#D2BEC3
(210,190,195)
#D9C8CD
(217,200,205)
#E0D2D7
(224,210,215)
#E7DCE1
(231,220,225)
#EEE6EB
(238,230,235)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8C91; }

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

This text font color is #AF8C91.

Background Color

.myBgColor { background-color: #AF8C91; }

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

This div background color is #AF8C91.

Border color

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

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

This div border color is #AF8C91.

Opacity

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

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

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

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

This text has shadow with #AF8C91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8C91.

Preview

Color preview on black background

This text has color #AF8C91 on black background.


Color preview on white background

This text has color #AF8C91 on white background.


Black color preview on #AF8C91 background

This text has black color on #AF8C91 background.


White color preview on #AF8C91 background

This text has white color on #AF8C91 background.


Related colors

Complementary color

Complementary color for #hex is #50736E.


I love getcolorcode.com

Triadic colors

1 #91AF8C and #8C91AF with #AF8C91 are triadic colors.

2 #918CAF and #8CAF91 with #AF8C91 are triadic colors.