COLOR #AFA39C

HEX: #AFA39C RGB: (175,163,156)

Color info

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

RGB color model

#AFA39C color RGB value is (175,163,156).

RGB: (175,163,156) (69%, 64%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 156 of 255 = 61%

175
163
156

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 156 = 494 (100%)
R 175 of 494 ~ 35.43%
G 163 of 494 ~ 33%
B 156 of 494 ~ 31.58'%

%35.43
%33
%31.58

CMYK color model

#AFA39C color CMYK value is (0,7,11,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK: (0,7,11,31) C0M7Y11K31 (0%,7%,11%,31%) (0.00/0.07/0.11/0.31) 

CMYK percentages

%0
%6.86
%10.86
%31.37

Codes

Color #AFA39C in popluar color models

AF A3 9C
RGB 175 163 156
HSL 22° 10.61% 64.90%
HSB/HSV 22° 10.86% 68.63%
CMYK 0.00% 6.86% 10.86%
31.37%

Color #AFA39C in popluar number systems.

HEX AF A3 9C
Decimal 175 163 156
Binary 10101111 10100011 10011100
Octal 257 243 234

Shades and tints

Shades of #AFA39C

#AFA39C
(175,163,156)
#A0958E
(160,149,142)
#918780
(145,135,128)
#827972
(130,121,114)
#736B64
(115,107,100)
#645D56
(100,93,86)
#554F48
(85,79,72)
#46413A
(70,65,58)
#37332C
(55,51,44)
#28251E
(40,37,30)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #AFA39C

#AFA39C
(175,163,156)
#B6ABA5
(182,171,165)
#BDB3AE
(189,179,174)
#C4BBB7
(196,187,183)
#CBC3C0
(203,195,192)
#D2CBC9
(210,203,201)
#D9D3D2
(217,211,210)
#E0DBDB
(224,219,219)
#E7E3E4
(231,227,228)
#EEEBED
(238,235,237)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA39C; }

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

This text font color is #AFA39C.

Background Color

.myBgColor { background-color: #AFA39C; }

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

This div background color is #AFA39C.

Border color

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

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

This div border color is #AFA39C.

Opacity

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

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

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

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

This text has shadow with #AFA39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA39C.

Preview

Color preview on black background

This text has color #AFA39C on black background.


Color preview on white background

This text has color #AFA39C on white background.


Black color preview on #AFA39C background

This text has black color on #AFA39C background.


White color preview on #AFA39C background

This text has white color on #AFA39C background.


Related colors

Complementary color

Complementary color for #hex is #505C63.


I love getcolorcode.com

Triadic colors

1 #9CAFA3 and #A39CAF with #AFA39C are triadic colors.

2 #9CA3AF and #A3AF9C with #AFA39C are triadic colors.