COLOR #A4748C

HEX: #A4748C
RGB: (164,116,140)

Color info

#A4748C contains red, green and blue colors in about the same proportion. Web safe color of #A4748C is #996699 (or #969).

RGB color model

#A4748C color RGB value is (164,116,140).

  • red value is 164;
  • green value is 116;
  • blue value is 140.
RGB:
(164,116,140)
(64%,45%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 116 of 255 = 45%
B 140 of 255 = 55%

164
116
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 116 + 140 = 420 (100%)
R 164 of 420 ~ 39.05%
G 116 of 420 ~ 27.62%
B 140 of 420 ~ 33.33%

%39.05
%27.62
%33.33

CMYK color model

#A4748C color CMYK value is (0,29,15,36).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,29,15,36)
C0M29Y15K36 
(0%,29%,15%,36%)
(0.00/0.29/0.15/0.36)	

CMYK percentages

%0
%29.27
%14.63
%35.69

Codes

Color #A4748C in popluar color models

A4748C
RGB164116140
HSL330°20.87%54.90%
HSB/HSV330°29.27%64.31%
CMYK0.00%29.27%14.63%
35.69%

Color #A4748C in popluar number systems.

HEXA4748C
Decimal164116140
Binary10100100111010010001100
Octal244164214

Shades and tints

Shades of #A4748C

#A4748C
(164,116,140)
#966A80
(150,106,128)
#886074
(136,96,116)
#7A5668
(122,86,104)
#6C4C5C
(108,76,92)
#5E4250
(94,66,80)
#503844
(80,56,68)
#422E38
(66,46,56)
#34242C
(52,36,44)
#261A20
(38,26,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A4748C

#A4748C
(164,116,140)
#AC8096
(172,128,150)
#B48CA0
(180,140,160)
#BC98AA
(188,152,170)
#C4A4B4
(196,164,180)
#CCB0BE
(204,176,190)
#D4BCC8
(212,188,200)
#DCC8D2
(220,200,210)
#E4D4DC
(228,212,220)
#ECE0E6
(236,224,230)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4748C color. Also use rgb(164,116,140) instead hex code.

Text Font Color

.myTextColor { color: #A4748C; }

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

This text font color is #A4748C.


Background Color

.myBgColor { background-color: #A4748C; }

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

This div background color is #A4748C.


Border color

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

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

This div border color is #A4748C.


Opacity

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

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

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

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

This text has shadow with #A4748C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4748C on black background.


Color preview on white background

This text has color #A4748C on white background.



Black color preview on #A4748C background

This text has black color on #A4748C background.


White color preview on #A4748C background

This text has white color on #A4748C background.