COLOR #AF9671

HEX: #AF9671
RGB: (175,150,113)

Color info

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

RGB color model

#AF9671 color RGB value is (175,150,113).

  • red value is 175;
  • green value is 150;
  • blue value is 113.
RGB:
(175,150,113)
(69%,59%,44%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 113 of 255 = 44%

175
150
113

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 113 = 438 (100%)
R 175 of 438 ~ 39.95%
G 150 of 438 ~ 34.25%
B 113 of 438 ~ 25.8%

%39.95
%34.25
%25.8

CMYK color model

#AF9671 color CMYK value is (0,14,35,31).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 35.43%
  • key color value is 31.37%
CMYK:
(0,14,35,31)
C0M14Y35K31 
(0%,14%,35%,31%)
(0.00/0.14/0.35/0.31)	

CMYK percentages

%0
%14.29
%35.43
%31.37

Codes

Color #AF9671 in popluar color models

AF9671
RGB175150113
HSL36°27.93%56.47%
HSB/HSV36°35.43%68.63%
CMYK0.00%14.29%35.43%
31.37%

Color #AF9671 in popluar number systems.

HEXAF9671
Decimal175150113
Binary10101111100101101110001
Octal257226161

Shades and tints

Shades of #AF9671

#AF9671
(175,150,113)
#A08967
(160,137,103)
#917C5D
(145,124,93)
#826F53
(130,111,83)
#736249
(115,98,73)
#64553F
(100,85,63)
#554835
(85,72,53)
#463B2B
(70,59,43)
#372E21
(55,46,33)
#282117
(40,33,23)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #AF9671

#AF9671
(175,150,113)
#B69F7D
(182,159,125)
#BDA889
(189,168,137)
#C4B195
(196,177,149)
#CBBAA1
(203,186,161)
#D2C3AD
(210,195,173)
#D9CCB9
(217,204,185)
#E0D5C5
(224,213,197)
#E7DED1
(231,222,209)
#EEE7DD
(238,231,221)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9671 color. Also use rgb(175,150,113) instead hex code.

Text Font Color

.myTextColor { color: #AF9671; }

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

This text font color is #AF9671.


Background Color

.myBgColor { background-color: #AF9671; }

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

This div background color is #AF9671.


Border color

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

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

This div border color is #AF9671.


Opacity

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

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

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

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

This text has shadow with #AF9671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9671 on black background.


Color preview on white background

This text has color #AF9671 on white background.



Black color preview on #AF9671 background

This text has black color on #AF9671 background.


White color preview on #AF9671 background

This text has white color on #AF9671 background.