COLOR #A87F43

HEX: #A87F43 RGB: (168,127,67)

Color info

#A87F43 contains mainly red and green colors. Web safe color of #A87F43 is #996633 (or #963).

RGB color model

#A87F43 color RGB value is (168,127,67).

RGB: (168,127,67) (66%, 50%, 26%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 67 of 255 = 26%

168
127
67

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

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 67 = 362 (100%)
R 168 of 362 ~ 46.41%
G 127 of 362 ~ 35.08%
B 67 of 362 ~ 18.51'%

%46.41
%35.08
%18.51

CMYK color model

#A87F43 color CMYK value is (0,24,60,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 60.12%
  • key color value is 34.12%

CMYK: (0,24,60,34)
C0M24Y60K34 (0%, 24%, 60%, 34%)
(0.00 / 0.24 / 0.60 / 0.34)

CMYK percentages

%0
%24.4
%60.12
%34.12

Codes

Color #A87F43 in popluar color models

A8 7F 43
RGB 168 127 67
HSL 36° 42.98% 46.08%
HSB/HSV 36° 60.12% 65.88%
CMYK 0.00% 24.40% 60.12%
34.12%

Color #A87F43 in popluar number systems.

HEX A8 7F 43
Decimal 168 127 67
Binary 10101000 1111111 1000011
Octal 250 177 103

Shades and tints

Shades of #A87F43

#A87F43
(168,127,67)
#99743D
(153,116,61)
#8A6937
(138,105,55)
#7B5E31
(123,94,49)
#6C532B
(108,83,43)
#5D4825
(93,72,37)
#4E3D1F
(78,61,31)
#3F3219
(63,50,25)
#302713
(48,39,19)
#211C0D
(33,28,13)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #A87F43

#A87F43
(168,127,67)
#AF8A54
(175,138,84)
#B69565
(182,149,101)
#BDA076
(189,160,118)
#C4AB87
(196,171,135)
#CBB698
(203,182,152)
#D2C1A9
(210,193,169)
#D9CCBA
(217,204,186)
#E0D7CB
(224,215,203)
#E7E2DC
(231,226,220)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87F43 color. Also use rgb(168,127,67) instead hex code.

Text Font Color

.myTextColor { color: #A87F43; }

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

This text font color is #A87F43.

Background Color

.myBgColor { background-color: #A87F43; }

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

This div background color is #A87F43.

Border color

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

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

This div border color is #A87F43.

Opacity

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

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

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

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

This text has shadow with #A87F43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87F43.

Preview

Color preview on black background

This text has color #A87F43 on black background.


Color preview on white background

This text has color #A87F43 on white background.


Black color preview on #A87F43 background

This text has black color on #A87F43 background.


White color preview on #A87F43 background

This text has white color on #A87F43 background.


Related colors

Complementary color

Complementary color for #hex is #5780BC.


I love getcolorcode.com

Triadic colors

1 #43A87F and #7F43A8 with #A87F43 are triadic colors.

2 #437FA8 and #7FA843 with #A87F43 are triadic colors.