COLOR #A4748F

HEX: #A4748F
RGB: (164,116,143)

Color info

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

RGB color model

#A4748F color RGB value is (164,116,143).

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

RGB channels and saturation

R 164 of 255 = 64%
G 116 of 255 = 45%
B 143 of 255 = 56%

164
116
143

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

Portions of RGB colors in percentages

R + G + B =
164 + 116 + 143 = 423 (100%)
R 164 of 423 ~ 38.77%
G 116 of 423 ~ 27.42%
B 143 of 423 ~ 33.81%

%38.77
%27.42
%33.81

CMYK color model

#A4748F color CMYK value is (0,29,13,36).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 12.80%
  • key color value is 35.69%
CMYK:
(0,29,13,36)
C0M29Y13K36 
(0%,29%,13%,36%)
(0.00/0.29/0.13/0.36)	

CMYK percentages

%0
%29.27
%12.8
%35.69

Codes

Color #A4748F in popluar color models

A4748F
RGB164116143
HSL326°20.87%54.90%
HSB/HSV326°29.27%64.31%
CMYK0.00%29.27%12.80%
35.69%

Color #A4748F in popluar number systems.

HEXA4748F
Decimal164116143
Binary10100100111010010001111
Octal244164217

Shades and tints

Shades of #A4748F

#A4748F
(164,116,143)
#966A82
(150,106,130)
#886075
(136,96,117)
#7A5668
(122,86,104)
#6C4C5B
(108,76,91)
#5E424E
(94,66,78)
#503841
(80,56,65)
#422E34
(66,46,52)
#342427
(52,36,39)
#261A1A
(38,26,26)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #A4748F

#A4748F
(164,116,143)
#AC8099
(172,128,153)
#B48CA3
(180,140,163)
#BC98AD
(188,152,173)
#C4A4B7
(196,164,183)
#CCB0C1
(204,176,193)
#D4BCCB
(212,188,203)
#DCC8D5
(220,200,213)
#E4D4DF
(228,212,223)
#ECE0E9
(236,224,233)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4748F; }

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

This text font color is #A4748F.


Background Color

.myBgColor { background-color: #A4748F; }

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

This div background color is #A4748F.


Border color

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

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

This div border color is #A4748F.


Opacity

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

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

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

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

This text has shadow with #A4748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4748F on black background.


Color preview on white background

This text has color #A4748F on white background.



Black color preview on #A4748F background

This text has black color on #A4748F background.


White color preview on #A4748F background

This text has white color on #A4748F background.