COLOR #AFA586

HEX: #AFA586
RGB: (175,165,134)

Color info

#AFA586 contains red, green and blue colors in about the same proportion. Web safe color of #AFA586 is #999999 (or #999).

RGB color model

#AFA586 color RGB value is (175,165,134).

  • red value is 175;
  • green value is 165;
  • blue value is 134.
RGB:
(175,165,134)
(69%,65%,53%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 134 of 255 = 53%

175
165
134

R + G + B ~ 62%. #AFA586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 134 = 474 (100%)
R 175 of 474 ~ 36.92%
G 165 of 474 ~ 34.81%
B 134 of 474 ~ 28.27%

%36.92
%34.81
%28.27

CMYK color model

#AFA586 color CMYK value is (0,6,23,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 23.43%
  • key color value is 31.37%
CMYK:
(0,6,23,31)
C0M6Y23K31 
(0%,6%,23%,31%)
(0.00/0.06/0.23/0.31)	

CMYK percentages

%0
%5.71
%23.43
%31.37

Codes

Color #AFA586 in popluar color models

AFA586
RGB175165134
HSL45°20.40%60.59%
HSB/HSV45°23.43%68.63%
CMYK0.00%5.71%23.43%
31.37%

Color #AFA586 in popluar number systems.

HEXAFA586
Decimal175165134
Binary101011111010010110000110
Octal257245206

Shades and tints

Shades of #AFA586

#AFA586
(175,165,134)
#A0967A
(160,150,122)
#91876E
(145,135,110)
#827862
(130,120,98)
#736956
(115,105,86)
#645A4A
(100,90,74)
#554B3E
(85,75,62)
#463C32
(70,60,50)
#372D26
(55,45,38)
#281E1A
(40,30,26)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #AFA586

#AFA586
(175,165,134)
#B6AD91
(182,173,145)
#BDB59C
(189,181,156)
#C4BDA7
(196,189,167)
#CBC5B2
(203,197,178)
#D2CDBD
(210,205,189)
#D9D5C8
(217,213,200)
#E0DDD3
(224,221,211)
#E7E5DE
(231,229,222)
#EEEDE9
(238,237,233)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA586 color. Also use rgb(175,165,134) instead hex code.

Text Font Color

.myTextColor { color: #AFA586; }

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

This text font color is #AFA586.


Background Color

.myBgColor { background-color: #AFA586; }

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

This div background color is #AFA586.


Border color

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

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

This div border color is #AFA586.


Opacity

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

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

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

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

This text has shadow with #AFA586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA586 on black background.


Color preview on white background

This text has color #AFA586 on white background.



Black color preview on #AFA586 background

This text has black color on #AFA586 background.


White color preview on #AFA586 background

This text has white color on #AFA586 background.