COLOR #A87A49

HEX: #A87A49 RGB: (168,122,73)

Color info

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

RGB color model

#A87A49 color RGB value is (168,122,73).

RGB: (168,122,73) (66%, 48%, 29%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 73 of 255 = 29%

168
122
73

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

Portions of RGB colors in percentages

R + G + B = 168 + 122 + 73 = 363 (100%)
R 168 of 363 ~ 46.28%
G 122 of 363 ~ 33.61%
B 73 of 363 ~ 20.11'%

%46.28
%33.61
%20.11

CMYK color model

#A87A49 color CMYK value is (0,27,57,34).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 56.55%
  • key color value is 34.12%
CMYK: (0,27,57,34) C0M27Y57K34 (0%,27%,57%,34%) (0.00/0.27/0.57/0.34) 

CMYK percentages

%0
%27.38
%56.55
%34.12

Codes

Color #A87A49 in popluar color models

A8 7A 49
RGB 168 122 73
HSL 31° 39.42% 47.25%
HSB/HSV 31° 56.55% 65.88%
CMYK 0.00% 27.38% 56.55%
34.12%

Color #A87A49 in popluar number systems.

HEX A8 7A 49
Decimal 168 122 73
Binary 10101000 1111010 1001001
Octal 250 172 111

Shades and tints

Shades of #A87A49

#A87A49
(168,122,73)
#996F43
(153,111,67)
#8A643D
(138,100,61)
#7B5937
(123,89,55)
#6C4E31
(108,78,49)
#5D432B
(93,67,43)
#4E3825
(78,56,37)
#3F2D1F
(63,45,31)
#302219
(48,34,25)
#211713
(33,23,19)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #A87A49

#A87A49
(168,122,73)
#AF8659
(175,134,89)
#B69269
(182,146,105)
#BD9E79
(189,158,121)
#C4AA89
(196,170,137)
#CBB699
(203,182,153)
#D2C2A9
(210,194,169)
#D9CEB9
(217,206,185)
#E0DAC9
(224,218,201)
#E7E6D9
(231,230,217)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87A49 color. Also use rgb(168,122,73) instead hex code.

Text Font Color

.myTextColor { color: #A87A49; }

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

This text font color is #A87A49.

Background Color

.myBgColor { background-color: #A87A49; }

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

This div background color is #A87A49.

Border color

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

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

This div border color is #A87A49.

Opacity

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

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

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

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

This text has shadow with #A87A49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87A49.

Preview

Color preview on black background

This text has color #A87A49 on black background.


Color preview on white background

This text has color #A87A49 on white background.


Black color preview on #A87A49 background

This text has black color on #A87A49 background.


White color preview on #A87A49 background

This text has white color on #A87A49 background.


Related colors

Complementary color

Complementary color for #hex is #5785B6.


I love getcolorcode.com

Triadic colors

1 #49A87A and #7A49A8 with #A87A49 are triadic colors.

2 #497AA8 and #7AA849 with #A87A49 are triadic colors.