COLOR #A4849C

HEX: #A4849C RGB: (164,132,156)

Color info

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

RGB color model

#A4849C color RGB value is (164,132,156).

RGB: (164,132,156) (64%, 52%, 61%)

RGB channels and saturation

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

164
132
156

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

Portions of RGB colors in percentages

R + G + B = 164 + 132 + 156 = 452 (100%)
R 164 of 452 ~ 36.28%
G 132 of 452 ~ 29.2%
B 156 of 452 ~ 34.51'%

%36.28
%29.2
%34.51

CMYK color model

#A4849C color CMYK value is (0,20,5,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK: (0,20,5,36) C0M20Y5K36 (0%,20%,5%,36%) (0.00/0.20/0.05/0.36) 

CMYK percentages

%0
%19.51
%4.88
%35.69

Codes

Color #A4849C in popluar color models

A4 84 9C
RGB 164 132 156
HSL 315° 14.95% 58.04%
HSB/HSV 315° 19.51% 64.31%
CMYK 0.00% 19.51% 4.88%
35.69%

Color #A4849C in popluar number systems.

HEX A4 84 9C
Decimal 164 132 156
Binary 10100100 10000100 10011100
Octal 244 204 234

Shades and tints

Shades of #A4849C

#A4849C
(164,132,156)
#96788E
(150,120,142)
#886C80
(136,108,128)
#7A6072
(122,96,114)
#6C5464
(108,84,100)
#5E4856
(94,72,86)
#503C48
(80,60,72)
#42303A
(66,48,58)
#34242C
(52,36,44)
#26181E
(38,24,30)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #A4849C

#A4849C
(164,132,156)
#AC8FA5
(172,143,165)
#B49AAE
(180,154,174)
#BCA5B7
(188,165,183)
#C4B0C0
(196,176,192)
#CCBBC9
(204,187,201)
#D4C6D2
(212,198,210)
#DCD1DB
(220,209,219)
#E4DCE4
(228,220,228)
#ECE7ED
(236,231,237)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4849C; }

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

This text font color is #A4849C.

Background Color

.myBgColor { background-color: #A4849C; }

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

This div background color is #A4849C.

Border color

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

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

This div border color is #A4849C.

Opacity

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

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

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

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

This text has shadow with #A4849C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4849C.

Preview

Color preview on black background

This text has color #A4849C on black background.


Color preview on white background

This text has color #A4849C on white background.


Black color preview on #A4849C background

This text has black color on #A4849C background.


White color preview on #A4849C background

This text has white color on #A4849C background.


Related colors

Complementary color

Complementary color for #hex is #5B7B63.


I love getcolorcode.com

Triadic colors

1 #9CA484 and #849CA4 with #A4849C are triadic colors.

2 #9C84A4 and #84A49C with #A4849C are triadic colors.