COLOR #AF8F83

HEX: #AF8F83
RGB: (175,143,131)

Color info

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

RGB color model

#AF8F83 color RGB value is (175,143,131).

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

RGB channels and saturation

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

175
143
131

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 131 = 449 (100%)
R 175 of 449 ~ 38.98%
G 143 of 449 ~ 31.85%
B 131 of 449 ~ 29.18%

%38.98
%31.85
%29.18

CMYK color model

#AF8F83 color CMYK value is (0,18,25,31).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(0,18,25,31)
C0M18Y25K31 
(0%,18%,25%,31%)
(0.00/0.18/0.25/0.31)	

CMYK percentages

%0
%18.29
%25.14
%31.37

Codes

Color #AF8F83 in popluar color models

AF8F83
RGB175143131
HSL16°21.57%60.00%
HSB/HSV16°25.14%68.63%
CMYK0.00%18.29%25.14%
31.37%

Color #AF8F83 in popluar number systems.

HEXAF8F83
Decimal175143131
Binary101011111000111110000011
Octal257217203

Shades and tints

Shades of #AF8F83

#AF8F83
(175,143,131)
#A08278
(160,130,120)
#91756D
(145,117,109)
#826862
(130,104,98)
#735B57
(115,91,87)
#644E4C
(100,78,76)
#554141
(85,65,65)
#463436
(70,52,54)
#37272B
(55,39,43)
#281A20
(40,26,32)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #AF8F83

#AF8F83
(175,143,131)
#B6998E
(182,153,142)
#BDA399
(189,163,153)
#C4ADA4
(196,173,164)
#CBB7AF
(203,183,175)
#D2C1BA
(210,193,186)
#D9CBC5
(217,203,197)
#E0D5D0
(224,213,208)
#E7DFDB
(231,223,219)
#EEE9E6
(238,233,230)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8F83; }

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

This text font color is #AF8F83.


Background Color

.myBgColor { background-color: #AF8F83; }

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

This div background color is #AF8F83.


Border color

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

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

This div border color is #AF8F83.


Opacity

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

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

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

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

This text has shadow with #AF8F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F83 on black background.


Color preview on white background

This text has color #AF8F83 on white background.



Black color preview on #AF8F83 background

This text has black color on #AF8F83 background.


White color preview on #AF8F83 background

This text has white color on #AF8F83 background.