COLOR #AFA494

HEX: #AFA494 RGB: (175,164,148)

Color info

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

RGB color model

#AFA494 color RGB value is (175,164,148).

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

RGB channels and saturation

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

175
164
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 148 = 487 (100%)
R 175 of 487 ~ 35.93%
G 164 of 487 ~ 33.68%
B 148 of 487 ~ 30.39'%

%35.93
%33.68
%30.39

CMYK color model

#AFA494 color CMYK value is (0,6,15,31).

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

CMYK: (0,6,15,31)
C0M6Y15K31 (0%, 6%, 15%, 31%)
(0.00 / 0.06 / 0.15 / 0.31)

CMYK percentages

%0
%6.29
%15.43
%31.37

Codes

Color #AFA494 in popluar color models

AF A4 94
RGB 175 164 148
HSL 36° 14.44% 63.33%
HSB/HSV 36° 15.43% 68.63%
CMYK 0.00% 6.29% 15.43%
31.37%

Color #AFA494 in popluar number systems.

HEX AF A4 94
Decimal 175 164 148
Binary 10101111 10100100 10010100
Octal 257 244 224

Shades and tints

Shades of #AFA494

#AFA494
(175,164,148)
#A09687
(160,150,135)
#91887A
(145,136,122)
#827A6D
(130,122,109)
#736C60
(115,108,96)
#645E53
(100,94,83)
#555046
(85,80,70)
#464239
(70,66,57)
#37342C
(55,52,44)
#28261F
(40,38,31)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #AFA494

#AFA494
(175,164,148)
#B6AC9D
(182,172,157)
#BDB4A6
(189,180,166)
#C4BCAF
(196,188,175)
#CBC4B8
(203,196,184)
#D2CCC1
(210,204,193)
#D9D4CA
(217,212,202)
#E0DCD3
(224,220,211)
#E7E4DC
(231,228,220)
#EEECE5
(238,236,229)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA494; }

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

This text font color is #AFA494.

Background Color

.myBgColor { background-color: #AFA494; }

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

This div background color is #AFA494.

Border color

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

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

This div border color is #AFA494.

Opacity

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

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

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

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

This text has shadow with #AFA494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA494.

Preview

Color preview on black background

This text has color #AFA494 on black background.


Color preview on white background

This text has color #AFA494 on white background.


Black color preview on #AFA494 background

This text has black color on #AFA494 background.


White color preview on #AFA494 background

This text has white color on #AFA494 background.


Related colors

Complementary color

Complementary color for #hex is #505B6B.


I love getcolorcode.com

Triadic colors

1 #94AFA4 and #A494AF with #AFA494 are triadic colors.

2 #94A4AF and #A4AF94 with #AFA494 are triadic colors.