COLOR #AFA17E

HEX: #AFA17E RGB: (175,161,126)

Color info

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

RGB color model

#AFA17E color RGB value is (175,161,126).

RGB: (175,161,126) (69%, 63%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 126 of 255 = 49%

175
161
126

R + G + B ~ 60%. #AFA17E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 126 = 462 (100%)
R 175 of 462 ~ 37.88%
G 161 of 462 ~ 34.85%
B 126 of 462 ~ 27.27'%

%37.88
%34.85
%27.27

CMYK color model

#AFA17E color CMYK value is (0,8,28,31).

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

CMYK: (0,8,28,31)
C0M8Y28K31 (0%, 8%, 28%, 31%)
(0.00 / 0.08 / 0.28 / 0.31)

CMYK percentages

%0
%8
%28
%31.37

Codes

Color #AFA17E in popluar color models

AF A1 7E
RGB 175 161 126
HSL 43° 23.44% 59.02%
HSB/HSV 43° 28.00% 68.63%
CMYK 0.00% 8.00% 28.00%
31.37%

Color #AFA17E in popluar number systems.

HEX AF A1 7E
Decimal 175 161 126
Binary 10101111 10100001 1111110
Octal 257 241 176

Shades and tints

Shades of #AFA17E

#AFA17E
(175,161,126)
#A09373
(160,147,115)
#918568
(145,133,104)
#82775D
(130,119,93)
#736952
(115,105,82)
#645B47
(100,91,71)
#554D3C
(85,77,60)
#463F31
(70,63,49)
#373126
(55,49,38)
#28231B
(40,35,27)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFA17E

#AFA17E
(175,161,126)
#B6A989
(182,169,137)
#BDB194
(189,177,148)
#C4B99F
(196,185,159)
#CBC1AA
(203,193,170)
#D2C9B5
(210,201,181)
#D9D1C0
(217,209,192)
#E0D9CB
(224,217,203)
#E7E1D6
(231,225,214)
#EEE9E1
(238,233,225)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA17E; }

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

This text font color is #AFA17E.

Background Color

.myBgColor { background-color: #AFA17E; }

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

This div background color is #AFA17E.

Border color

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

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

This div border color is #AFA17E.

Opacity

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

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

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

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

This text has shadow with #AFA17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA17E.

Preview

Color preview on black background

This text has color #AFA17E on black background.


Color preview on white background

This text has color #AFA17E on white background.


Black color preview on #AFA17E background

This text has black color on #AFA17E background.


White color preview on #AFA17E background

This text has white color on #AFA17E background.


Related colors

Complementary color

Complementary color for #hex is #505E81.


I love getcolorcode.com

Triadic colors

1 #7EAFA1 and #A17EAF with #AFA17E are triadic colors.

2 #7EA1AF and #A1AF7E with #AFA17E are triadic colors.