COLOR #AF9C65

HEX: #AF9C65
RGB: (175,156,101)

Color info

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

RGB color model

#AF9C65 color RGB value is (175,156,101).

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

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 101 of 255 = 40%

175
156
101

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

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 101 = 432 (100%)
R 175 of 432 ~ 40.51%
G 156 of 432 ~ 36.11%
B 101 of 432 ~ 23.38%

%40.51
%36.11
%23.38

CMYK color model

#AF9C65 color CMYK value is (0,11,42,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 42.29%
  • key color value is 31.37%
CMYK:
(0,11,42,31)
C0M11Y42K31 
(0%,11%,42%,31%)
(0.00/0.11/0.42/0.31)	

CMYK percentages

%0
%10.86
%42.29
%31.37

Codes

Color #AF9C65 in popluar color models

AF9C65
RGB175156101
HSL45°31.62%54.12%
HSB/HSV45°42.29%68.63%
CMYK0.00%10.86%42.29%
31.37%

Color #AF9C65 in popluar number systems.

HEXAF9C65
Decimal175156101
Binary10101111100111001100101
Octal257234145

Shades and tints

Shades of #AF9C65

#AF9C65
(175,156,101)
#A08E5C
(160,142,92)
#918053
(145,128,83)
#82724A
(130,114,74)
#736441
(115,100,65)
#645638
(100,86,56)
#55482F
(85,72,47)
#463A26
(70,58,38)
#372C1D
(55,44,29)
#281E14
(40,30,20)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #AF9C65

#AF9C65
(175,156,101)
#B6A573
(182,165,115)
#BDAE81
(189,174,129)
#C4B78F
(196,183,143)
#CBC09D
(203,192,157)
#D2C9AB
(210,201,171)
#D9D2B9
(217,210,185)
#E0DBC7
(224,219,199)
#E7E4D5
(231,228,213)
#EEEDE3
(238,237,227)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9C65; }

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

This text font color is #AF9C65.


Background Color

.myBgColor { background-color: #AF9C65; }

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

This div background color is #AF9C65.


Border color

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

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

This div border color is #AF9C65.


Opacity

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

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

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

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

This text has shadow with #AF9C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9C65 on black background.


Color preview on white background

This text has color #AF9C65 on white background.



Black color preview on #AF9C65 background

This text has black color on #AF9C65 background.


White color preview on #AF9C65 background

This text has white color on #AF9C65 background.