COLOR #A78C9B

HEX: #A78C9B RGB: (167,140,155)

Color info

#A78C9B contains red, green and blue colors in about the same proportion. Web safe color of #A78C9B is #999999 (or #999).

RGB color model

#A78C9B color RGB value is (167,140,155).

RGB: (167,140,155) (65%, 55%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 155 of 255 = 61%

167
140
155

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

Portions of RGB colors in percentages

R + G + B = 167 + 140 + 155 = 462 (100%)
R 167 of 462 ~ 36.15%
G 140 of 462 ~ 30.3%
B 155 of 462 ~ 33.55'%

%36.15
%30.3
%33.55

CMYK color model

#A78C9B color CMYK value is (0,16,7,35).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 7.19%
  • key color value is 34.51%

CMYK: (0,16,7,35)
C0M16Y7K35 (0%, 16%, 7%, 35%)
(0.00 / 0.16 / 0.07 / 0.35)

CMYK percentages

%0
%16.17
%7.19
%34.51

Codes

Color #A78C9B in popluar color models

A7 8C 9B
RGB 167 140 155
HSL 327° 13.30% 60.20%
HSB/HSV 327° 16.17% 65.49%
CMYK 0.00% 16.17% 7.19%
34.51%

Color #A78C9B in popluar number systems.

HEX A7 8C 9B
Decimal 167 140 155
Binary 10100111 10001100 10011011
Octal 247 214 233

Shades and tints

Shades of #A78C9B

#A78C9B
(167,140,155)
#98808D
(152,128,141)
#89747F
(137,116,127)
#7A6871
(122,104,113)
#6B5C63
(107,92,99)
#5C5055
(92,80,85)
#4D4447
(77,68,71)
#3E3839
(62,56,57)
#2F2C2B
(47,44,43)
#20201D
(32,32,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A78C9B

#A78C9B
(167,140,155)
#AF96A4
(175,150,164)
#B7A0AD
(183,160,173)
#BFAAB6
(191,170,182)
#C7B4BF
(199,180,191)
#CFBEC8
(207,190,200)
#D7C8D1
(215,200,209)
#DFD2DA
(223,210,218)
#E7DCE3
(231,220,227)
#EFE6EC
(239,230,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78C9B; }

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

This text font color is #A78C9B.

Background Color

.myBgColor { background-color: #A78C9B; }

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

This div background color is #A78C9B.

Border color

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

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

This div border color is #A78C9B.

Opacity

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

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

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

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

This text has shadow with #A78C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78C9B.

Preview

Color preview on black background

This text has color #A78C9B on black background.


Color preview on white background

This text has color #A78C9B on white background.


Black color preview on #A78C9B background

This text has black color on #A78C9B background.


White color preview on #A78C9B background

This text has white color on #A78C9B background.


Related colors

Complementary color

Complementary color for #hex is #587364.


I love getcolorcode.com

Triadic colors

1 #9BA78C and #8C9BA7 with #A78C9B are triadic colors.

2 #9B8CA7 and #8CA79B with #A78C9B are triadic colors.