COLOR #A4798C

HEX: #A4798C
RGB: (164,121,140)

Color info

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

RGB color model

#A4798C color RGB value is (164,121,140).

  • red value is 164;
  • green value is 121;
  • blue value is 140.
RGB:
(164,121,140)
(64%,47%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 121 of 255 = 47%
B 140 of 255 = 55%

164
121
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 140 = 425 (100%)
R 164 of 425 ~ 38.59%
G 121 of 425 ~ 28.47%
B 140 of 425 ~ 32.94%

%38.59
%28.47
%32.94

CMYK color model

#A4798C color CMYK value is (0,26,15,36).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,26,15,36)
C0M26Y15K36 
(0%,26%,15%,36%)
(0.00/0.26/0.15/0.36)	

CMYK percentages

%0
%26.22
%14.63
%35.69

Codes

Color #A4798C in popluar color models

A4798C
RGB164121140
HSL333°19.11%55.88%
HSB/HSV333°26.22%64.31%
CMYK0.00%26.22%14.63%
35.69%

Color #A4798C in popluar number systems.

HEXA4798C
Decimal164121140
Binary10100100111100110001100
Octal244171214

Shades and tints

Shades of #A4798C

#A4798C
(164,121,140)
#966E80
(150,110,128)
#886374
(136,99,116)
#7A5868
(122,88,104)
#6C4D5C
(108,77,92)
#5E4250
(94,66,80)
#503744
(80,55,68)
#422C38
(66,44,56)
#34212C
(52,33,44)
#261620
(38,22,32)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #A4798C

#A4798C
(164,121,140)
#AC8596
(172,133,150)
#B491A0
(180,145,160)
#BC9DAA
(188,157,170)
#C4A9B4
(196,169,180)
#CCB5BE
(204,181,190)
#D4C1C8
(212,193,200)
#DCCDD2
(220,205,210)
#E4D9DC
(228,217,220)
#ECE5E6
(236,229,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4798C color. Also use rgb(164,121,140) instead hex code.

Text Font Color

.myTextColor { color: #A4798C; }

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

This text font color is #A4798C.


Background Color

.myBgColor { background-color: #A4798C; }

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

This div background color is #A4798C.


Border color

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

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

This div border color is #A4798C.


Opacity

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

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

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

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

This text has shadow with #A4798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4798C on black background.


Color preview on white background

This text has color #A4798C on white background.



Black color preview on #A4798C background

This text has black color on #A4798C background.


White color preview on #A4798C background

This text has white color on #A4798C background.