COLOR #AF9E6A

HEX: #AF9E6A
RGB: (175,158,106)

Color info

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

RGB color model

#AF9E6A color RGB value is (175,158,106).

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

RGB channels and saturation

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

175
158
106

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

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 106 = 439 (100%)
R 175 of 439 ~ 39.86%
G 158 of 439 ~ 35.99%
B 106 of 439 ~ 24.15%

%39.86
%35.99
%24.15

CMYK color model

#AF9E6A color CMYK value is (0,10,39,31).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 39.43%
  • key color value is 31.37%
CMYK:
(0,10,39,31)
C0M10Y39K31 
(0%,10%,39%,31%)
(0.00/0.10/0.39/0.31)	

CMYK percentages

%0
%9.71
%39.43
%31.37

Codes

Color #AF9E6A in popluar color models

AF9E6A
RGB175158106
HSL45°30.13%55.10%
HSB/HSV45°39.43%68.63%
CMYK0.00%9.71%39.43%
31.37%

Color #AF9E6A in popluar number systems.

HEXAF9E6A
Decimal175158106
Binary10101111100111101101010
Octal257236152

Shades and tints

Shades of #AF9E6A

#AF9E6A
(175,158,106)
#A09061
(160,144,97)
#918258
(145,130,88)
#82744F
(130,116,79)
#736646
(115,102,70)
#64583D
(100,88,61)
#554A34
(85,74,52)
#463C2B
(70,60,43)
#372E22
(55,46,34)
#282019
(40,32,25)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AF9E6A

#AF9E6A
(175,158,106)
#B6A677
(182,166,119)
#BDAE84
(189,174,132)
#C4B691
(196,182,145)
#CBBE9E
(203,190,158)
#D2C6AB
(210,198,171)
#D9CEB8
(217,206,184)
#E0D6C5
(224,214,197)
#E7DED2
(231,222,210)
#EEE6DF
(238,230,223)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E6A; }

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

This text font color is #AF9E6A.


Background Color

.myBgColor { background-color: #AF9E6A; }

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

This div background color is #AF9E6A.


Border color

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

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

This div border color is #AF9E6A.


Opacity

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

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

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

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

This text has shadow with #AF9E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9E6A on black background.


Color preview on white background

This text has color #AF9E6A on white background.



Black color preview on #AF9E6A background

This text has black color on #AF9E6A background.


White color preview on #AF9E6A background

This text has white color on #AF9E6A background.