COLOR #A78390

HEX: #A78390
RGB: (167,131,144)

Color info

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

RGB color model

#A78390 color RGB value is (167,131,144).

  • red value is 167;
  • green value is 131;
  • blue value is 144.
RGB:
(167,131,144)
(65%,51%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 144 of 255 = 56%

167
131
144

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

Portions of RGB colors in percentages

R + G + B =
167 + 131 + 144 = 442 (100%)
R 167 of 442 ~ 37.78%
G 131 of 442 ~ 29.64%
B 144 of 442 ~ 32.58%

%37.78
%29.64
%32.58

CMYK color model

#A78390 color CMYK value is (0,22,14,35).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 13.77%
  • key color value is 34.51%
CMYK:
(0,22,14,35)
C0M22Y14K35 
(0%,22%,14%,35%)
(0.00/0.22/0.14/0.35)	

CMYK percentages

%0
%21.56
%13.77
%34.51

Codes

Color #A78390 in popluar color models

A78390
RGB167131144
HSL338°16.98%58.43%
HSB/HSV338°21.56%65.49%
CMYK0.00%21.56%13.77%
34.51%

Color #A78390 in popluar number systems.

HEXA78390
Decimal167131144
Binary101001111000001110010000
Octal247203220

Shades and tints

Shades of #A78390

#A78390
(167,131,144)
#987883
(152,120,131)
#896D76
(137,109,118)
#7A6269
(122,98,105)
#6B575C
(107,87,92)
#5C4C4F
(92,76,79)
#4D4142
(77,65,66)
#3E3635
(62,54,53)
#2F2B28
(47,43,40)
#20201B
(32,32,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #A78390

#A78390
(167,131,144)
#AF8E9A
(175,142,154)
#B799A4
(183,153,164)
#BFA4AE
(191,164,174)
#C7AFB8
(199,175,184)
#CFBAC2
(207,186,194)
#D7C5CC
(215,197,204)
#DFD0D6
(223,208,214)
#E7DBE0
(231,219,224)
#EFE6EA
(239,230,234)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78390 color. Also use rgb(167,131,144) instead hex code.

Text Font Color

.myTextColor { color: #A78390; }

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

This text font color is #A78390.


Background Color

.myBgColor { background-color: #A78390; }

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

This div background color is #A78390.


Border color

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

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

This div border color is #A78390.


Opacity

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

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

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

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

This text has shadow with #A78390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78390 on black background.


Color preview on white background

This text has color #A78390 on white background.



Black color preview on #A78390 background

This text has black color on #A78390 background.


White color preview on #A78390 background

This text has white color on #A78390 background.