COLOR #AF8C93

HEX: #AF8C93 RGB: (175,140,147)

Color info

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

RGB color model

#AF8C93 color RGB value is (175,140,147).

RGB: (175,140,147) (69%, 55%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 140 of 255 = 55%
B 147 of 255 = 58%

175
140
147

R + G + B ~ 61%. #AF8C93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 140 + 147 = 462 (100%)
R 175 of 462 ~ 37.88%
G 140 of 462 ~ 30.3%
B 147 of 462 ~ 31.82'%

%37.88
%30.3
%31.82

CMYK color model

#AF8C93 color CMYK value is (0,20,16,31).

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

CMYK: (0,20,16,31)
C0M20Y16K31 (0%, 20%, 16%, 31%)
(0.00 / 0.20 / 0.16 / 0.31)

CMYK percentages

%0
%20
%16
%31.37

Codes

Color #AF8C93 in popluar color models

AF 8C 93
RGB 175 140 147
HSL 348° 17.95% 61.76%
HSB/HSV 348° 20.00% 68.63%
CMYK 0.00% 20.00% 16.00%
31.37%

Color #AF8C93 in popluar number systems.

HEX AF 8C 93
Decimal 175 140 147
Binary 10101111 10001100 10010011
Octal 257 214 223

Shades and tints

Shades of #AF8C93

#AF8C93
(175,140,147)
#A08086
(160,128,134)
#917479
(145,116,121)
#82686C
(130,104,108)
#735C5F
(115,92,95)
#645052
(100,80,82)
#554445
(85,68,69)
#463838
(70,56,56)
#372C2B
(55,44,43)
#28201E
(40,32,30)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AF8C93

#AF8C93
(175,140,147)
#B6969C
(182,150,156)
#BDA0A5
(189,160,165)
#C4AAAE
(196,170,174)
#CBB4B7
(203,180,183)
#D2BEC0
(210,190,192)
#D9C8C9
(217,200,201)
#E0D2D2
(224,210,210)
#E7DCDB
(231,220,219)
#EEE6E4
(238,230,228)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8C93; }

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

This text font color is #AF8C93.

Background Color

.myBgColor { background-color: #AF8C93; }

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

This div background color is #AF8C93.

Border color

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

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

This div border color is #AF8C93.

Opacity

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

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

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

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

This text has shadow with #AF8C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8C93.

Preview

Color preview on black background

This text has color #AF8C93 on black background.


Color preview on white background

This text has color #AF8C93 on white background.


Black color preview on #AF8C93 background

This text has black color on #AF8C93 background.


White color preview on #AF8C93 background

This text has white color on #AF8C93 background.


Related colors

Complementary color

Complementary color for #hex is #50736C.


I love getcolorcode.com

Triadic colors

1 #93AF8C and #8C93AF with #AF8C93 are triadic colors.

2 #938CAF and #8CAF93 with #AF8C93 are triadic colors.