COLOR #A44A5D

HEX: #A44A5D RGB: (164,74,93)

Color info

#A44A5D contains mainly red color. Web safe color of #A44A5D is #993366 (or #936).

RGB color model

#A44A5D color RGB value is (164,74,93).

RGB: (164,74,93) (64%, 29%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 74 of 255 = 29%
B 93 of 255 = 36%

164
74
93

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

Portions of RGB colors in percentages

R + G + B = 164 + 74 + 93 = 331 (100%)
R 164 of 331 ~ 49.55%
G 74 of 331 ~ 22.36%
B 93 of 331 ~ 28.1'%

%49.55
%22.36
%28.1

CMYK color model

#A44A5D color CMYK value is (0,55,43,36).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK: (0,55,43,36) C0M55Y43K36 (0%,55%,43%,36%) (0.00/0.55/0.43/0.36) 

CMYK percentages

%0
%54.88
%43.29
%35.69

Codes

Color #A44A5D in popluar color models

A4 4A 5D
RGB 164 74 93
HSL 347° 37.82% 46.67%
HSB/HSV 347° 54.88% 64.31%
CMYK 0.00% 54.88% 43.29%
35.69%

Color #A44A5D in popluar number systems.

HEX A4 4A 5D
Decimal 164 74 93
Binary 10100100 1001010 1011101
Octal 244 112 135

Shades and tints

Shades of #A44A5D

#A44A5D
(164,74,93)
#964455
(150,68,85)
#883E4D
(136,62,77)
#7A3845
(122,56,69)
#6C323D
(108,50,61)
#5E2C35
(94,44,53)
#50262D
(80,38,45)
#422025
(66,32,37)
#341A1D
(52,26,29)
#261415
(38,20,21)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #A44A5D

#A44A5D
(164,74,93)
#AC5A6B
(172,90,107)
#B46A79
(180,106,121)
#BC7A87
(188,122,135)
#C48A95
(196,138,149)
#CC9AA3
(204,154,163)
#D4AAB1
(212,170,177)
#DCBABF
(220,186,191)
#E4CACD
(228,202,205)
#ECDADB
(236,218,219)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44A5D color. Also use rgb(164,74,93) instead hex code.

Text Font Color

.myTextColor { color: #A44A5D; }

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

This text font color is #A44A5D.

Background Color

.myBgColor { background-color: #A44A5D; }

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

This div background color is #A44A5D.

Border color

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

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

This div border color is #A44A5D.

Opacity

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

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

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

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

This text has shadow with #A44A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44A5D.

Preview

Color preview on black background

This text has color #A44A5D on black background.


Color preview on white background

This text has color #A44A5D on white background.


Black color preview on #A44A5D background

This text has black color on #A44A5D background.


White color preview on #A44A5D background

This text has white color on #A44A5D background.


Related colors

Complementary color

Complementary color for #hex is #5BB5A2.


I love getcolorcode.com

Triadic colors

1 #5DA44A and #4A5DA4 with #A44A5D are triadic colors.

2 #5D4AA4 and #4AA45D with #A44A5D are triadic colors.