COLOR #AF9E6C

HEX: #AF9E6C
RGB: (175,158,108)

Color info

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

RGB color model

#AF9E6C color RGB value is (175,158,108).

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

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 108 of 255 = 42%

175
158
108

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

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 108 = 441 (100%)
R 175 of 441 ~ 39.68%
G 158 of 441 ~ 35.83%
B 108 of 441 ~ 24.49%

%39.68
%35.83
%24.49

CMYK color model

#AF9E6C color CMYK value is (0,10,38,31).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 38.29%
  • key color value is 31.37%
CMYK:
(0,10,38,31)
C0M10Y38K31 
(0%,10%,38%,31%)
(0.00/0.10/0.38/0.31)	

CMYK percentages

%0
%9.71
%38.29
%31.37

Codes

Color #AF9E6C in popluar color models

AF9E6C
RGB175158108
HSL45°29.52%55.49%
HSB/HSV45°38.29%68.63%
CMYK0.00%9.71%38.29%
31.37%

Color #AF9E6C in popluar number systems.

HEXAF9E6C
Decimal175158108
Binary10101111100111101101100
Octal257236154

Shades and tints

Shades of #AF9E6C

#AF9E6C
(175,158,108)
#A09063
(160,144,99)
#91825A
(145,130,90)
#827451
(130,116,81)
#736648
(115,102,72)
#64583F
(100,88,63)
#554A36
(85,74,54)
#463C2D
(70,60,45)
#372E24
(55,46,36)
#28201B
(40,32,27)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AF9E6C

#AF9E6C
(175,158,108)
#B6A679
(182,166,121)
#BDAE86
(189,174,134)
#C4B693
(196,182,147)
#CBBEA0
(203,190,160)
#D2C6AD
(210,198,173)
#D9CEBA
(217,206,186)
#E0D6C7
(224,214,199)
#E7DED4
(231,222,212)
#EEE6E1
(238,230,225)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E6C; }

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

This text font color is #AF9E6C.


Background Color

.myBgColor { background-color: #AF9E6C; }

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

This div background color is #AF9E6C.


Border color

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

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

This div border color is #AF9E6C.


Opacity

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

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

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

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

This text has shadow with #AF9E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9E6C on black background.


Color preview on white background

This text has color #AF9E6C on white background.



Black color preview on #AF9E6C background

This text has black color on #AF9E6C background.


White color preview on #AF9E6C background

This text has white color on #AF9E6C background.