COLOR #A4839A

HEX: #A4839A
RGB: (164,131,154)

Color info

#A4839A contains red, green and blue colors in about the same proportion. Web safe color of #A4839A is #999999 (or #999).

RGB color model

#A4839A color RGB value is (164,131,154).

  • red value is 164;
  • green value is 131;
  • blue value is 154.
RGB:
(164,131,154)
(64%,51%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 154 of 255 = 60%

164
131
154

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

Portions of RGB colors in percentages

R + G + B =
164 + 131 + 154 = 449 (100%)
R 164 of 449 ~ 36.53%
G 131 of 449 ~ 29.18%
B 154 of 449 ~ 34.3%

%36.53
%29.18
%34.3

CMYK color model

#A4839A color CMYK value is (0,20,6,36).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 6.10%
  • key color value is 35.69%
CMYK:
(0,20,6,36)
C0M20Y6K36 
(0%,20%,6%,36%)
(0.00/0.20/0.06/0.36)	

CMYK percentages

%0
%20.12
%6.1
%35.69

Codes

Color #A4839A in popluar color models

A4839A
RGB164131154
HSL318°15.35%57.84%
HSB/HSV318°20.12%64.31%
CMYK0.00%20.12%6.10%
35.69%

Color #A4839A in popluar number systems.

HEXA4839A
Decimal164131154
Binary101001001000001110011010
Octal244203232

Shades and tints

Shades of #A4839A

#A4839A
(164,131,154)
#96788C
(150,120,140)
#886D7E
(136,109,126)
#7A6270
(122,98,112)
#6C5762
(108,87,98)
#5E4C54
(94,76,84)
#504146
(80,65,70)
#423638
(66,54,56)
#342B2A
(52,43,42)
#26201C
(38,32,28)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #A4839A

#A4839A
(164,131,154)
#AC8EA3
(172,142,163)
#B499AC
(180,153,172)
#BCA4B5
(188,164,181)
#C4AFBE
(196,175,190)
#CCBAC7
(204,186,199)
#D4C5D0
(212,197,208)
#DCD0D9
(220,208,217)
#E4DBE2
(228,219,226)
#ECE6EB
(236,230,235)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4839A color. Also use rgb(164,131,154) instead hex code.

Text Font Color

.myTextColor { color: #A4839A; }

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

This text font color is #A4839A.


Background Color

.myBgColor { background-color: #A4839A; }

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

This div background color is #A4839A.


Border color

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

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

This div border color is #A4839A.


Opacity

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

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

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

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

This text has shadow with #A4839A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4839A on black background.


Color preview on white background

This text has color #A4839A on white background.



Black color preview on #A4839A background

This text has black color on #A4839A background.


White color preview on #A4839A background

This text has white color on #A4839A background.