COLOR #AF8787

HEX: #AF8787
RGB: (175,135,135)

Color info

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

RGB color model

#AF8787 color RGB value is (175,135,135).

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

RGB channels and saturation

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

175
135
135

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

Portions of RGB colors in percentages

R + G + B =
175 + 135 + 135 = 445 (100%)
R 175 of 445 ~ 39.33%
G 135 of 445 ~ 30.34%
B 135 of 445 ~ 30.34%

%39.33
%30.34
%30.34

CMYK color model

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

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

CMYK percentages

%0
%22.86
%22.86
%31.37

Codes

Color #AF8787 in popluar color models

AF8787
RGB175135135
HSL20.00%60.78%
HSB/HSV22.86%68.63%
CMYK0.00%22.86%22.86%
31.37%

Color #AF8787 in popluar number systems.

HEXAF8787
Decimal175135135
Binary101011111000011110000111
Octal257207207

Shades and tints

Shades of #AF8787

#AF8787
(175,135,135)
#A07B7B
(160,123,123)
#916F6F
(145,111,111)
#826363
(130,99,99)
#735757
(115,87,87)
#644B4B
(100,75,75)
#553F3F
(85,63,63)
#463333
(70,51,51)
#372727
(55,39,39)
#281B1B
(40,27,27)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF8787

#AF8787
(175,135,135)
#B69191
(182,145,145)
#BD9B9B
(189,155,155)
#C4A5A5
(196,165,165)
#CBAFAF
(203,175,175)
#D2B9B9
(210,185,185)
#D9C3C3
(217,195,195)
#E0CDCD
(224,205,205)
#E7D7D7
(231,215,215)
#EEE1E1
(238,225,225)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8787; }

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

This text font color is #AF8787.


Background Color

.myBgColor { background-color: #AF8787; }

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

This div background color is #AF8787.


Border color

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

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

This div border color is #AF8787.


Opacity

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

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

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

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

This text has shadow with #AF8787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8787 on black background.


Color preview on white background

This text has color #AF8787 on white background.



Black color preview on #AF8787 background

This text has black color on #AF8787 background.


White color preview on #AF8787 background

This text has white color on #AF8787 background.