COLOR #A4788E

HEX: #A4788E
RGB: (164,120,142)

Color info

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

RGB color model

#A4788E color RGB value is (164,120,142).

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

RGB channels and saturation

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

164
120
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 120 + 142 = 426 (100%)
R 164 of 426 ~ 38.5%
G 120 of 426 ~ 28.17%
B 142 of 426 ~ 33.33%

%38.5
%28.17
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.83%
  • 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
%26.83
%13.41
%35.69

Codes

Color #A4788E in popluar color models

A4788E
RGB164120142
HSL330°19.47%55.69%
HSB/HSV330°26.83%64.31%
CMYK0.00%26.83%13.41%
35.69%

Color #A4788E in popluar number systems.

HEXA4788E
Decimal164120142
Binary10100100111100010001110
Octal244170216

Shades and tints

Shades of #A4788E

#A4788E
(164,120,142)
#966E82
(150,110,130)
#886476
(136,100,118)
#7A5A6A
(122,90,106)
#6C505E
(108,80,94)
#5E4652
(94,70,82)
#503C46
(80,60,70)
#42323A
(66,50,58)
#34282E
(52,40,46)
#261E22
(38,30,34)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #A4788E

#A4788E
(164,120,142)
#AC8498
(172,132,152)
#B490A2
(180,144,162)
#BC9CAC
(188,156,172)
#C4A8B6
(196,168,182)
#CCB4C0
(204,180,192)
#D4C0CA
(212,192,202)
#DCCCD4
(220,204,212)
#E4D8DE
(228,216,222)
#ECE4E8
(236,228,232)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4788E; }

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

This text font color is #A4788E.


Background Color

.myBgColor { background-color: #A4788E; }

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

This div background color is #A4788E.


Border color

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

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

This div border color is #A4788E.


Opacity

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

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

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

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

This text has shadow with #A4788E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4788E on black background.


Color preview on white background

This text has color #A4788E on white background.



Black color preview on #A4788E background

This text has black color on #A4788E background.


White color preview on #A4788E background

This text has white color on #A4788E background.