COLOR #AF8A47

HEX: #AF8A47
RGB: (175,138,71)

Color info

#AF8A47 contains mainly red and green colors. Web safe color of #AF8A47 is #999933 (or #993).

RGB color model

#AF8A47 color RGB value is (175,138,71).

  • red value is 175;
  • green value is 138;
  • blue value is 71.
RGB:
(175,138,71)
(69%,54%,28%)

RGB channels and saturation

R 175 of 255 = 69%
G 138 of 255 = 54%
B 71 of 255 = 28%

175
138
71

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

Portions of RGB colors in percentages

R + G + B =
175 + 138 + 71 = 384 (100%)
R 175 of 384 ~ 45.57%
G 138 of 384 ~ 35.94%
B 71 of 384 ~ 18.49%

%45.57
%35.94
%18.49

CMYK color model

#AF8A47 color CMYK value is (0,21,59,31).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 59.43%
  • key color value is 31.37%
CMYK:
(0,21,59,31)
C0M21Y59K31 
(0%,21%,59%,31%)
(0.00/0.21/0.59/0.31)	

CMYK percentages

%0
%21.14
%59.43
%31.37

Codes

Color #AF8A47 in popluar color models

AF8A47
RGB17513871
HSL39°42.28%48.24%
HSB/HSV39°59.43%68.63%
CMYK0.00%21.14%59.43%
31.37%

Color #AF8A47 in popluar number systems.

HEXAF8A47
Decimal17513871
Binary10101111100010101000111
Octal257212107

Shades and tints

Shades of #AF8A47

#AF8A47
(175,138,71)
#A07E41
(160,126,65)
#91723B
(145,114,59)
#826635
(130,102,53)
#735A2F
(115,90,47)
#644E29
(100,78,41)
#554223
(85,66,35)
#46361D
(70,54,29)
#372A17
(55,42,23)
#281E11
(40,30,17)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #AF8A47

#AF8A47
(175,138,71)
#B69457
(182,148,87)
#BD9E67
(189,158,103)
#C4A877
(196,168,119)
#CBB287
(203,178,135)
#D2BC97
(210,188,151)
#D9C6A7
(217,198,167)
#E0D0B7
(224,208,183)
#E7DAC7
(231,218,199)
#EEE4D7
(238,228,215)
#F5EEE7
(245,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8A47 color. Also use rgb(175,138,71) instead hex code.

Text Font Color

.myTextColor { color: #AF8A47; }

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

This text font color is #AF8A47.


Background Color

.myBgColor { background-color: #AF8A47; }

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

This div background color is #AF8A47.


Border color

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

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

This div border color is #AF8A47.


Opacity

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

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

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

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

This text has shadow with #AF8A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8A47 on black background.


Color preview on white background

This text has color #AF8A47 on white background.



Black color preview on #AF8A47 background

This text has black color on #AF8A47 background.


White color preview on #AF8A47 background

This text has white color on #AF8A47 background.