COLOR #AF8343

HEX: #AF8343 RGB: (175,131,67)

Color info

#AF8343 contains mainly red and green colors. Web safe color of #AF8343 is #999933 (or #993).

RGB color model

#AF8343 color RGB value is (175,131,67).

RGB: (175,131,67) (69%, 51%, 26%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 67 of 255 = 26%

175
131
67

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

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 67 = 373 (100%)
R 175 of 373 ~ 46.92%
G 131 of 373 ~ 35.12%
B 67 of 373 ~ 17.96'%

%46.92
%35.12
%17.96

CMYK color model

#AF8343 color CMYK value is (0,25,62,31).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 61.71%
  • key color value is 31.37%

CMYK: (0,25,62,31)
C0M25Y62K31 (0%, 25%, 62%, 31%)
(0.00 / 0.25 / 0.62 / 0.31)

CMYK percentages

%0
%25.14
%61.71
%31.37

Codes

Color #AF8343 in popluar color models

AF 83 43
RGB 175 131 67
HSL 36° 44.63% 47.45%
HSB/HSV 36° 61.71% 68.63%
CMYK 0.00% 25.14% 61.71%
31.37%

Color #AF8343 in popluar number systems.

HEX AF 83 43
Decimal 175 131 67
Binary 10101111 10000011 1000011
Octal 257 203 103

Shades and tints

Shades of #AF8343

#AF8343
(175,131,67)
#A0783D
(160,120,61)
#916D37
(145,109,55)
#826231
(130,98,49)
#73572B
(115,87,43)
#644C25
(100,76,37)
#55411F
(85,65,31)
#463619
(70,54,25)
#372B13
(55,43,19)
#28200D
(40,32,13)
#191507
(25,21,7)
#000000
(0,0,0)

Tints of #AF8343

#AF8343
(175,131,67)
#B68E54
(182,142,84)
#BD9965
(189,153,101)
#C4A476
(196,164,118)
#CBAF87
(203,175,135)
#D2BA98
(210,186,152)
#D9C5A9
(217,197,169)
#E0D0BA
(224,208,186)
#E7DBCB
(231,219,203)
#EEE6DC
(238,230,220)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8343 color. Also use rgb(175,131,67) instead hex code.

Text Font Color

.myTextColor { color: #AF8343; }

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

This text font color is #AF8343.

Background Color

.myBgColor { background-color: #AF8343; }

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

This div background color is #AF8343.

Border color

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

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

This div border color is #AF8343.

Opacity

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

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

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

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

This text has shadow with #AF8343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8343.

Preview

Color preview on black background

This text has color #AF8343 on black background.


Color preview on white background

This text has color #AF8343 on white background.


Black color preview on #AF8343 background

This text has black color on #AF8343 background.


White color preview on #AF8343 background

This text has white color on #AF8343 background.


Related colors

Complementary color

Complementary color for #hex is #507CBC.


I love getcolorcode.com

Triadic colors

1 #43AF83 and #8343AF with #AF8343 are triadic colors.

2 #4383AF and #83AF43 with #AF8343 are triadic colors.