COLOR #A4778A

HEX: #A4778A
RGB: (164,119,138)

Color info

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

RGB color model

#A4778A color RGB value is (164,119,138).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 138 of 255 = 54%

164
119
138

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 138 = 421 (100%)
R 164 of 421 ~ 38.95%
G 119 of 421 ~ 28.27%
B 138 of 421 ~ 32.78%

%38.95
%28.27
%32.78

CMYK color model

#A4778A color CMYK value is (0,27,16,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(0,27,16,36)
C0M27Y16K36 
(0%,27%,16%,36%)
(0.00/0.27/0.16/0.36)	

CMYK percentages

%0
%27.44
%15.85
%35.69

Codes

Color #A4778A in popluar color models

A4778A
RGB164119138
HSL335°19.82%55.49%
HSB/HSV335°27.44%64.31%
CMYK0.00%27.44%15.85%
35.69%

Color #A4778A in popluar number systems.

HEXA4778A
Decimal164119138
Binary10100100111011110001010
Octal244167212

Shades and tints

Shades of #A4778A

#A4778A
(164,119,138)
#966D7E
(150,109,126)
#886372
(136,99,114)
#7A5966
(122,89,102)
#6C4F5A
(108,79,90)
#5E454E
(94,69,78)
#503B42
(80,59,66)
#423136
(66,49,54)
#34272A
(52,39,42)
#261D1E
(38,29,30)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A4778A

#A4778A
(164,119,138)
#AC8394
(172,131,148)
#B48F9E
(180,143,158)
#BC9BA8
(188,155,168)
#C4A7B2
(196,167,178)
#CCB3BC
(204,179,188)
#D4BFC6
(212,191,198)
#DCCBD0
(220,203,208)
#E4D7DA
(228,215,218)
#ECE3E4
(236,227,228)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4778A; }

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

This text font color is #A4778A.


Background Color

.myBgColor { background-color: #A4778A; }

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

This div background color is #A4778A.


Border color

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

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

This div border color is #A4778A.


Opacity

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

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

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

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

This text has shadow with #A4778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4778A on black background.


Color preview on white background

This text has color #A4778A on white background.



Black color preview on #A4778A background

This text has black color on #A4778A background.


White color preview on #A4778A background

This text has white color on #A4778A background.