COLOR #AFA37E

HEX: #AFA37E RGB: (175,163,126)

Color info

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

RGB color model

#AFA37E color RGB value is (175,163,126).

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

RGB channels and saturation

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

175
163
126

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 126 = 464 (100%)
R 175 of 464 ~ 37.72%
G 163 of 464 ~ 35.13%
B 126 of 464 ~ 27.16'%

%37.72
%35.13
%27.16

CMYK color model

#AFA37E color CMYK value is (0,7,28,31).

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

CMYK: (0,7,28,31)
C0M7Y28K31 (0%, 7%, 28%, 31%)
(0.00 / 0.07 / 0.28 / 0.31)

CMYK percentages

%0
%6.86
%28
%31.37

Codes

Color #AFA37E in popluar color models

AF A3 7E
RGB 175 163 126
HSL 45° 23.44% 59.02%
HSB/HSV 45° 28.00% 68.63%
CMYK 0.00% 6.86% 28.00%
31.37%

Color #AFA37E in popluar number systems.

HEX AF A3 7E
Decimal 175 163 126
Binary 10101111 10100011 1111110
Octal 257 243 176

Shades and tints

Shades of #AFA37E

#AFA37E
(175,163,126)
#A09573
(160,149,115)
#918768
(145,135,104)
#82795D
(130,121,93)
#736B52
(115,107,82)
#645D47
(100,93,71)
#554F3C
(85,79,60)
#464131
(70,65,49)
#373326
(55,51,38)
#28251B
(40,37,27)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #AFA37E

#AFA37E
(175,163,126)
#B6AB89
(182,171,137)
#BDB394
(189,179,148)
#C4BB9F
(196,187,159)
#CBC3AA
(203,195,170)
#D2CBB5
(210,203,181)
#D9D3C0
(217,211,192)
#E0DBCB
(224,219,203)
#E7E3D6
(231,227,214)
#EEEBE1
(238,235,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA37E; }

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

This text font color is #AFA37E.

Background Color

.myBgColor { background-color: #AFA37E; }

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

This div background color is #AFA37E.

Border color

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

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

This div border color is #AFA37E.

Opacity

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

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

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

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

This text has shadow with #AFA37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA37E.

Preview

Color preview on black background

This text has color #AFA37E on black background.


Color preview on white background

This text has color #AFA37E on white background.


Black color preview on #AFA37E background

This text has black color on #AFA37E background.


White color preview on #AFA37E background

This text has white color on #AFA37E background.


Related colors

Complementary color

Complementary color for #hex is #505C81.


I love getcolorcode.com

Triadic colors

1 #7EAFA3 and #A37EAF with #AFA37E are triadic colors.

2 #7EA3AF and #A3AF7E with #AFA37E are triadic colors.