COLOR #A44D7F

HEX: #A44D7F RGB: (164,77,127)

Color info

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

RGB color model

#A44D7F color RGB value is (164,77,127).

RGB: (164,77,127) (64%, 30%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 77 of 255 = 30%
B 127 of 255 = 50%

164
77
127

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

Portions of RGB colors in percentages

R + G + B = 164 + 77 + 127 = 368 (100%)
R 164 of 368 ~ 44.57%
G 77 of 368 ~ 20.92%
B 127 of 368 ~ 34.51'%

%44.57
%20.92
%34.51

CMYK color model

#A44D7F color CMYK value is (0,53,23,36).

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 22.56%
  • key color value is 35.69%

CMYK: (0,53,23,36)
C0M53Y23K36 (0%, 53%, 23%, 36%)
(0.00 / 0.53 / 0.23 / 0.36)

CMYK percentages

%0
%53.05
%22.56
%35.69

Codes

Color #A44D7F in popluar color models

A4 4D 7F
RGB 164 77 127
HSL 326° 36.10% 47.25%
HSB/HSV 326° 53.05% 64.31%
CMYK 0.00% 53.05% 22.56%
35.69%

Color #A44D7F in popluar number systems.

HEX A4 4D 7F
Decimal 164 77 127
Binary 10100100 1001101 1111111
Octal 244 115 177

Shades and tints

Shades of #A44D7F

#A44D7F
(164,77,127)
#964674
(150,70,116)
#883F69
(136,63,105)
#7A385E
(122,56,94)
#6C3153
(108,49,83)
#5E2A48
(94,42,72)
#50233D
(80,35,61)
#421C32
(66,28,50)
#341527
(52,21,39)
#260E1C
(38,14,28)
#180711
(24,7,17)
#000000
(0,0,0)

Tints of #A44D7F

#A44D7F
(164,77,127)
#AC5D8A
(172,93,138)
#B46D95
(180,109,149)
#BC7DA0
(188,125,160)
#C48DAB
(196,141,171)
#CC9DB6
(204,157,182)
#D4ADC1
(212,173,193)
#DCBDCC
(220,189,204)
#E4CDD7
(228,205,215)
#ECDDE2
(236,221,226)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44D7F color. Also use rgb(164,77,127) instead hex code.

Text Font Color

.myTextColor { color: #A44D7F; }

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

This text font color is #A44D7F.

Background Color

.myBgColor { background-color: #A44D7F; }

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

This div background color is #A44D7F.

Border color

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

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

This div border color is #A44D7F.

Opacity

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

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

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

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

This text has shadow with #A44D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44D7F.

Preview

Color preview on black background

This text has color #A44D7F on black background.


Color preview on white background

This text has color #A44D7F on white background.


Black color preview on #A44D7F background

This text has black color on #A44D7F background.


White color preview on #A44D7F background

This text has white color on #A44D7F background.


Related colors

Complementary color

Complementary color for #hex is #5BB280.


I love getcolorcode.com

Triadic colors

1 #7FA44D and #4D7FA4 with #A44D7F are triadic colors.

2 #7F4DA4 and #4DA47F with #A44D7F are triadic colors.