COLOR #AFA37D

HEX: #AFA37D RGB: (175,163,125)

Color info

#AFA37D contains red, green and blue colors in about the same proportion. Web safe color of #AFA37D is #999966 (or #996).

RGB color model

#AFA37D color RGB value is (175,163,125).

RGB: (175,163,125) (69%, 64%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 125 of 255 = 49%

175
163
125

R + G + B ~ 61%. #AFA37D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 125 = 463 (100%)
R 175 of 463 ~ 37.8%
G 163 of 463 ~ 35.21%
B 125 of 463 ~ 27'%

%37.8
%35.21
%27

CMYK color model

#AFA37D color CMYK value is (0,7,29,31).

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

CMYK: (0,7,29,31)
C0M7Y29K31 (0%, 7%, 29%, 31%)
(0.00 / 0.07 / 0.29 / 0.31)

CMYK percentages

%0
%6.86
%28.57
%31.37

Codes

Color #AFA37D in popluar color models

AF A3 7D
RGB 175 163 125
HSL 46° 23.81% 58.82%
HSB/HSV 46° 28.57% 68.63%
CMYK 0.00% 6.86% 28.57%
31.37%

Color #AFA37D in popluar number systems.

HEX AF A3 7D
Decimal 175 163 125
Binary 10101111 10100011 1111101
Octal 257 243 175

Shades and tints

Shades of #AFA37D

#AFA37D
(175,163,125)
#A09572
(160,149,114)
#918767
(145,135,103)
#82795C
(130,121,92)
#736B51
(115,107,81)
#645D46
(100,93,70)
#554F3B
(85,79,59)
#464130
(70,65,48)
#373325
(55,51,37)
#28251A
(40,37,26)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #AFA37D

#AFA37D
(175,163,125)
#B6AB88
(182,171,136)
#BDB393
(189,179,147)
#C4BB9E
(196,187,158)
#CBC3A9
(203,195,169)
#D2CBB4
(210,203,180)
#D9D3BF
(217,211,191)
#E0DBCA
(224,219,202)
#E7E3D5
(231,227,213)
#EEEBE0
(238,235,224)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA37D; }

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

This text font color is #AFA37D.

Background Color

.myBgColor { background-color: #AFA37D; }

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

This div background color is #AFA37D.

Border color

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

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

This div border color is #AFA37D.

Opacity

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

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

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

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

This text has shadow with #AFA37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA37D.

Preview

Color preview on black background

This text has color #AFA37D on black background.


Color preview on white background

This text has color #AFA37D on white background.


Black color preview on #AFA37D background

This text has black color on #AFA37D background.


White color preview on #AFA37D background

This text has white color on #AFA37D background.


Related colors

Complementary color

Complementary color for #hex is #505C82.


I love getcolorcode.com

Triadic colors

1 #7DAFA3 and #A37DAF with #AFA37D are triadic colors.

2 #7DA3AF and #A3AF7D with #AFA37D are triadic colors.