COLOR #AF8E83

HEX: #AF8E83
RGB: (175,142,131)

Color info

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

RGB color model

#AF8E83 color RGB value is (175,142,131).

  • red value is 175;
  • green value is 142;
  • blue value is 131.
RGB:
(175,142,131)
(69%,56%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 131 of 255 = 51%

175
142
131

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

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 131 = 448 (100%)
R 175 of 448 ~ 39.06%
G 142 of 448 ~ 31.7%
B 131 of 448 ~ 29.24%

%39.06
%31.7
%29.24

CMYK color model

#AF8E83 color CMYK value is (0,19,25,31).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(0,19,25,31)
C0M19Y25K31 
(0%,19%,25%,31%)
(0.00/0.19/0.25/0.31)	

CMYK percentages

%0
%18.86
%25.14
%31.37

Codes

Color #AF8E83 in popluar color models

AF8E83
RGB175142131
HSL15°21.57%60.00%
HSB/HSV15°25.14%68.63%
CMYK0.00%18.86%25.14%
31.37%

Color #AF8E83 in popluar number systems.

HEXAF8E83
Decimal175142131
Binary101011111000111010000011
Octal257216203

Shades and tints

Shades of #AF8E83

#AF8E83
(175,142,131)
#A08278
(160,130,120)
#91766D
(145,118,109)
#826A62
(130,106,98)
#735E57
(115,94,87)
#64524C
(100,82,76)
#554641
(85,70,65)
#463A36
(70,58,54)
#372E2B
(55,46,43)
#282220
(40,34,32)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AF8E83

#AF8E83
(175,142,131)
#B6988E
(182,152,142)
#BDA299
(189,162,153)
#C4ACA4
(196,172,164)
#CBB6AF
(203,182,175)
#D2C0BA
(210,192,186)
#D9CAC5
(217,202,197)
#E0D4D0
(224,212,208)
#E7DEDB
(231,222,219)
#EEE8E6
(238,232,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8E83; }

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

This text font color is #AF8E83.


Background Color

.myBgColor { background-color: #AF8E83; }

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

This div background color is #AF8E83.


Border color

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

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

This div border color is #AF8E83.


Opacity

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

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

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

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

This text has shadow with #AF8E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8E83 on black background.


Color preview on white background

This text has color #AF8E83 on white background.



Black color preview on #AF8E83 background

This text has black color on #AF8E83 background.


White color preview on #AF8E83 background

This text has white color on #AF8E83 background.