COLOR #AF9F7E

HEX: #AF9F7E
RGB: (175,159,126)

Color info

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

RGB color model

#AF9F7E color RGB value is (175,159,126).

  • red value is 175;
  • green value is 159;
  • blue value is 126.
RGB:
(175,159,126)
(69%,62%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 126 of 255 = 49%

175
159
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 126 = 460 (100%)
R 175 of 460 ~ 38.04%
G 159 of 460 ~ 34.57%
B 126 of 460 ~ 27.39%

%38.04
%34.57
%27.39

CMYK color model

#AF9F7E color CMYK value is (0,9,28,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(0,9,28,31)
C0M9Y28K31 
(0%,9%,28%,31%)
(0.00/0.09/0.28/0.31)	

CMYK percentages

%0
%9.14
%28
%31.37

Codes

Color #AF9F7E in popluar color models

AF9F7E
RGB175159126
HSL40°23.44%59.02%
HSB/HSV40°28.00%68.63%
CMYK0.00%9.14%28.00%
31.37%

Color #AF9F7E in popluar number systems.

HEXAF9F7E
Decimal175159126
Binary10101111100111111111110
Octal257237176

Shades and tints

Shades of #AF9F7E

#AF9F7E
(175,159,126)
#A09173
(160,145,115)
#918368
(145,131,104)
#82755D
(130,117,93)
#736752
(115,103,82)
#645947
(100,89,71)
#554B3C
(85,75,60)
#463D31
(70,61,49)
#372F26
(55,47,38)
#28211B
(40,33,27)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AF9F7E

#AF9F7E
(175,159,126)
#B6A789
(182,167,137)
#BDAF94
(189,175,148)
#C4B79F
(196,183,159)
#CBBFAA
(203,191,170)
#D2C7B5
(210,199,181)
#D9CFC0
(217,207,192)
#E0D7CB
(224,215,203)
#E7DFD6
(231,223,214)
#EEE7E1
(238,231,225)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9F7E color. Also use rgb(175,159,126) instead hex code.

Text Font Color

.myTextColor { color: #AF9F7E; }

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

This text font color is #AF9F7E.


Background Color

.myBgColor { background-color: #AF9F7E; }

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

This div background color is #AF9F7E.


Border color

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

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

This div border color is #AF9F7E.


Opacity

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

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

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

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

This text has shadow with #AF9F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9F7E on black background.


Color preview on white background

This text has color #AF9F7E on white background.



Black color preview on #AF9F7E background

This text has black color on #AF9F7E background.


White color preview on #AF9F7E background

This text has white color on #AF9F7E background.