COLOR #AFA59F

HEX: #AFA59F RGB: (175,165,159)

Color info

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

RGB color model

#AFA59F color RGB value is (175,165,159).

RGB: (175,165,159) (69%, 65%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 159 of 255 = 62%

175
165
159

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 159 = 499 (100%)
R 175 of 499 ~ 35.07%
G 165 of 499 ~ 33.07%
B 159 of 499 ~ 31.86'%

%35.07
%33.07
%31.86

CMYK color model

#AFA59F color CMYK value is (0,6,9,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 9.14%
  • key color value is 31.37%

CMYK: (0,6,9,31)
C0M6Y9K31 (0%, 6%, 9%, 31%)
(0.00 / 0.06 / 0.09 / 0.31)

CMYK percentages

%0
%5.71
%9.14
%31.37

Codes

Color #AFA59F in popluar color models

AF A5 9F
RGB 175 165 159
HSL 23° 9.09% 65.49%
HSB/HSV 23° 9.14% 68.63%
CMYK 0.00% 5.71% 9.14%
31.37%

Color #AFA59F in popluar number systems.

HEX AF A5 9F
Decimal 175 165 159
Binary 10101111 10100101 10011111
Octal 257 245 237

Shades and tints

Shades of #AFA59F

#AFA59F
(175,165,159)
#A09691
(160,150,145)
#918783
(145,135,131)
#827875
(130,120,117)
#736967
(115,105,103)
#645A59
(100,90,89)
#554B4B
(85,75,75)
#463C3D
(70,60,61)
#372D2F
(55,45,47)
#281E21
(40,30,33)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AFA59F

#AFA59F
(175,165,159)
#B6ADA7
(182,173,167)
#BDB5AF
(189,181,175)
#C4BDB7
(196,189,183)
#CBC5BF
(203,197,191)
#D2CDC7
(210,205,199)
#D9D5CF
(217,213,207)
#E0DDD7
(224,221,215)
#E7E5DF
(231,229,223)
#EEEDE7
(238,237,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA59F; }

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

This text font color is #AFA59F.

Background Color

.myBgColor { background-color: #AFA59F; }

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

This div background color is #AFA59F.

Border color

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

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

This div border color is #AFA59F.

Opacity

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

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

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

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

This text has shadow with #AFA59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA59F.

Preview

Color preview on black background

This text has color #AFA59F on black background.


Color preview on white background

This text has color #AFA59F on white background.


Black color preview on #AFA59F background

This text has black color on #AFA59F background.


White color preview on #AFA59F background

This text has white color on #AFA59F background.


Related colors

Complementary color

Complementary color for #hex is #505A60.


I love getcolorcode.com

Triadic colors

1 #9FAFA5 and #A59FAF with #AFA59F are triadic colors.

2 #9FA5AF and #A5AF9F with #AFA59F are triadic colors.