COLOR #A78B80

HEX: #A78B80 RGB: (167,139,128)

Color info

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

RGB color model

#A78B80 color RGB value is (167,139,128).

RGB: (167,139,128) (65%, 55%, 50%)

RGB channels and saturation

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

167
139
128

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

Portions of RGB colors in percentages

R + G + B = 167 + 139 + 128 = 434 (100%)
R 167 of 434 ~ 38.48%
G 139 of 434 ~ 32.03%
B 128 of 434 ~ 29.49'%

%38.48
%32.03
%29.49

CMYK color model

#A78B80 color CMYK value is (0,17,23,35).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 23.35%
  • key color value is 34.51%

CMYK: (0,17,23,35)
C0M17Y23K35 (0%, 17%, 23%, 35%)
(0.00 / 0.17 / 0.23 / 0.35)

CMYK percentages

%0
%16.77
%23.35
%34.51

Codes

Color #A78B80 in popluar color models

A7 8B 80
RGB 167 139 128
HSL 17° 18.14% 57.84%
HSB/HSV 17° 23.35% 65.49%
CMYK 0.00% 16.77% 23.35%
34.51%

Color #A78B80 in popluar number systems.

HEX A7 8B 80
Decimal 167 139 128
Binary 10100111 10001011 10000000
Octal 247 213 200

Shades and tints

Shades of #A78B80

#A78B80
(167,139,128)
#987F75
(152,127,117)
#89736A
(137,115,106)
#7A675F
(122,103,95)
#6B5B54
(107,91,84)
#5C4F49
(92,79,73)
#4D433E
(77,67,62)
#3E3733
(62,55,51)
#2F2B28
(47,43,40)
#201F1D
(32,31,29)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #A78B80

#A78B80
(167,139,128)
#AF958B
(175,149,139)
#B79F96
(183,159,150)
#BFA9A1
(191,169,161)
#C7B3AC
(199,179,172)
#CFBDB7
(207,189,183)
#D7C7C2
(215,199,194)
#DFD1CD
(223,209,205)
#E7DBD8
(231,219,216)
#EFE5E3
(239,229,227)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78B80; }

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

This text font color is #A78B80.

Background Color

.myBgColor { background-color: #A78B80; }

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

This div background color is #A78B80.

Border color

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

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

This div border color is #A78B80.

Opacity

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

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

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

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

This text has shadow with #A78B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78B80.

Preview

Color preview on black background

This text has color #A78B80 on black background.


Color preview on white background

This text has color #A78B80 on white background.


Black color preview on #A78B80 background

This text has black color on #A78B80 background.


White color preview on #A78B80 background

This text has white color on #A78B80 background.


Related colors

Complementary color

Complementary color for #hex is #58747F.


I love getcolorcode.com

Triadic colors

1 #80A78B and #8B80A7 with #A78B80 are triadic colors.

2 #808BA7 and #8BA780 with #A78B80 are triadic colors.