COLOR #AF8957

HEX: #AF8957
RGB: (175,137,87)

Color info

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

RGB color model

#AF8957 color RGB value is (175,137,87).

  • red value is 175;
  • green value is 137;
  • blue value is 87.
RGB:
(175,137,87)
(69%,54%,34%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 87 of 255 = 34%

175
137
87

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 87 = 399 (100%)
R 175 of 399 ~ 43.86%
G 137 of 399 ~ 34.34%
B 87 of 399 ~ 21.8%

%43.86
%34.34
%21.8

CMYK color model

#AF8957 color CMYK value is (0,22,50,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 50.29%
  • key color value is 31.37%
CMYK:
(0,22,50,31)
C0M22Y50K31 
(0%,22%,50%,31%)
(0.00/0.22/0.50/0.31)	

CMYK percentages

%0
%21.71
%50.29
%31.37

Codes

Color #AF8957 in popluar color models

AF8957
RGB17513787
HSL34°35.48%51.37%
HSB/HSV34°50.29%68.63%
CMYK0.00%21.71%50.29%
31.37%

Color #AF8957 in popluar number systems.

HEXAF8957
Decimal17513787
Binary10101111100010011010111
Octal257211127

Shades and tints

Shades of #AF8957

#AF8957
(175,137,87)
#A07D50
(160,125,80)
#917149
(145,113,73)
#826542
(130,101,66)
#73593B
(115,89,59)
#644D34
(100,77,52)
#55412D
(85,65,45)
#463526
(70,53,38)
#37291F
(55,41,31)
#281D18
(40,29,24)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AF8957

#AF8957
(175,137,87)
#B69366
(182,147,102)
#BD9D75
(189,157,117)
#C4A784
(196,167,132)
#CBB193
(203,177,147)
#D2BBA2
(210,187,162)
#D9C5B1
(217,197,177)
#E0CFC0
(224,207,192)
#E7D9CF
(231,217,207)
#EEE3DE
(238,227,222)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8957 color. Also use rgb(175,137,87) instead hex code.

Text Font Color

.myTextColor { color: #AF8957; }

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

This text font color is #AF8957.


Background Color

.myBgColor { background-color: #AF8957; }

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

This div background color is #AF8957.


Border color

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

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

This div border color is #AF8957.


Opacity

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

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

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

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

This text has shadow with #AF8957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8957 on black background.


Color preview on white background

This text has color #AF8957 on white background.



Black color preview on #AF8957 background

This text has black color on #AF8957 background.


White color preview on #AF8957 background

This text has white color on #AF8957 background.