COLOR #A4778E

HEX: #A4778E
RGB: (164,119,142)

Color info

#A4778E contains red, green and blue colors in about the same proportion. Web safe color of #A4778E is #996699 (or #969).

RGB color model

#A4778E color RGB value is (164,119,142).

  • red value is 164;
  • green value is 119;
  • blue value is 142.
RGB:
(164,119,142)
(64%,47%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 142 of 255 = 56%

164
119
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 142 = 425 (100%)
R 164 of 425 ~ 38.59%
G 119 of 425 ~ 28%
B 142 of 425 ~ 33.41%

%38.59
%28
%33.41

CMYK color model

#A4778E color CMYK value is (0,27,13,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(0,27,13,36)
C0M27Y13K36 
(0%,27%,13%,36%)
(0.00/0.27/0.13/0.36)	

CMYK percentages

%0
%27.44
%13.41
%35.69

Codes

Color #A4778E in popluar color models

A4778E
RGB164119142
HSL329°19.82%55.49%
HSB/HSV329°27.44%64.31%
CMYK0.00%27.44%13.41%
35.69%

Color #A4778E in popluar number systems.

HEXA4778E
Decimal164119142
Binary10100100111011110001110
Octal244167216

Shades and tints

Shades of #A4778E

#A4778E
(164,119,142)
#966D82
(150,109,130)
#886376
(136,99,118)
#7A596A
(122,89,106)
#6C4F5E
(108,79,94)
#5E4552
(94,69,82)
#503B46
(80,59,70)
#42313A
(66,49,58)
#34272E
(52,39,46)
#261D22
(38,29,34)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #A4778E

#A4778E
(164,119,142)
#AC8398
(172,131,152)
#B48FA2
(180,143,162)
#BC9BAC
(188,155,172)
#C4A7B6
(196,167,182)
#CCB3C0
(204,179,192)
#D4BFCA
(212,191,202)
#DCCBD4
(220,203,212)
#E4D7DE
(228,215,222)
#ECE3E8
(236,227,232)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4778E color. Also use rgb(164,119,142) instead hex code.

Text Font Color

.myTextColor { color: #A4778E; }

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

This text font color is #A4778E.


Background Color

.myBgColor { background-color: #A4778E; }

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

This div background color is #A4778E.


Border color

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

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

This div border color is #A4778E.


Opacity

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

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

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

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

This text has shadow with #A4778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4778E on black background.


Color preview on white background

This text has color #A4778E on white background.



Black color preview on #A4778E background

This text has black color on #A4778E background.


White color preview on #A4778E background

This text has white color on #A4778E background.