COLOR #AF8F86

HEX: #AF8F86
RGB: (175,143,134)

Color info

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

RGB color model

#AF8F86 color RGB value is (175,143,134).

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

RGB channels and saturation

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

175
143
134

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 134 = 452 (100%)
R 175 of 452 ~ 38.72%
G 143 of 452 ~ 31.64%
B 134 of 452 ~ 29.65%

%38.72
%31.64
%29.65

CMYK color model

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

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

CMYK percentages

%0
%18.29
%23.43
%31.37

Codes

Color #AF8F86 in popluar color models

AF8F86
RGB175143134
HSL13°20.40%60.59%
HSB/HSV13°23.43%68.63%
CMYK0.00%18.29%23.43%
31.37%

Color #AF8F86 in popluar number systems.

HEXAF8F86
Decimal175143134
Binary101011111000111110000110
Octal257217206

Shades and tints

Shades of #AF8F86

#AF8F86
(175,143,134)
#A0827A
(160,130,122)
#91756E
(145,117,110)
#826862
(130,104,98)
#735B56
(115,91,86)
#644E4A
(100,78,74)
#55413E
(85,65,62)
#463432
(70,52,50)
#372726
(55,39,38)
#281A1A
(40,26,26)
#190D0E
(25,13,14)
#000000
(0,0,0)

Tints of #AF8F86

#AF8F86
(175,143,134)
#B69991
(182,153,145)
#BDA39C
(189,163,156)
#C4ADA7
(196,173,167)
#CBB7B2
(203,183,178)
#D2C1BD
(210,193,189)
#D9CBC8
(217,203,200)
#E0D5D3
(224,213,211)
#E7DFDE
(231,223,222)
#EEE9E9
(238,233,233)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8F86; }

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

This text font color is #AF8F86.


Background Color

.myBgColor { background-color: #AF8F86; }

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

This div background color is #AF8F86.


Border color

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

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

This div border color is #AF8F86.


Opacity

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

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

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

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

This text has shadow with #AF8F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F86 on black background.


Color preview on white background

This text has color #AF8F86 on white background.



Black color preview on #AF8F86 background

This text has black color on #AF8F86 background.


White color preview on #AF8F86 background

This text has white color on #AF8F86 background.