COLOR #AF8E67

HEX: #AF8E67 RGB: (175,142,103)

Color info

#AF8E67 contains mainly red and green colors. Web safe color of #AF8E67 is #999966 (or #996).

RGB color model

#AF8E67 color RGB value is (175,142,103).

RGB: (175,142,103) (69%, 56%, 40%)

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 103 of 255 = 40%

175
142
103

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

Portions of RGB colors in percentages

R + G + B = 175 + 142 + 103 = 420 (100%)
R 175 of 420 ~ 41.67%
G 142 of 420 ~ 33.81%
B 103 of 420 ~ 24.52'%

%41.67
%33.81
%24.52

CMYK color model

#AF8E67 color CMYK value is (0,19,41,31).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 41.14%
  • key color value is 31.37%

CMYK: (0,19,41,31)
C0M19Y41K31 (0%, 19%, 41%, 31%)
(0.00 / 0.19 / 0.41 / 0.31)

CMYK percentages

%0
%18.86
%41.14
%31.37

Codes

Color #AF8E67 in popluar color models

AF 8E 67
RGB 175 142 103
HSL 33° 31.03% 54.51%
HSB/HSV 33° 41.14% 68.63%
CMYK 0.00% 18.86% 41.14%
31.37%

Color #AF8E67 in popluar number systems.

HEX AF 8E 67
Decimal 175 142 103
Binary 10101111 10001110 1100111
Octal 257 216 147

Shades and tints

Shades of #AF8E67

#AF8E67
(175,142,103)
#A0825E
(160,130,94)
#917655
(145,118,85)
#826A4C
(130,106,76)
#735E43
(115,94,67)
#64523A
(100,82,58)
#554631
(85,70,49)
#463A28
(70,58,40)
#372E1F
(55,46,31)
#282216
(40,34,22)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #AF8E67

#AF8E67
(175,142,103)
#B69874
(182,152,116)
#BDA281
(189,162,129)
#C4AC8E
(196,172,142)
#CBB69B
(203,182,155)
#D2C0A8
(210,192,168)
#D9CAB5
(217,202,181)
#E0D4C2
(224,212,194)
#E7DECF
(231,222,207)
#EEE8DC
(238,232,220)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8E67 color. Also use rgb(175,142,103) instead hex code.

Text Font Color

.myTextColor { color: #AF8E67; }

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

This text font color is #AF8E67.

Background Color

.myBgColor { background-color: #AF8E67; }

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

This div background color is #AF8E67.

Border color

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

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

This div border color is #AF8E67.

Opacity

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

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

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

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

This text has shadow with #AF8E67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8E67.

Preview

Color preview on black background

This text has color #AF8E67 on black background.


Color preview on white background

This text has color #AF8E67 on white background.


Black color preview on #AF8E67 background

This text has black color on #AF8E67 background.


White color preview on #AF8E67 background

This text has white color on #AF8E67 background.


Related colors

Complementary color

Complementary color for #hex is #507198.


I love getcolorcode.com

Triadic colors

1 #67AF8E and #8E67AF with #AF8E67 are triadic colors.

2 #678EAF and #8EAF67 with #AF8E67 are triadic colors.