COLOR #A78E9A

HEX: #A78E9A RGB: (167,142,154)

Color info

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

RGB color model

#A78E9A color RGB value is (167,142,154).

RGB: (167,142,154) (65%, 56%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 154 of 255 = 60%

167
142
154

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

Portions of RGB colors in percentages

R + G + B = 167 + 142 + 154 = 463 (100%)
R 167 of 463 ~ 36.07%
G 142 of 463 ~ 30.67%
B 154 of 463 ~ 33.26'%

%36.07
%30.67
%33.26

CMYK color model

#A78E9A color CMYK value is (0,15,8,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 7.78%
  • key color value is 34.51%

CMYK: (0,15,8,35)
C0M15Y8K35 (0%, 15%, 8%, 35%)
(0.00 / 0.15 / 0.08 / 0.35)

CMYK percentages

%0
%14.97
%7.78
%34.51

Codes

Color #A78E9A in popluar color models

A7 8E 9A
RGB 167 142 154
HSL 331° 12.44% 60.59%
HSB/HSV 331° 14.97% 65.49%
CMYK 0.00% 14.97% 7.78%
34.51%

Color #A78E9A in popluar number systems.

HEX A7 8E 9A
Decimal 167 142 154
Binary 10100111 10001110 10011010
Octal 247 216 232

Shades and tints

Shades of #A78E9A

#A78E9A
(167,142,154)
#98828C
(152,130,140)
#89767E
(137,118,126)
#7A6A70
(122,106,112)
#6B5E62
(107,94,98)
#5C5254
(92,82,84)
#4D4646
(77,70,70)
#3E3A38
(62,58,56)
#2F2E2A
(47,46,42)
#20221C
(32,34,28)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #A78E9A

#A78E9A
(167,142,154)
#AF98A3
(175,152,163)
#B7A2AC
(183,162,172)
#BFACB5
(191,172,181)
#C7B6BE
(199,182,190)
#CFC0C7
(207,192,199)
#D7CAD0
(215,202,208)
#DFD4D9
(223,212,217)
#E7DEE2
(231,222,226)
#EFE8EB
(239,232,235)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78E9A color. Also use rgb(167,142,154) instead hex code.

Text Font Color

.myTextColor { color: #A78E9A; }

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

This text font color is #A78E9A.

Background Color

.myBgColor { background-color: #A78E9A; }

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

This div background color is #A78E9A.

Border color

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

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

This div border color is #A78E9A.

Opacity

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

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

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

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

This text has shadow with #A78E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78E9A.

Preview

Color preview on black background

This text has color #A78E9A on black background.


Color preview on white background

This text has color #A78E9A on white background.


Black color preview on #A78E9A background

This text has black color on #A78E9A background.


White color preview on #A78E9A background

This text has white color on #A78E9A background.


Related colors

Complementary color

Complementary color for #hex is #587165.


I love getcolorcode.com

Triadic colors

1 #9AA78E and #8E9AA7 with #A78E9A are triadic colors.

2 #9A8EA7 and #8EA79A with #A78E9A are triadic colors.