COLOR #AF8F79

HEX: #AF8F79
RGB: (175,143,121)

Color info

#AF8F79 contains red, green and blue colors in about the same proportion. Web safe color of #AF8F79 is #999966 (or #996).

RGB color model

#AF8F79 color RGB value is (175,143,121).

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

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 121 of 255 = 47%

175
143
121

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 121 = 439 (100%)
R 175 of 439 ~ 39.86%
G 143 of 439 ~ 32.57%
B 121 of 439 ~ 27.56%

%39.86
%32.57
%27.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 30.86%
  • key color value is 31.37%
CMYK:
(0,18,31,31)
C0M18Y31K31 
(0%,18%,31%,31%)
(0.00/0.18/0.31/0.31)	

CMYK percentages

%0
%18.29
%30.86
%31.37

Codes

Color #AF8F79 in popluar color models

AF8F79
RGB175143121
HSL24°25.23%58.04%
HSB/HSV24°30.86%68.63%
CMYK0.00%18.29%30.86%
31.37%

Color #AF8F79 in popluar number systems.

HEXAF8F79
Decimal175143121
Binary10101111100011111111001
Octal257217171

Shades and tints

Shades of #AF8F79

#AF8F79
(175,143,121)
#A0826E
(160,130,110)
#917563
(145,117,99)
#826858
(130,104,88)
#735B4D
(115,91,77)
#644E42
(100,78,66)
#554137
(85,65,55)
#46342C
(70,52,44)
#372721
(55,39,33)
#281A16
(40,26,22)
#190D0B
(25,13,11)
#000000
(0,0,0)

Tints of #AF8F79

#AF8F79
(175,143,121)
#B69985
(182,153,133)
#BDA391
(189,163,145)
#C4AD9D
(196,173,157)
#CBB7A9
(203,183,169)
#D2C1B5
(210,193,181)
#D9CBC1
(217,203,193)
#E0D5CD
(224,213,205)
#E7DFD9
(231,223,217)
#EEE9E5
(238,233,229)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8F79; }

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

This text font color is #AF8F79.


Background Color

.myBgColor { background-color: #AF8F79; }

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

This div background color is #AF8F79.


Border color

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

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

This div border color is #AF8F79.


Opacity

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

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

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

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

This text has shadow with #AF8F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F79 on black background.


Color preview on white background

This text has color #AF8F79 on white background.



Black color preview on #AF8F79 background

This text has black color on #AF8F79 background.


White color preview on #AF8F79 background

This text has white color on #AF8F79 background.