COLOR #AF9D7F

HEX: #AF9D7F
RGB: (175,157,127)

Color info

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

RGB color model

#AF9D7F color RGB value is (175,157,127).

  • red value is 175;
  • green value is 157;
  • blue value is 127.
RGB:
(175,157,127)
(69%,62%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 127 of 255 = 50%

175
157
127

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

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 127 = 459 (100%)
R 175 of 459 ~ 38.13%
G 157 of 459 ~ 34.2%
B 127 of 459 ~ 27.67%

%38.13
%34.2
%27.67

CMYK color model

#AF9D7F color CMYK value is (0,10,27,31).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(0,10,27,31)
C0M10Y27K31 
(0%,10%,27%,31%)
(0.00/0.10/0.27/0.31)	

CMYK percentages

%0
%10.29
%27.43
%31.37

Codes

Color #AF9D7F in popluar color models

AF9D7F
RGB175157127
HSL38°23.08%59.22%
HSB/HSV38°27.43%68.63%
CMYK0.00%10.29%27.43%
31.37%

Color #AF9D7F in popluar number systems.

HEXAF9D7F
Decimal175157127
Binary10101111100111011111111
Octal257235177

Shades and tints

Shades of #AF9D7F

#AF9D7F
(175,157,127)
#A08F74
(160,143,116)
#918169
(145,129,105)
#82735E
(130,115,94)
#736553
(115,101,83)
#645748
(100,87,72)
#55493D
(85,73,61)
#463B32
(70,59,50)
#372D27
(55,45,39)
#281F1C
(40,31,28)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AF9D7F

#AF9D7F
(175,157,127)
#B6A58A
(182,165,138)
#BDAD95
(189,173,149)
#C4B5A0
(196,181,160)
#CBBDAB
(203,189,171)
#D2C5B6
(210,197,182)
#D9CDC1
(217,205,193)
#E0D5CC
(224,213,204)
#E7DDD7
(231,221,215)
#EEE5E2
(238,229,226)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9D7F color. Also use rgb(175,157,127) instead hex code.

Text Font Color

.myTextColor { color: #AF9D7F; }

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

This text font color is #AF9D7F.


Background Color

.myBgColor { background-color: #AF9D7F; }

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

This div background color is #AF9D7F.


Border color

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

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

This div border color is #AF9D7F.


Opacity

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

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

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

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

This text has shadow with #AF9D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9D7F on black background.


Color preview on white background

This text has color #AF9D7F on white background.



Black color preview on #AF9D7F background

This text has black color on #AF9D7F background.


White color preview on #AF9D7F background

This text has white color on #AF9D7F background.