COLOR #AFA29D

HEX: #AFA29D RGB: (175,162,157)

Color info

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

RGB color model

#AFA29D color RGB value is (175,162,157).

RGB: (175,162,157) (69%, 64%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 162 of 255 = 64%
B 157 of 255 = 62%

175
162
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 162 + 157 = 494 (100%)
R 175 of 494 ~ 35.43%
G 162 of 494 ~ 32.79%
B 157 of 494 ~ 31.78'%

%35.43
%32.79
%31.78

CMYK color model

#AFA29D color CMYK value is (0,7,10,31).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK: (0,7,10,31) C0M7Y10K31 (0%,7%,10%,31%) (0.00/0.07/0.10/0.31) 

CMYK percentages

%0
%7.43
%10.29
%31.37

Codes

Color #AFA29D in popluar color models

AF A2 9D
RGB 175 162 157
HSL 17° 10.11% 65.10%
HSB/HSV 17° 10.29% 68.63%
CMYK 0.00% 7.43% 10.29%
31.37%

Color #AFA29D in popluar number systems.

HEX AF A2 9D
Decimal 175 162 157
Binary 10101111 10100010 10011101
Octal 257 242 235

Shades and tints

Shades of #AFA29D

#AFA29D
(175,162,157)
#A0948F
(160,148,143)
#918681
(145,134,129)
#827873
(130,120,115)
#736A65
(115,106,101)
#645C57
(100,92,87)
#554E49
(85,78,73)
#46403B
(70,64,59)
#37322D
(55,50,45)
#28241F
(40,36,31)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #AFA29D

#AFA29D
(175,162,157)
#B6AAA5
(182,170,165)
#BDB2AD
(189,178,173)
#C4BAB5
(196,186,181)
#CBC2BD
(203,194,189)
#D2CAC5
(210,202,197)
#D9D2CD
(217,210,205)
#E0DAD5
(224,218,213)
#E7E2DD
(231,226,221)
#EEEAE5
(238,234,229)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA29D; }

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

This text font color is #AFA29D.

Background Color

.myBgColor { background-color: #AFA29D; }

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

This div background color is #AFA29D.

Border color

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

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

This div border color is #AFA29D.

Opacity

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

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

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

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

This text has shadow with #AFA29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA29D.

Preview

Color preview on black background

This text has color #AFA29D on black background.


Color preview on white background

This text has color #AFA29D on white background.


Black color preview on #AFA29D background

This text has black color on #AFA29D background.


White color preview on #AFA29D background

This text has white color on #AFA29D background.


Related colors

Complementary color

Complementary color for #hex is #505D62.


I love getcolorcode.com

Triadic colors

1 #9DAFA2 and #A29DAF with #AFA29D are triadic colors.

2 #9DA2AF and #A2AF9D with #AFA29D are triadic colors.