COLOR #AFA39E

HEX: #AFA39E RGB: (175,163,158)

Color info

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

RGB color model

#AFA39E color RGB value is (175,163,158).

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

RGB channels and saturation

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

175
163
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 158 = 496 (100%)
R 175 of 496 ~ 35.28%
G 163 of 496 ~ 32.86%
B 158 of 496 ~ 31.85'%

%35.28
%32.86
%31.85

CMYK color model

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

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

Codes

Color #AFA39E in popluar color models

AF A3 9E
RGB 175 163 158
HSL 18° 9.60% 65.29%
HSB/HSV 18° 9.71% 68.63%
CMYK 0.00% 6.86% 9.71%
31.37%

Color #AFA39E in popluar number systems.

HEX AF A3 9E
Decimal 175 163 158
Binary 10101111 10100011 10011110
Octal 257 243 236

Shades and tints

Shades of #AFA39E

#AFA39E
(175,163,158)
#A09590
(160,149,144)
#918782
(145,135,130)
#827974
(130,121,116)
#736B66
(115,107,102)
#645D58
(100,93,88)
#554F4A
(85,79,74)
#46413C
(70,65,60)
#37332E
(55,51,46)
#282520
(40,37,32)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFA39E

#AFA39E
(175,163,158)
#B6ABA6
(182,171,166)
#BDB3AE
(189,179,174)
#C4BBB6
(196,187,182)
#CBC3BE
(203,195,190)
#D2CBC6
(210,203,198)
#D9D3CE
(217,211,206)
#E0DBD6
(224,219,214)
#E7E3DE
(231,227,222)
#EEEBE6
(238,235,230)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA39E; }

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

This text font color is #AFA39E.

Background Color

.myBgColor { background-color: #AFA39E; }

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

This div background color is #AFA39E.

Border color

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

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

This div border color is #AFA39E.

Opacity

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

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

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

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

This text has shadow with #AFA39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA39E.

Preview

Color preview on black background

This text has color #AFA39E on black background.


Color preview on white background

This text has color #AFA39E on white background.


Black color preview on #AFA39E background

This text has black color on #AFA39E background.


White color preview on #AFA39E background

This text has white color on #AFA39E background.


Related colors

Complementary color

Complementary color for #hex is #505C61.


I love getcolorcode.com

Triadic colors

1 #9EAFA3 and #A39EAF with #AFA39E are triadic colors.

2 #9EA3AF and #A3AF9E with #AFA39E are triadic colors.