COLOR #AF8F73

HEX: #AF8F73
RGB: (175,143,115)

Color info

#AF8F73 contains mainly red and green colors. Web safe color of #AF8F73 is #999966 (or #996).

RGB color model

#AF8F73 color RGB value is (175,143,115).

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

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 115 of 255 = 45%

175
143
115

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 115 = 433 (100%)
R 175 of 433 ~ 40.42%
G 143 of 433 ~ 33.03%
B 115 of 433 ~ 26.56%

%40.42
%33.03
%26.56

CMYK color model

#AF8F73 color CMYK value is (0,18,34,31).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 34.29%
  • key color value is 31.37%
CMYK:
(0,18,34,31)
C0M18Y34K31 
(0%,18%,34%,31%)
(0.00/0.18/0.34/0.31)	

CMYK percentages

%0
%18.29
%34.29
%31.37

Codes

Color #AF8F73 in popluar color models

AF8F73
RGB175143115
HSL28°27.27%56.86%
HSB/HSV28°34.29%68.63%
CMYK0.00%18.29%34.29%
31.37%

Color #AF8F73 in popluar number systems.

HEXAF8F73
Decimal175143115
Binary10101111100011111110011
Octal257217163

Shades and tints

Shades of #AF8F73

#AF8F73
(175,143,115)
#A08269
(160,130,105)
#91755F
(145,117,95)
#826855
(130,104,85)
#735B4B
(115,91,75)
#644E41
(100,78,65)
#554137
(85,65,55)
#46342D
(70,52,45)
#372723
(55,39,35)
#281A19
(40,26,25)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #AF8F73

#AF8F73
(175,143,115)
#B6997F
(182,153,127)
#BDA38B
(189,163,139)
#C4AD97
(196,173,151)
#CBB7A3
(203,183,163)
#D2C1AF
(210,193,175)
#D9CBBB
(217,203,187)
#E0D5C7
(224,213,199)
#E7DFD3
(231,223,211)
#EEE9DF
(238,233,223)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8F73; }

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

This text font color is #AF8F73.


Background Color

.myBgColor { background-color: #AF8F73; }

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

This div background color is #AF8F73.


Border color

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

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

This div border color is #AF8F73.


Opacity

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

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

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

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

This text has shadow with #AF8F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F73 on black background.


Color preview on white background

This text has color #AF8F73 on white background.



Black color preview on #AF8F73 background

This text has black color on #AF8F73 background.


White color preview on #AF8F73 background

This text has white color on #AF8F73 background.