COLOR #AFA99D

HEX: #AFA99D
RGB: (175,169,157)

Color info

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

RGB color model

#AFA99D color RGB value is (175,169,157).

  • red value is 175;
  • green value is 169;
  • blue value is 157.
RGB:
(175,169,157)
(69%,66%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 157 of 255 = 62%

175
169
157

R + G + B ~ 66%. #AFA99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 157 = 501 (100%)
R 175 of 501 ~ 34.93%
G 169 of 501 ~ 33.73%
B 157 of 501 ~ 31.34%

%34.93
%33.73
%31.34

CMYK color model

#AFA99D color CMYK value is (0,3,10,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,3,10,31)
C0M3Y10K31 
(0%,3%,10%,31%)
(0.00/0.03/0.10/0.31)	

CMYK percentages

%0
%3.43
%10.29
%31.37

Codes

Color #AFA99D in popluar color models

AFA99D
RGB175169157
HSL40°10.11%65.10%
HSB/HSV40°10.29%68.63%
CMYK0.00%3.43%10.29%
31.37%

Color #AFA99D in popluar number systems.

HEXAFA99D
Decimal175169157
Binary101011111010100110011101
Octal257251235

Shades and tints

Shades of #AFA99D

#AFA99D
(175,169,157)
#A09A8F
(160,154,143)
#918B81
(145,139,129)
#827C73
(130,124,115)
#736D65
(115,109,101)
#645E57
(100,94,87)
#554F49
(85,79,73)
#46403B
(70,64,59)
#37312D
(55,49,45)
#28221F
(40,34,31)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFA99D

#AFA99D
(175,169,157)
#B6B0A5
(182,176,165)
#BDB7AD
(189,183,173)
#C4BEB5
(196,190,181)
#CBC5BD
(203,197,189)
#D2CCC5
(210,204,197)
#D9D3CD
(217,211,205)
#E0DAD5
(224,218,213)
#E7E1DD
(231,225,221)
#EEE8E5
(238,232,229)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA99D color. Also use rgb(175,169,157) instead hex code.

Text Font Color

.myTextColor { color: #AFA99D; }

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

This text font color is #AFA99D.


Background Color

.myBgColor { background-color: #AFA99D; }

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

This div background color is #AFA99D.


Border color

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

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

This div border color is #AFA99D.


Opacity

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

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

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

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

This text has shadow with #AFA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA99D on black background.


Color preview on white background

This text has color #AFA99D on white background.



Black color preview on #AFA99D background

This text has black color on #AFA99D background.


White color preview on #AFA99D background

This text has white color on #AFA99D background.