COLOR #A4849B

HEX: #A4849B RGB: (164,132,155)

Color info

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

RGB color model

#A4849B color RGB value is (164,132,155).

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

RGB channels and saturation

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

164
132
155

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

Portions of RGB colors in percentages

R + G + B = 164 + 132 + 155 = 451 (100%)
R 164 of 451 ~ 36.36%
G 132 of 451 ~ 29.27%
B 155 of 451 ~ 34.37'%

%36.36
%29.27
%34.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 5.49%
  • 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
%5.49
%35.69

Codes

Color #A4849B in popluar color models

A4 84 9B
RGB 164 132 155
HSL 317° 14.95% 58.04%
HSB/HSV 317° 19.51% 64.31%
CMYK 0.00% 19.51% 5.49%
35.69%

Color #A4849B in popluar number systems.

HEX A4 84 9B
Decimal 164 132 155
Binary 10100100 10000100 10011011
Octal 244 204 233

Shades and tints

Shades of #A4849B

#A4849B
(164,132,155)
#96788D
(150,120,141)
#886C7F
(136,108,127)
#7A6071
(122,96,113)
#6C5463
(108,84,99)
#5E4855
(94,72,85)
#503C47
(80,60,71)
#423039
(66,48,57)
#34242B
(52,36,43)
#26181D
(38,24,29)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #A4849B

#A4849B
(164,132,155)
#AC8FA4
(172,143,164)
#B49AAD
(180,154,173)
#BCA5B6
(188,165,182)
#C4B0BF
(196,176,191)
#CCBBC8
(204,187,200)
#D4C6D1
(212,198,209)
#DCD1DA
(220,209,218)
#E4DCE3
(228,220,227)
#ECE7EC
(236,231,236)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4849B; }

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

This text font color is #A4849B.

Background Color

.myBgColor { background-color: #A4849B; }

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

This div background color is #A4849B.

Border color

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

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

This div border color is #A4849B.

Opacity

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

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

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

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

This text has shadow with #A4849B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4849B.

Preview

Color preview on black background

This text has color #A4849B on black background.


Color preview on white background

This text has color #A4849B on white background.


Black color preview on #A4849B background

This text has black color on #A4849B background.


White color preview on #A4849B background

This text has white color on #A4849B background.


Related colors

Complementary color

Complementary color for #hex is #5B7B64.


I love getcolorcode.com

Triadic colors

1 #9BA484 and #849BA4 with #A4849B are triadic colors.

2 #9B84A4 and #84A49B with #A4849B are triadic colors.