COLOR #AFA594

HEX: #AFA594 RGB: (175,165,148)

Color info

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

RGB color model

#AFA594 color RGB value is (175,165,148).

RGB: (175,165,148) (69%, 65%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 148 of 255 = 58%

175
165
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 148 = 488 (100%)
R 175 of 488 ~ 35.86%
G 165 of 488 ~ 33.81%
B 148 of 488 ~ 30.33'%

%35.86
%33.81
%30.33

CMYK color model

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

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

Codes

Color #AFA594 in popluar color models

AF A5 94
RGB 175 165 148
HSL 38° 14.44% 63.33%
HSB/HSV 38° 15.43% 68.63%
CMYK 0.00% 5.71% 15.43%
31.37%

Color #AFA594 in popluar number systems.

HEX AF A5 94
Decimal 175 165 148
Binary 10101111 10100101 10010100
Octal 257 245 224

Shades and tints

Shades of #AFA594

#AFA594
(175,165,148)
#A09687
(160,150,135)
#91877A
(145,135,122)
#82786D
(130,120,109)
#736960
(115,105,96)
#645A53
(100,90,83)
#554B46
(85,75,70)
#463C39
(70,60,57)
#372D2C
(55,45,44)
#281E1F
(40,30,31)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AFA594

#AFA594
(175,165,148)
#B6AD9D
(182,173,157)
#BDB5A6
(189,181,166)
#C4BDAF
(196,189,175)
#CBC5B8
(203,197,184)
#D2CDC1
(210,205,193)
#D9D5CA
(217,213,202)
#E0DDD3
(224,221,211)
#E7E5DC
(231,229,220)
#EEEDE5
(238,237,229)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA594; }

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

This text font color is #AFA594.

Background Color

.myBgColor { background-color: #AFA594; }

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

This div background color is #AFA594.

Border color

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

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

This div border color is #AFA594.

Opacity

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

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

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

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

This text has shadow with #AFA594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA594.

Preview

Color preview on black background

This text has color #AFA594 on black background.


Color preview on white background

This text has color #AFA594 on white background.


Black color preview on #AFA594 background

This text has black color on #AFA594 background.


White color preview on #AFA594 background

This text has white color on #AFA594 background.


Related colors

Complementary color

Complementary color for #hex is #505A6B.


I love getcolorcode.com

Triadic colors

1 #94AFA5 and #A594AF with #AFA594 are triadic colors.

2 #94A5AF and #A5AF94 with #AFA594 are triadic colors.