COLOR #AF8B7C

HEX: #AF8B7C
RGB: (175,139,124)

Color info

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

RGB color model

#AF8B7C color RGB value is (175,139,124).

  • red value is 175;
  • green value is 139;
  • blue value is 124.
RGB:
(175,139,124)
(69%,55%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 124 of 255 = 49%

175
139
124

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

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 124 = 438 (100%)
R 175 of 438 ~ 39.95%
G 139 of 438 ~ 31.74%
B 124 of 438 ~ 28.31%

%39.95
%31.74
%28.31

CMYK color model

#AF8B7C color CMYK value is (0,21,29,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 29.14%
  • key color value is 31.37%
CMYK:
(0,21,29,31)
C0M21Y29K31 
(0%,21%,29%,31%)
(0.00/0.21/0.29/0.31)	

CMYK percentages

%0
%20.57
%29.14
%31.37

Codes

Color #AF8B7C in popluar color models

AF8B7C
RGB175139124
HSL18°24.17%58.63%
HSB/HSV18°29.14%68.63%
CMYK0.00%20.57%29.14%
31.37%

Color #AF8B7C in popluar number systems.

HEXAF8B7C
Decimal175139124
Binary10101111100010111111100
Octal257213174

Shades and tints

Shades of #AF8B7C

#AF8B7C
(175,139,124)
#A07F71
(160,127,113)
#917366
(145,115,102)
#82675B
(130,103,91)
#735B50
(115,91,80)
#644F45
(100,79,69)
#55433A
(85,67,58)
#46372F
(70,55,47)
#372B24
(55,43,36)
#281F19
(40,31,25)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AF8B7C

#AF8B7C
(175,139,124)
#B69587
(182,149,135)
#BD9F92
(189,159,146)
#C4A99D
(196,169,157)
#CBB3A8
(203,179,168)
#D2BDB3
(210,189,179)
#D9C7BE
(217,199,190)
#E0D1C9
(224,209,201)
#E7DBD4
(231,219,212)
#EEE5DF
(238,229,223)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8B7C color. Also use rgb(175,139,124) instead hex code.

Text Font Color

.myTextColor { color: #AF8B7C; }

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

This text font color is #AF8B7C.


Background Color

.myBgColor { background-color: #AF8B7C; }

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

This div background color is #AF8B7C.


Border color

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

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

This div border color is #AF8B7C.


Opacity

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

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

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

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

This text has shadow with #AF8B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8B7C on black background.


Color preview on white background

This text has color #AF8B7C on white background.



Black color preview on #AF8B7C background

This text has black color on #AF8B7C background.


White color preview on #AF8B7C background

This text has white color on #AF8B7C background.