COLOR #AF878A

HEX: #AF878A
RGB: (175,135,138)

Color info

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

RGB color model

#AF878A color RGB value is (175,135,138).

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

RGB channels and saturation

R 175 of 255 = 69%
G 135 of 255 = 53%
B 138 of 255 = 54%

175
135
138

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

Portions of RGB colors in percentages

R + G + B =
175 + 135 + 138 = 448 (100%)
R 175 of 448 ~ 39.06%
G 135 of 448 ~ 30.13%
B 138 of 448 ~ 30.8%

%39.06
%30.13
%30.8

CMYK color model

#AF878A color CMYK value is (0,23,21,31).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 21.14%
  • key color value is 31.37%
CMYK:
(0,23,21,31)
C0M23Y21K31 
(0%,23%,21%,31%)
(0.00/0.23/0.21/0.31)	

CMYK percentages

%0
%22.86
%21.14
%31.37

Codes

Color #AF878A in popluar color models

AF878A
RGB175135138
HSL356°20.00%60.78%
HSB/HSV356°22.86%68.63%
CMYK0.00%22.86%21.14%
31.37%

Color #AF878A in popluar number systems.

HEXAF878A
Decimal175135138
Binary101011111000011110001010
Octal257207212

Shades and tints

Shades of #AF878A

#AF878A
(175,135,138)
#A07B7E
(160,123,126)
#916F72
(145,111,114)
#826366
(130,99,102)
#73575A
(115,87,90)
#644B4E
(100,75,78)
#553F42
(85,63,66)
#463336
(70,51,54)
#37272A
(55,39,42)
#281B1E
(40,27,30)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF878A

#AF878A
(175,135,138)
#B69194
(182,145,148)
#BD9B9E
(189,155,158)
#C4A5A8
(196,165,168)
#CBAFB2
(203,175,178)
#D2B9BC
(210,185,188)
#D9C3C6
(217,195,198)
#E0CDD0
(224,205,208)
#E7D7DA
(231,215,218)
#EEE1E4
(238,225,228)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF878A; }

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

This text font color is #AF878A.


Background Color

.myBgColor { background-color: #AF878A; }

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

This div background color is #AF878A.


Border color

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

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

This div border color is #AF878A.


Opacity

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

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

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

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

This text has shadow with #AF878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF878A on black background.


Color preview on white background

This text has color #AF878A on white background.



Black color preview on #AF878A background

This text has black color on #AF878A background.


White color preview on #AF878A background

This text has white color on #AF878A background.