COLOR #A4738D

HEX: #A4738D
RGB: (164,115,141)

Color info

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

RGB color model

#A4738D color RGB value is (164,115,141).

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

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 141 of 255 = 55%

164
115
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 115 + 141 = 420 (100%)
R 164 of 420 ~ 39.05%
G 115 of 420 ~ 27.38%
B 141 of 420 ~ 33.57%

%39.05
%27.38
%33.57

CMYK color model

#A4738D color CMYK value is (0,30,14,36).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 14.02%
  • key color value is 35.69%
CMYK:
(0,30,14,36)
C0M30Y14K36 
(0%,30%,14%,36%)
(0.00/0.30/0.14/0.36)	

CMYK percentages

%0
%29.88
%14.02
%35.69

Codes

Color #A4738D in popluar color models

A4738D
RGB164115141
HSL328°21.21%54.71%
HSB/HSV328°29.88%64.31%
CMYK0.00%29.88%14.02%
35.69%

Color #A4738D in popluar number systems.

HEXA4738D
Decimal164115141
Binary10100100111001110001101
Octal244163215

Shades and tints

Shades of #A4738D

#A4738D
(164,115,141)
#966981
(150,105,129)
#885F75
(136,95,117)
#7A5569
(122,85,105)
#6C4B5D
(108,75,93)
#5E4151
(94,65,81)
#503745
(80,55,69)
#422D39
(66,45,57)
#34232D
(52,35,45)
#261921
(38,25,33)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A4738D

#A4738D
(164,115,141)
#AC7F97
(172,127,151)
#B48BA1
(180,139,161)
#BC97AB
(188,151,171)
#C4A3B5
(196,163,181)
#CCAFBF
(204,175,191)
#D4BBC9
(212,187,201)
#DCC7D3
(220,199,211)
#E4D3DD
(228,211,221)
#ECDFE7
(236,223,231)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4738D color. Also use rgb(164,115,141) instead hex code.

Text Font Color

.myTextColor { color: #A4738D; }

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

This text font color is #A4738D.


Background Color

.myBgColor { background-color: #A4738D; }

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

This div background color is #A4738D.


Border color

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

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

This div border color is #A4738D.


Opacity

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

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

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

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

This text has shadow with #A4738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4738D on black background.


Color preview on white background

This text has color #A4738D on white background.



Black color preview on #A4738D background

This text has black color on #A4738D background.


White color preview on #A4738D background

This text has white color on #A4738D background.