COLOR #A4738F

HEX: #A4738F RGB: (164,115,143)

Color info

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

RGB color model

#A4738F color RGB value is (164,115,143).

RGB: (164,115,143) (64%, 45%, 56%)

RGB channels and saturation

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

164
115
143

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

Portions of RGB colors in percentages

R + G + B = 164 + 115 + 143 = 422 (100%)
R 164 of 422 ~ 38.86%
G 115 of 422 ~ 27.25%
B 143 of 422 ~ 33.89'%

%38.86
%27.25
%33.89

CMYK color model

#A4738F color CMYK value is (0,30,13,36).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 12.80%
  • key color value is 35.69%

CMYK: (0,30,13,36)
C0M30Y13K36 (0%, 30%, 13%, 36%)
(0.00 / 0.30 / 0.13 / 0.36)

CMYK percentages

%0
%29.88
%12.8
%35.69

Codes

Color #A4738F in popluar color models

A4 73 8F
RGB 164 115 143
HSL 326° 21.21% 54.71%
HSB/HSV 326° 29.88% 64.31%
CMYK 0.00% 29.88% 12.80%
35.69%

Color #A4738F in popluar number systems.

HEX A4 73 8F
Decimal 164 115 143
Binary 10100100 1110011 10001111
Octal 244 163 217

Shades and tints

Shades of #A4738F

#A4738F
(164,115,143)
#966982
(150,105,130)
#885F75
(136,95,117)
#7A5568
(122,85,104)
#6C4B5B
(108,75,91)
#5E414E
(94,65,78)
#503741
(80,55,65)
#422D34
(66,45,52)
#342327
(52,35,39)
#26191A
(38,25,26)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #A4738F

#A4738F
(164,115,143)
#AC7F99
(172,127,153)
#B48BA3
(180,139,163)
#BC97AD
(188,151,173)
#C4A3B7
(196,163,183)
#CCAFC1
(204,175,193)
#D4BBCB
(212,187,203)
#DCC7D5
(220,199,213)
#E4D3DF
(228,211,223)
#ECDFE9
(236,223,233)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4738F; }

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

This text font color is #A4738F.

Background Color

.myBgColor { background-color: #A4738F; }

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

This div background color is #A4738F.

Border color

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

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

This div border color is #A4738F.

Opacity

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

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

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

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

This text has shadow with #A4738F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4738F.

Preview

Color preview on black background

This text has color #A4738F on black background.


Color preview on white background

This text has color #A4738F on white background.


Black color preview on #A4738F background

This text has black color on #A4738F background.


White color preview on #A4738F background

This text has white color on #A4738F background.


Related colors

Complementary color

Complementary color for #hex is #5B8C70.


I love getcolorcode.com

Triadic colors

1 #8FA473 and #738FA4 with #A4738F are triadic colors.

2 #8F73A4 and #73A48F with #A4738F are triadic colors.