COLOR #AF8C74

HEX: #AF8C74 RGB: (175,140,116)

Color info

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

RGB color model

#AF8C74 color RGB value is (175,140,116).

RGB: (175,140,116) (69%, 55%, 45%)

RGB channels and saturation

R 175 of 255 = 69%
G 140 of 255 = 55%
B 116 of 255 = 45%

175
140
116

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

Portions of RGB colors in percentages

R + G + B = 175 + 140 + 116 = 431 (100%)
R 175 of 431 ~ 40.6%
G 140 of 431 ~ 32.48%
B 116 of 431 ~ 26.91'%

%40.6
%32.48
%26.91

CMYK color model

#AF8C74 color CMYK value is (0,20,34,31).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 33.71%
  • key color value is 31.37%

CMYK: (0,20,34,31)
C0M20Y34K31 (0%, 20%, 34%, 31%)
(0.00 / 0.20 / 0.34 / 0.31)

CMYK percentages

%0
%20
%33.71
%31.37

Codes

Color #AF8C74 in popluar color models

AF 8C 74
RGB 175 140 116
HSL 24° 26.94% 57.06%
HSB/HSV 24° 33.71% 68.63%
CMYK 0.00% 20.00% 33.71%
31.37%

Color #AF8C74 in popluar number systems.

HEX AF 8C 74
Decimal 175 140 116
Binary 10101111 10001100 1110100
Octal 257 214 164

Shades and tints

Shades of #AF8C74

#AF8C74
(175,140,116)
#A0806A
(160,128,106)
#917460
(145,116,96)
#826856
(130,104,86)
#735C4C
(115,92,76)
#645042
(100,80,66)
#554438
(85,68,56)
#46382E
(70,56,46)
#372C24
(55,44,36)
#28201A
(40,32,26)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AF8C74

#AF8C74
(175,140,116)
#B69680
(182,150,128)
#BDA08C
(189,160,140)
#C4AA98
(196,170,152)
#CBB4A4
(203,180,164)
#D2BEB0
(210,190,176)
#D9C8BC
(217,200,188)
#E0D2C8
(224,210,200)
#E7DCD4
(231,220,212)
#EEE6E0
(238,230,224)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8C74 color. Also use rgb(175,140,116) instead hex code.

Text Font Color

.myTextColor { color: #AF8C74; }

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

This text font color is #AF8C74.

Background Color

.myBgColor { background-color: #AF8C74; }

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

This div background color is #AF8C74.

Border color

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

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

This div border color is #AF8C74.

Opacity

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

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

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

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

This text has shadow with #AF8C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8C74.

Preview

Color preview on black background

This text has color #AF8C74 on black background.


Color preview on white background

This text has color #AF8C74 on white background.


Black color preview on #AF8C74 background

This text has black color on #AF8C74 background.


White color preview on #AF8C74 background

This text has white color on #AF8C74 background.


Related colors

Complementary color

Complementary color for #hex is #50738B.


I love getcolorcode.com

Triadic colors

1 #74AF8C and #8C74AF with #AF8C74 are triadic colors.

2 #748CAF and #8CAF74 with #AF8C74 are triadic colors.