COLOR #A4496A

HEX: #A4496A
RGB: (164,73,106)

Color info

#A4496A contains mainly red and blue colors. Web safe color of #A4496A is #993366 (or #936).

RGB color model

#A4496A color RGB value is (164,73,106).

  • red value is 164;
  • green value is 73;
  • blue value is 106.
RGB:
(164,73,106)
(64%,29%,42%)

RGB channels and saturation

R 164 of 255 = 64%
G 73 of 255 = 29%
B 106 of 255 = 42%

164
73
106

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

Portions of RGB colors in percentages

R + G + B =
164 + 73 + 106 = 343 (100%)
R 164 of 343 ~ 47.81%
G 73 of 343 ~ 21.28%
B 106 of 343 ~ 30.9%

%47.81
%21.28
%30.9

CMYK color model

#A4496A color CMYK value is (0,55,35,36).

  • cyan value is 0.00%
  • magenta value is 55.49%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(0,55,35,36)
C0M55Y35K36 
(0%,55%,35%,36%)
(0.00/0.55/0.35/0.36)	

CMYK percentages

%0
%55.49
%35.37
%35.69

Codes

Color #A4496A in popluar color models

A4496A
RGB16473106
HSL338°38.40%46.47%
HSB/HSV338°55.49%64.31%
CMYK0.00%55.49%35.37%
35.69%

Color #A4496A in popluar number systems.

HEXA4496A
Decimal16473106
Binary1010010010010011101010
Octal244111152

Shades and tints

Shades of #A4496A

#A4496A
(164,73,106)
#964361
(150,67,97)
#883D58
(136,61,88)
#7A374F
(122,55,79)
#6C3146
(108,49,70)
#5E2B3D
(94,43,61)
#502534
(80,37,52)
#421F2B
(66,31,43)
#341922
(52,25,34)
#261319
(38,19,25)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #A4496A

#A4496A
(164,73,106)
#AC5977
(172,89,119)
#B46984
(180,105,132)
#BC7991
(188,121,145)
#C4899E
(196,137,158)
#CC99AB
(204,153,171)
#D4A9B8
(212,169,184)
#DCB9C5
(220,185,197)
#E4C9D2
(228,201,210)
#ECD9DF
(236,217,223)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4496A color. Also use rgb(164,73,106) instead hex code.

Text Font Color

.myTextColor { color: #A4496A; }

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

This text font color is #A4496A.


Background Color

.myBgColor { background-color: #A4496A; }

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

This div background color is #A4496A.


Border color

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

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

This div border color is #A4496A.


Opacity

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

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

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

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

This text has shadow with #A4496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4496A on black background.


Color preview on white background

This text has color #A4496A on white background.



Black color preview on #A4496A background

This text has black color on #A4496A background.


White color preview on #A4496A background

This text has white color on #A4496A background.