COLOR #A4798E

HEX: #A4798E
RGB: (164,121,142)

Color info

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

RGB color model

#A4798E color RGB value is (164,121,142).

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

RGB channels and saturation

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

164
121
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 142 = 427 (100%)
R 164 of 427 ~ 38.41%
G 121 of 427 ~ 28.34%
B 142 of 427 ~ 33.26%

%38.41
%28.34
%33.26

CMYK color model

#A4798E color CMYK value is (0,26,13,36).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(0,26,13,36)
C0M26Y13K36 
(0%,26%,13%,36%)
(0.00/0.26/0.13/0.36)	

CMYK percentages

%0
%26.22
%13.41
%35.69

Codes

Color #A4798E in popluar color models

A4798E
RGB164121142
HSL331°19.11%55.88%
HSB/HSV331°26.22%64.31%
CMYK0.00%26.22%13.41%
35.69%

Color #A4798E in popluar number systems.

HEXA4798E
Decimal164121142
Binary10100100111100110001110
Octal244171216

Shades and tints

Shades of #A4798E

#A4798E
(164,121,142)
#966E82
(150,110,130)
#886376
(136,99,118)
#7A586A
(122,88,106)
#6C4D5E
(108,77,94)
#5E4252
(94,66,82)
#503746
(80,55,70)
#422C3A
(66,44,58)
#34212E
(52,33,46)
#261622
(38,22,34)
#180B16
(24,11,22)
#000000
(0,0,0)

Tints of #A4798E

#A4798E
(164,121,142)
#AC8598
(172,133,152)
#B491A2
(180,145,162)
#BC9DAC
(188,157,172)
#C4A9B6
(196,169,182)
#CCB5C0
(204,181,192)
#D4C1CA
(212,193,202)
#DCCDD4
(220,205,212)
#E4D9DE
(228,217,222)
#ECE5E8
(236,229,232)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4798E; }

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

This text font color is #A4798E.


Background Color

.myBgColor { background-color: #A4798E; }

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

This div background color is #A4798E.


Border color

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

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

This div border color is #A4798E.


Opacity

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

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

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

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

This text has shadow with #A4798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4798E on black background.


Color preview on white background

This text has color #A4798E on white background.



Black color preview on #A4798E background

This text has black color on #A4798E background.


White color preview on #A4798E background

This text has white color on #A4798E background.