COLOR #A78C80

HEX: #A78C80
RGB: (167,140,128)

Color info

#A78C80 contains red, green and blue colors in about the same proportion. Web safe color of #A78C80 is #999966 (or #996).

RGB color model

#A78C80 color RGB value is (167,140,128).

  • red value is 167;
  • green value is 140;
  • blue value is 128.
RGB:
(167,140,128)
(65%,55%,50%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 128 of 255 = 50%

167
140
128

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

Portions of RGB colors in percentages

R + G + B =
167 + 140 + 128 = 435 (100%)
R 167 of 435 ~ 38.39%
G 140 of 435 ~ 32.18%
B 128 of 435 ~ 29.43%

%38.39
%32.18
%29.43

CMYK color model

#A78C80 color CMYK value is (0,16,23,35).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 23.35%
  • key color value is 34.51%
CMYK:
(0,16,23,35)
C0M16Y23K35 
(0%,16%,23%,35%)
(0.00/0.16/0.23/0.35)	

CMYK percentages

%0
%16.17
%23.35
%34.51

Codes

Color #A78C80 in popluar color models

A78C80
RGB167140128
HSL18°18.14%57.84%
HSB/HSV18°23.35%65.49%
CMYK0.00%16.17%23.35%
34.51%

Color #A78C80 in popluar number systems.

HEXA78C80
Decimal167140128
Binary101001111000110010000000
Octal247214200

Shades and tints

Shades of #A78C80

#A78C80
(167,140,128)
#988075
(152,128,117)
#89746A
(137,116,106)
#7A685F
(122,104,95)
#6B5C54
(107,92,84)
#5C5049
(92,80,73)
#4D443E
(77,68,62)
#3E3833
(62,56,51)
#2F2C28
(47,44,40)
#20201D
(32,32,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A78C80

#A78C80
(167,140,128)
#AF968B
(175,150,139)
#B7A096
(183,160,150)
#BFAAA1
(191,170,161)
#C7B4AC
(199,180,172)
#CFBEB7
(207,190,183)
#D7C8C2
(215,200,194)
#DFD2CD
(223,210,205)
#E7DCD8
(231,220,216)
#EFE6E3
(239,230,227)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78C80 color. Also use rgb(167,140,128) instead hex code.

Text Font Color

.myTextColor { color: #A78C80; }

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

This text font color is #A78C80.


Background Color

.myBgColor { background-color: #A78C80; }

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

This div background color is #A78C80.


Border color

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

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

This div border color is #A78C80.


Opacity

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

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

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

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

This text has shadow with #A78C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78C80 on black background.


Color preview on white background

This text has color #A78C80 on white background.



Black color preview on #A78C80 background

This text has black color on #A78C80 background.


White color preview on #A78C80 background

This text has white color on #A78C80 background.