COLOR #AF8D94

HEX: #AF8D94 RGB: (175,141,148)

Color info

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

RGB color model

#AF8D94 color RGB value is (175,141,148).

RGB: (175,141,148) (69%, 55%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 141 of 255 = 55%
B 148 of 255 = 58%

175
141
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 141 + 148 = 464 (100%)
R 175 of 464 ~ 37.72%
G 141 of 464 ~ 30.39%
B 148 of 464 ~ 31.9'%

%37.72
%30.39
%31.9

CMYK color model

#AF8D94 color CMYK value is (0,19,15,31).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 15.43%
  • key color value is 31.37%
CMYK: (0,19,15,31) C0M19Y15K31 (0%,19%,15%,31%) (0.00/0.19/0.15/0.31) 

CMYK percentages

%0
%19.43
%15.43
%31.37

Codes

Color #AF8D94 in popluar color models

AF 8D 94
RGB 175 141 148
HSL 348° 17.53% 61.96%
HSB/HSV 348° 19.43% 68.63%
CMYK 0.00% 19.43% 15.43%
31.37%

Color #AF8D94 in popluar number systems.

HEX AF 8D 94
Decimal 175 141 148
Binary 10101111 10001101 10010100
Octal 257 215 224

Shades and tints

Shades of #AF8D94

#AF8D94
(175,141,148)
#A08187
(160,129,135)
#91757A
(145,117,122)
#82696D
(130,105,109)
#735D60
(115,93,96)
#645153
(100,81,83)
#554546
(85,69,70)
#463939
(70,57,57)
#372D2C
(55,45,44)
#28211F
(40,33,31)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AF8D94

#AF8D94
(175,141,148)
#B6979D
(182,151,157)
#BDA1A6
(189,161,166)
#C4ABAF
(196,171,175)
#CBB5B8
(203,181,184)
#D2BFC1
(210,191,193)
#D9C9CA
(217,201,202)
#E0D3D3
(224,211,211)
#E7DDDC
(231,221,220)
#EEE7E5
(238,231,229)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8D94 color. Also use rgb(175,141,148) instead hex code.

Text Font Color

.myTextColor { color: #AF8D94; }

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

This text font color is #AF8D94.

Background Color

.myBgColor { background-color: #AF8D94; }

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

This div background color is #AF8D94.

Border color

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

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

This div border color is #AF8D94.

Opacity

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

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

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

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

This text has shadow with #AF8D94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8D94.

Preview

Color preview on black background

This text has color #AF8D94 on black background.


Color preview on white background

This text has color #AF8D94 on white background.


Black color preview on #AF8D94 background

This text has black color on #AF8D94 background.


White color preview on #AF8D94 background

This text has white color on #AF8D94 background.


Related colors

Complementary color

Complementary color for #hex is #50726B.


I love getcolorcode.com

Triadic colors

1 #94AF8D and #8D94AF with #AF8D94 are triadic colors.

2 #948DAF and #8DAF94 with #AF8D94 are triadic colors.