COLOR #AFA39D

HEX: #AFA39D RGB: (175,163,157)

Color info

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

RGB color model

#AFA39D color RGB value is (175,163,157).

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

RGB channels and saturation

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

175
163
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 157 = 495 (100%)
R 175 of 495 ~ 35.35%
G 163 of 495 ~ 32.93%
B 157 of 495 ~ 31.72'%

%35.35
%32.93
%31.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.86%
  • 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
%6.86
%10.29
%31.37

Codes

Color #AFA39D in popluar color models

AF A3 9D
RGB 175 163 157
HSL 20° 10.11% 65.10%
HSB/HSV 20° 10.29% 68.63%
CMYK 0.00% 6.86% 10.29%
31.37%

Color #AFA39D in popluar number systems.

HEX AF A3 9D
Decimal 175 163 157
Binary 10101111 10100011 10011101
Octal 257 243 235

Shades and tints

Shades of #AFA39D

#AFA39D
(175,163,157)
#A0958F
(160,149,143)
#918781
(145,135,129)
#827973
(130,121,115)
#736B65
(115,107,101)
#645D57
(100,93,87)
#554F49
(85,79,73)
#46413B
(70,65,59)
#37332D
(55,51,45)
#28251F
(40,37,31)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFA39D

#AFA39D
(175,163,157)
#B6ABA5
(182,171,165)
#BDB3AD
(189,179,173)
#C4BBB5
(196,187,181)
#CBC3BD
(203,195,189)
#D2CBC5
(210,203,197)
#D9D3CD
(217,211,205)
#E0DBD5
(224,219,213)
#E7E3DD
(231,227,221)
#EEEBE5
(238,235,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA39D; }

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

This text font color is #AFA39D.

Background Color

.myBgColor { background-color: #AFA39D; }

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

This div background color is #AFA39D.

Border color

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

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

This div border color is #AFA39D.

Opacity

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

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

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

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

This text has shadow with #AFA39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA39D.

Preview

Color preview on black background

This text has color #AFA39D on black background.


Color preview on white background

This text has color #AFA39D on white background.


Black color preview on #AFA39D background

This text has black color on #AFA39D background.


White color preview on #AFA39D background

This text has white color on #AFA39D background.


Related colors

Complementary color

Complementary color for #hex is #505C62.


I love getcolorcode.com

Triadic colors

1 #9DAFA3 and #A39DAF with #AFA39D are triadic colors.

2 #9DA3AF and #A3AF9D with #AFA39D are triadic colors.