COLOR #AF8E5B

HEX: #AF8E5B RGB: (175,142,91)

Color info

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

RGB color model

#AF8E5B color RGB value is (175,142,91).

RGB: (175,142,91) (69%, 56%, 36%)

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 91 of 255 = 36%

175
142
91

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

Portions of RGB colors in percentages

R + G + B = 175 + 142 + 91 = 408 (100%)
R 175 of 408 ~ 42.89%
G 142 of 408 ~ 34.8%
B 91 of 408 ~ 22.3'%

%42.89
%34.8
%22.3

CMYK color model

#AF8E5B color CMYK value is (0,19,48,31).

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

CMYK: (0,19,48,31)
C0M19Y48K31 (0%, 19%, 48%, 31%)
(0.00 / 0.19 / 0.48 / 0.31)

CMYK percentages

%0
%18.86
%48
%31.37

Codes

Color #AF8E5B in popluar color models

AF 8E 5B
RGB 175 142 91
HSL 36° 34.43% 52.16%
HSB/HSV 36° 48.00% 68.63%
CMYK 0.00% 18.86% 48.00%
31.37%

Color #AF8E5B in popluar number systems.

HEX AF 8E 5B
Decimal 175 142 91
Binary 10101111 10001110 1011011
Octal 257 216 133

Shades and tints

Shades of #AF8E5B

#AF8E5B
(175,142,91)
#A08253
(160,130,83)
#91764B
(145,118,75)
#826A43
(130,106,67)
#735E3B
(115,94,59)
#645233
(100,82,51)
#55462B
(85,70,43)
#463A23
(70,58,35)
#372E1B
(55,46,27)
#282213
(40,34,19)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #AF8E5B

#AF8E5B
(175,142,91)
#B69869
(182,152,105)
#BDA277
(189,162,119)
#C4AC85
(196,172,133)
#CBB693
(203,182,147)
#D2C0A1
(210,192,161)
#D9CAAF
(217,202,175)
#E0D4BD
(224,212,189)
#E7DECB
(231,222,203)
#EEE8D9
(238,232,217)
#F5F2E7
(245,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8E5B; }

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

This text font color is #AF8E5B.

Background Color

.myBgColor { background-color: #AF8E5B; }

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

This div background color is #AF8E5B.

Border color

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

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

This div border color is #AF8E5B.

Opacity

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

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

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

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

This text has shadow with #AF8E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8E5B.

Preview

Color preview on black background

This text has color #AF8E5B on black background.


Color preview on white background

This text has color #AF8E5B on white background.


Black color preview on #AF8E5B background

This text has black color on #AF8E5B background.


White color preview on #AF8E5B background

This text has white color on #AF8E5B background.


Related colors

Complementary color

Complementary color for #hex is #5071A4.


I love getcolorcode.com

Triadic colors

1 #5BAF8E and #8E5BAF with #AF8E5B are triadic colors.

2 #5B8EAF and #8EAF5B with #AF8E5B are triadic colors.