COLOR #A78855

HEX: #A78855
RGB: (167,136,85)

Color info

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

RGB color model

#A78855 color RGB value is (167,136,85).

  • red value is 167;
  • green value is 136;
  • blue value is 85.
RGB:
(167,136,85)
(65%,53%,33%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 85 of 255 = 33%

167
136
85

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

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 85 = 388 (100%)
R 167 of 388 ~ 43.04%
G 136 of 388 ~ 35.05%
B 85 of 388 ~ 21.91%

%43.04
%35.05
%21.91

CMYK color model

#A78855 color CMYK value is (0,19,49,35).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 49.10%
  • key color value is 34.51%
CMYK:
(0,19,49,35)
C0M19Y49K35 
(0%,19%,49%,35%)
(0.00/0.19/0.49/0.35)	

CMYK percentages

%0
%18.56
%49.1
%34.51

Codes

Color #A78855 in popluar color models

A78855
RGB16713685
HSL37°32.54%49.41%
HSB/HSV37°49.10%65.49%
CMYK0.00%18.56%49.10%
34.51%

Color #A78855 in popluar number systems.

HEXA78855
Decimal16713685
Binary10100111100010001010101
Octal247210125

Shades and tints

Shades of #A78855

#A78855
(167,136,85)
#987C4E
(152,124,78)
#897047
(137,112,71)
#7A6440
(122,100,64)
#6B5839
(107,88,57)
#5C4C32
(92,76,50)
#4D402B
(77,64,43)
#3E3424
(62,52,36)
#2F281D
(47,40,29)
#201C16
(32,28,22)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #A78855

#A78855
(167,136,85)
#AF9264
(175,146,100)
#B79C73
(183,156,115)
#BFA682
(191,166,130)
#C7B091
(199,176,145)
#CFBAA0
(207,186,160)
#D7C4AF
(215,196,175)
#DFCEBE
(223,206,190)
#E7D8CD
(231,216,205)
#EFE2DC
(239,226,220)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78855 color. Also use rgb(167,136,85) instead hex code.

Text Font Color

.myTextColor { color: #A78855; }

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

This text font color is #A78855.


Background Color

.myBgColor { background-color: #A78855; }

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

This div background color is #A78855.


Border color

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

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

This div border color is #A78855.


Opacity

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

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

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

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

This text has shadow with #A78855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78855 on black background.


Color preview on white background

This text has color #A78855 on white background.



Black color preview on #A78855 background

This text has black color on #A78855 background.


White color preview on #A78855 background

This text has white color on #A78855 background.