COLOR #AF878F

HEX: #AF878F
RGB: (175,135,143)

Color info

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

RGB color model

#AF878F color RGB value is (175,135,143).

  • red value is 175;
  • green value is 135;
  • blue value is 143.
RGB:
(175,135,143)
(69%,53%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 135 of 255 = 53%
B 143 of 255 = 56%

175
135
143

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

Portions of RGB colors in percentages

R + G + B =
175 + 135 + 143 = 453 (100%)
R 175 of 453 ~ 38.63%
G 135 of 453 ~ 29.8%
B 143 of 453 ~ 31.57%

%38.63
%29.8
%31.57

CMYK color model

#AF878F color CMYK value is (0,23,18,31).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,23,18,31)
C0M23Y18K31 
(0%,23%,18%,31%)
(0.00/0.23/0.18/0.31)	

CMYK percentages

%0
%22.86
%18.29
%31.37

Codes

Color #AF878F in popluar color models

AF878F
RGB175135143
HSL348°20.00%60.78%
HSB/HSV348°22.86%68.63%
CMYK0.00%22.86%18.29%
31.37%

Color #AF878F in popluar number systems.

HEXAF878F
Decimal175135143
Binary101011111000011110001111
Octal257207217

Shades and tints

Shades of #AF878F

#AF878F
(175,135,143)
#A07B82
(160,123,130)
#916F75
(145,111,117)
#826368
(130,99,104)
#73575B
(115,87,91)
#644B4E
(100,75,78)
#553F41
(85,63,65)
#463334
(70,51,52)
#372727
(55,39,39)
#281B1A
(40,27,26)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #AF878F

#AF878F
(175,135,143)
#B69199
(182,145,153)
#BD9BA3
(189,155,163)
#C4A5AD
(196,165,173)
#CBAFB7
(203,175,183)
#D2B9C1
(210,185,193)
#D9C3CB
(217,195,203)
#E0CDD5
(224,205,213)
#E7D7DF
(231,215,223)
#EEE1E9
(238,225,233)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF878F color. Also use rgb(175,135,143) instead hex code.

Text Font Color

.myTextColor { color: #AF878F; }

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

This text font color is #AF878F.


Background Color

.myBgColor { background-color: #AF878F; }

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

This div background color is #AF878F.


Border color

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

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

This div border color is #AF878F.


Opacity

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

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

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

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

This text has shadow with #AF878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF878F on black background.


Color preview on white background

This text has color #AF878F on white background.



Black color preview on #AF878F background

This text has black color on #AF878F background.


White color preview on #AF878F background

This text has white color on #AF878F background.