COLOR #AF9C6F

HEX: #AF9C6F
RGB: (175,156,111)

Color info

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

RGB color model

#AF9C6F color RGB value is (175,156,111).

  • red value is 175;
  • green value is 156;
  • blue value is 111.
RGB:
(175,156,111)
(69%,61%,44%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 111 of 255 = 44%

175
156
111

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

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 111 = 442 (100%)
R 175 of 442 ~ 39.59%
G 156 of 442 ~ 35.29%
B 111 of 442 ~ 25.11%

%39.59
%35.29
%25.11

CMYK color model

#AF9C6F color CMYK value is (0,11,37,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 36.57%
  • key color value is 31.37%
CMYK:
(0,11,37,31)
C0M11Y37K31 
(0%,11%,37%,31%)
(0.00/0.11/0.37/0.31)	

CMYK percentages

%0
%10.86
%36.57
%31.37

Codes

Color #AF9C6F in popluar color models

AF9C6F
RGB175156111
HSL42°28.57%56.08%
HSB/HSV42°36.57%68.63%
CMYK0.00%10.86%36.57%
31.37%

Color #AF9C6F in popluar number systems.

HEXAF9C6F
Decimal175156111
Binary10101111100111001101111
Octal257234157

Shades and tints

Shades of #AF9C6F

#AF9C6F
(175,156,111)
#A08E65
(160,142,101)
#91805B
(145,128,91)
#827251
(130,114,81)
#736447
(115,100,71)
#64563D
(100,86,61)
#554833
(85,72,51)
#463A29
(70,58,41)
#372C1F
(55,44,31)
#281E15
(40,30,21)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #AF9C6F

#AF9C6F
(175,156,111)
#B6A57C
(182,165,124)
#BDAE89
(189,174,137)
#C4B796
(196,183,150)
#CBC0A3
(203,192,163)
#D2C9B0
(210,201,176)
#D9D2BD
(217,210,189)
#E0DBCA
(224,219,202)
#E7E4D7
(231,228,215)
#EEEDE4
(238,237,228)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9C6F color. Also use rgb(175,156,111) instead hex code.

Text Font Color

.myTextColor { color: #AF9C6F; }

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

This text font color is #AF9C6F.


Background Color

.myBgColor { background-color: #AF9C6F; }

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

This div background color is #AF9C6F.


Border color

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

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

This div border color is #AF9C6F.


Opacity

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

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

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

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

This text has shadow with #AF9C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9C6F on black background.


Color preview on white background

This text has color #AF9C6F on white background.



Black color preview on #AF9C6F background

This text has black color on #AF9C6F background.


White color preview on #AF9C6F background

This text has white color on #AF9C6F background.