COLOR #AF8986

HEX: #AF8986 RGB: (175,137,134)

Color info

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

RGB color model

#AF8986 color RGB value is (175,137,134).

RGB: (175,137,134) (69%, 54%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 134 of 255 = 53%

175
137
134

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

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 134 = 446 (100%)
R 175 of 446 ~ 39.24%
G 137 of 446 ~ 30.72%
B 134 of 446 ~ 30.04'%

%39.24
%30.72
%30.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 23.43%
  • key color value is 31.37%

CMYK: (0,22,23,31)
C0M22Y23K31 (0%, 22%, 23%, 31%)
(0.00 / 0.22 / 0.23 / 0.31)

CMYK percentages

%0
%21.71
%23.43
%31.37

Codes

Color #AF8986 in popluar color models

AF 89 86
RGB 175 137 134
HSL 20.40% 60.59%
HSB/HSV 23.43% 68.63%
CMYK 0.00% 21.71% 23.43%
31.37%

Color #AF8986 in popluar number systems.

HEX AF 89 86
Decimal 175 137 134
Binary 10101111 10001001 10000110
Octal 257 211 206

Shades and tints

Shades of #AF8986

#AF8986
(175,137,134)
#A07D7A
(160,125,122)
#91716E
(145,113,110)
#826562
(130,101,98)
#735956
(115,89,86)
#644D4A
(100,77,74)
#55413E
(85,65,62)
#463532
(70,53,50)
#372926
(55,41,38)
#281D1A
(40,29,26)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AF8986

#AF8986
(175,137,134)
#B69391
(182,147,145)
#BD9D9C
(189,157,156)
#C4A7A7
(196,167,167)
#CBB1B2
(203,177,178)
#D2BBBD
(210,187,189)
#D9C5C8
(217,197,200)
#E0CFD3
(224,207,211)
#E7D9DE
(231,217,222)
#EEE3E9
(238,227,233)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8986; }

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

This text font color is #AF8986.

Background Color

.myBgColor { background-color: #AF8986; }

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

This div background color is #AF8986.

Border color

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

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

This div border color is #AF8986.

Opacity

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

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

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

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

This text has shadow with #AF8986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8986.

Preview

Color preview on black background

This text has color #AF8986 on black background.


Color preview on white background

This text has color #AF8986 on white background.


Black color preview on #AF8986 background

This text has black color on #AF8986 background.


White color preview on #AF8986 background

This text has white color on #AF8986 background.


Related colors

Complementary color

Complementary color for #hex is #507679.


I love getcolorcode.com

Triadic colors

1 #86AF89 and #8986AF with #AF8986 are triadic colors.

2 #8689AF and #89AF86 with #AF8986 are triadic colors.