COLOR #A78CA0

HEX: #A78CA0 RGB: (167,140,160)

Color info

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

RGB color model

#A78CA0 color RGB value is (167,140,160).

RGB: (167,140,160) (65%, 55%, 63%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 160 of 255 = 63%

167
140
160

R + G + B ~ 61%. #A78CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 140 + 160 = 467 (100%)
R 167 of 467 ~ 35.76%
G 140 of 467 ~ 29.98%
B 160 of 467 ~ 34.26'%

%35.76
%29.98
%34.26

CMYK color model

#A78CA0 color CMYK value is (0,16,4,35).

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

CMYK: (0,16,4,35)
C0M16Y4K35 (0%, 16%, 4%, 35%)
(0.00 / 0.16 / 0.04 / 0.35)

CMYK percentages

%0
%16.17
%4.19
%34.51

Codes

Color #A78CA0 in popluar color models

A7 8C A0
RGB 167 140 160
HSL 316° 13.30% 60.20%
HSB/HSV 316° 16.17% 65.49%
CMYK 0.00% 16.17% 4.19%
34.51%

Color #A78CA0 in popluar number systems.

HEX A7 8C A0
Decimal 167 140 160
Binary 10100111 10001100 10100000
Octal 247 214 240

Shades and tints

Shades of #A78CA0

#A78CA0
(167,140,160)
#988092
(152,128,146)
#897484
(137,116,132)
#7A6876
(122,104,118)
#6B5C68
(107,92,104)
#5C505A
(92,80,90)
#4D444C
(77,68,76)
#3E383E
(62,56,62)
#2F2C30
(47,44,48)
#202022
(32,32,34)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A78CA0

#A78CA0
(167,140,160)
#AF96A8
(175,150,168)
#B7A0B0
(183,160,176)
#BFAAB8
(191,170,184)
#C7B4C0
(199,180,192)
#CFBEC8
(207,190,200)
#D7C8D0
(215,200,208)
#DFD2D8
(223,210,216)
#E7DCE0
(231,220,224)
#EFE6E8
(239,230,232)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78CA0; }

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

This text font color is #A78CA0.

Background Color

.myBgColor { background-color: #A78CA0; }

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

This div background color is #A78CA0.

Border color

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

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

This div border color is #A78CA0.

Opacity

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

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

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

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

This text has shadow with #A78CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78CA0.

Preview

Color preview on black background

This text has color #A78CA0 on black background.


Color preview on white background

This text has color #A78CA0 on white background.


Black color preview on #A78CA0 background

This text has black color on #A78CA0 background.


White color preview on #A78CA0 background

This text has white color on #A78CA0 background.


Related colors

Complementary color

Complementary color for #hex is #58735F.


I love getcolorcode.com

Triadic colors

1 #A0A78C and #8CA0A7 with #A78CA0 are triadic colors.

2 #A08CA7 and #8CA7A0 with #A78CA0 are triadic colors.