COLOR #AFA59C

HEX: #AFA59C
RGB: (175,165,156)

Color info

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

RGB color model

#AFA59C color RGB value is (175,165,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 156 of 255 = 61%

175
165
156

R + G + B ~ 65%. #AFA59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 156 = 496 (100%)
R 175 of 496 ~ 35.28%
G 165 of 496 ~ 33.27%
B 156 of 496 ~ 31.45%

%35.28
%33.27
%31.45

CMYK color model

#AFA59C color CMYK value is (0,6,11,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,6,11,31)
C0M6Y11K31 
(0%,6%,11%,31%)
(0.00/0.06/0.11/0.31)	

CMYK percentages

%0
%5.71
%10.86
%31.37

Codes

Color #AFA59C in popluar color models

AFA59C
RGB175165156
HSL28°10.61%64.90%
HSB/HSV28°10.86%68.63%
CMYK0.00%5.71%10.86%
31.37%

Color #AFA59C in popluar number systems.

HEXAFA59C
Decimal175165156
Binary101011111010010110011100
Octal257245234

Shades and tints

Shades of #AFA59C

#AFA59C
(175,165,156)
#A0968E
(160,150,142)
#918780
(145,135,128)
#827872
(130,120,114)
#736964
(115,105,100)
#645A56
(100,90,86)
#554B48
(85,75,72)
#463C3A
(70,60,58)
#372D2C
(55,45,44)
#281E1E
(40,30,30)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #AFA59C

#AFA59C
(175,165,156)
#B6ADA5
(182,173,165)
#BDB5AE
(189,181,174)
#C4BDB7
(196,189,183)
#CBC5C0
(203,197,192)
#D2CDC9
(210,205,201)
#D9D5D2
(217,213,210)
#E0DDDB
(224,221,219)
#E7E5E4
(231,229,228)
#EEEDED
(238,237,237)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA59C; }

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

This text font color is #AFA59C.


Background Color

.myBgColor { background-color: #AFA59C; }

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

This div background color is #AFA59C.


Border color

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

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

This div border color is #AFA59C.


Opacity

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

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

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

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

This text has shadow with #AFA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA59C on black background.


Color preview on white background

This text has color #AFA59C on white background.



Black color preview on #AFA59C background

This text has black color on #AFA59C background.


White color preview on #AFA59C background

This text has white color on #AFA59C background.