COLOR #AFA394

HEX: #AFA394 RGB: (175,163,148)

Color info

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

RGB color model

#AFA394 color RGB value is (175,163,148).

RGB: (175,163,148) (69%, 64%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 148 of 255 = 58%

175
163
148

R + G + B ~ 64%. #AFA394 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 148 = 486 (100%)
R 175 of 486 ~ 36.01%
G 163 of 486 ~ 33.54%
B 148 of 486 ~ 30.45'%

%36.01
%33.54
%30.45

CMYK color model

#AFA394 color CMYK value is (0,7,15,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 15.43%
  • key color value is 31.37%

CMYK: (0,7,15,31)
C0M7Y15K31 (0%, 7%, 15%, 31%)
(0.00 / 0.07 / 0.15 / 0.31)

CMYK percentages

%0
%6.86
%15.43
%31.37

Codes

Color #AFA394 in popluar color models

AF A3 94
RGB 175 163 148
HSL 33° 14.44% 63.33%
HSB/HSV 33° 15.43% 68.63%
CMYK 0.00% 6.86% 15.43%
31.37%

Color #AFA394 in popluar number systems.

HEX AF A3 94
Decimal 175 163 148
Binary 10101111 10100011 10010100
Octal 257 243 224

Shades and tints

Shades of #AFA394

#AFA394
(175,163,148)
#A09587
(160,149,135)
#91877A
(145,135,122)
#82796D
(130,121,109)
#736B60
(115,107,96)
#645D53
(100,93,83)
#554F46
(85,79,70)
#464139
(70,65,57)
#37332C
(55,51,44)
#28251F
(40,37,31)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFA394

#AFA394
(175,163,148)
#B6AB9D
(182,171,157)
#BDB3A6
(189,179,166)
#C4BBAF
(196,187,175)
#CBC3B8
(203,195,184)
#D2CBC1
(210,203,193)
#D9D3CA
(217,211,202)
#E0DBD3
(224,219,211)
#E7E3DC
(231,227,220)
#EEEBE5
(238,235,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA394; }

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

This text font color is #AFA394.

Background Color

.myBgColor { background-color: #AFA394; }

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

This div background color is #AFA394.

Border color

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

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

This div border color is #AFA394.

Opacity

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

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

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

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

This text has shadow with #AFA394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA394.

Preview

Color preview on black background

This text has color #AFA394 on black background.


Color preview on white background

This text has color #AFA394 on white background.


Black color preview on #AFA394 background

This text has black color on #AFA394 background.


White color preview on #AFA394 background

This text has white color on #AFA394 background.


Related colors

Complementary color

Complementary color for #hex is #505C6B.


I love getcolorcode.com

Triadic colors

1 #94AFA3 and #A394AF with #AFA394 are triadic colors.

2 #94A3AF and #A3AF94 with #AFA394 are triadic colors.