COLOR #AF9E7F

HEX: #AF9E7F
RGB: (175,158,127)

Color info

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

RGB color model

#AF9E7F color RGB value is (175,158,127).

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

RGB channels and saturation

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

175
158
127

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

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 127 = 460 (100%)
R 175 of 460 ~ 38.04%
G 158 of 460 ~ 34.35%
B 127 of 460 ~ 27.61%

%38.04
%34.35
%27.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.71%
  • 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
%9.71
%27.43
%31.37

Codes

Color #AF9E7F in popluar color models

AF9E7F
RGB175158127
HSL39°23.08%59.22%
HSB/HSV39°27.43%68.63%
CMYK0.00%9.71%27.43%
31.37%

Color #AF9E7F in popluar number systems.

HEXAF9E7F
Decimal175158127
Binary10101111100111101111111
Octal257236177

Shades and tints

Shades of #AF9E7F

#AF9E7F
(175,158,127)
#A09074
(160,144,116)
#918269
(145,130,105)
#82745E
(130,116,94)
#736653
(115,102,83)
#645848
(100,88,72)
#554A3D
(85,74,61)
#463C32
(70,60,50)
#372E27
(55,46,39)
#28201C
(40,32,28)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF9E7F

#AF9E7F
(175,158,127)
#B6A68A
(182,166,138)
#BDAE95
(189,174,149)
#C4B6A0
(196,182,160)
#CBBEAB
(203,190,171)
#D2C6B6
(210,198,182)
#D9CEC1
(217,206,193)
#E0D6CC
(224,214,204)
#E7DED7
(231,222,215)
#EEE6E2
(238,230,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E7F; }

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

This text font color is #AF9E7F.


Background Color

.myBgColor { background-color: #AF9E7F; }

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

This div background color is #AF9E7F.


Border color

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

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

This div border color is #AF9E7F.


Opacity

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

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

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

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

This text has shadow with #AF9E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9E7F on black background.


Color preview on white background

This text has color #AF9E7F on white background.



Black color preview on #AF9E7F background

This text has black color on #AF9E7F background.


White color preview on #AF9E7F background

This text has white color on #AF9E7F background.