COLOR #A4859C

HEX: #A4859C
RGB: (164,133,156)

Color info

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

RGB color model

#A4859C color RGB value is (164,133,156).

  • red value is 164;
  • green value is 133;
  • blue value is 156.
RGB:
(164,133,156)
(64%,52%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 156 of 255 = 61%

164
133
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 156 = 453 (100%)
R 164 of 453 ~ 36.2%
G 133 of 453 ~ 29.36%
B 156 of 453 ~ 34.44%

%36.2
%29.36
%34.44

CMYK color model

#A4859C color CMYK value is (0,19,5,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,19,5,36)
C0M19Y5K36 
(0%,19%,5%,36%)
(0.00/0.19/0.05/0.36)	

CMYK percentages

%0
%18.9
%4.88
%35.69

Codes

Color #A4859C in popluar color models

A4859C
RGB164133156
HSL315°14.55%58.24%
HSB/HSV315°18.90%64.31%
CMYK0.00%18.90%4.88%
35.69%

Color #A4859C in popluar number systems.

HEXA4859C
Decimal164133156
Binary101001001000010110011100
Octal244205234

Shades and tints

Shades of #A4859C

#A4859C
(164,133,156)
#96798E
(150,121,142)
#886D80
(136,109,128)
#7A6172
(122,97,114)
#6C5564
(108,85,100)
#5E4956
(94,73,86)
#503D48
(80,61,72)
#42313A
(66,49,58)
#34252C
(52,37,44)
#26191E
(38,25,30)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #A4859C

#A4859C
(164,133,156)
#AC90A5
(172,144,165)
#B49BAE
(180,155,174)
#BCA6B7
(188,166,183)
#C4B1C0
(196,177,192)
#CCBCC9
(204,188,201)
#D4C7D2
(212,199,210)
#DCD2DB
(220,210,219)
#E4DDE4
(228,221,228)
#ECE8ED
(236,232,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4859C color. Also use rgb(164,133,156) instead hex code.

Text Font Color

.myTextColor { color: #A4859C; }

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

This text font color is #A4859C.


Background Color

.myBgColor { background-color: #A4859C; }

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

This div background color is #A4859C.


Border color

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

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

This div border color is #A4859C.


Opacity

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

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

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

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

This text has shadow with #A4859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4859C on black background.


Color preview on white background

This text has color #A4859C on white background.



Black color preview on #A4859C background

This text has black color on #A4859C background.


White color preview on #A4859C background

This text has white color on #A4859C background.