COLOR #AFA59D

HEX: #AFA59D RGB: (175,165,157)

Color info

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

RGB color model

#AFA59D color RGB value is (175,165,157).

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

RGB channels and saturation

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

175
165
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 157 = 497 (100%)
R 175 of 497 ~ 35.21%
G 165 of 497 ~ 33.2%
B 157 of 497 ~ 31.59'%

%35.21
%33.2
%31.59

CMYK color model

#AFA59D color CMYK value is (0,6,10,31).

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

CMYK: (0,6,10,31)
C0M6Y10K31 (0%, 6%, 10%, 31%)
(0.00 / 0.06 / 0.10 / 0.31)

CMYK percentages

%0
%5.71
%10.29
%31.37

Codes

Color #AFA59D in popluar color models

AF A5 9D
RGB 175 165 157
HSL 27° 10.11% 65.10%
HSB/HSV 27° 10.29% 68.63%
CMYK 0.00% 5.71% 10.29%
31.37%

Color #AFA59D in popluar number systems.

HEX AF A5 9D
Decimal 175 165 157
Binary 10101111 10100101 10011101
Octal 257 245 235

Shades and tints

Shades of #AFA59D

#AFA59D
(175,165,157)
#A0968F
(160,150,143)
#918781
(145,135,129)
#827873
(130,120,115)
#736965
(115,105,101)
#645A57
(100,90,87)
#554B49
(85,75,73)
#463C3B
(70,60,59)
#372D2D
(55,45,45)
#281E1F
(40,30,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AFA59D

#AFA59D
(175,165,157)
#B6ADA5
(182,173,165)
#BDB5AD
(189,181,173)
#C4BDB5
(196,189,181)
#CBC5BD
(203,197,189)
#D2CDC5
(210,205,197)
#D9D5CD
(217,213,205)
#E0DDD5
(224,221,213)
#E7E5DD
(231,229,221)
#EEEDE5
(238,237,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA59D; }

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

This text font color is #AFA59D.

Background Color

.myBgColor { background-color: #AFA59D; }

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

This div background color is #AFA59D.

Border color

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

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

This div border color is #AFA59D.

Opacity

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

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

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

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

This text has shadow with #AFA59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA59D.

Preview

Color preview on black background

This text has color #AFA59D on black background.


Color preview on white background

This text has color #AFA59D on white background.


Black color preview on #AFA59D background

This text has black color on #AFA59D background.


White color preview on #AFA59D background

This text has white color on #AFA59D background.


Related colors

Complementary color

Complementary color for #hex is #505A62.


I love getcolorcode.com

Triadic colors

1 #9DAFA5 and #A59DAF with #AFA59D are triadic colors.

2 #9DA5AF and #A5AF9D with #AFA59D are triadic colors.