COLOR #A44D49

HEX: #A44D49 RGB: (164,77,73)

Color info

#A44D49 contains mainly red color. Web safe color of #A44D49 is #993333 (or #933).

RGB color model

#A44D49 color RGB value is (164,77,73).

RGB: (164,77,73) (64%, 30%, 29%)

RGB channels and saturation

R 164 of 255 = 64%
G 77 of 255 = 30%
B 73 of 255 = 29%

164
77
73

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

Portions of RGB colors in percentages

R + G + B = 164 + 77 + 73 = 314 (100%)
R 164 of 314 ~ 52.23%
G 77 of 314 ~ 24.52%
B 73 of 314 ~ 23.25'%

%52.23
%24.52
%23.25

CMYK color model

#A44D49 color CMYK value is (0,53,55,36).

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

CMYK: (0,53,55,36)
C0M53Y55K36 (0%, 53%, 55%, 36%)
(0.00 / 0.53 / 0.55 / 0.36)

CMYK percentages

%0
%53.05
%55.49
%35.69

Codes

Color #A44D49 in popluar color models

A4 4D 49
RGB 164 77 73
HSL 38.40% 46.47%
HSB/HSV 55.49% 64.31%
CMYK 0.00% 53.05% 55.49%
35.69%

Color #A44D49 in popluar number systems.

HEX A4 4D 49
Decimal 164 77 73
Binary 10100100 1001101 1001001
Octal 244 115 111

Shades and tints

Shades of #A44D49

#A44D49
(164,77,73)
#964643
(150,70,67)
#883F3D
(136,63,61)
#7A3837
(122,56,55)
#6C3131
(108,49,49)
#5E2A2B
(94,42,43)
#502325
(80,35,37)
#421C1F
(66,28,31)
#341519
(52,21,25)
#260E13
(38,14,19)
#18070D
(24,7,13)
#000000
(0,0,0)

Tints of #A44D49

#A44D49
(164,77,73)
#AC5D59
(172,93,89)
#B46D69
(180,109,105)
#BC7D79
(188,125,121)
#C48D89
(196,141,137)
#CC9D99
(204,157,153)
#D4ADA9
(212,173,169)
#DCBDB9
(220,189,185)
#E4CDC9
(228,205,201)
#ECDDD9
(236,221,217)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A44D49; }

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

This text font color is #A44D49.

Background Color

.myBgColor { background-color: #A44D49; }

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

This div background color is #A44D49.

Border color

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

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

This div border color is #A44D49.

Opacity

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

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

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

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

This text has shadow with #A44D49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44D49.

Preview

Color preview on black background

This text has color #A44D49 on black background.


Color preview on white background

This text has color #A44D49 on white background.


Black color preview on #A44D49 background

This text has black color on #A44D49 background.


White color preview on #A44D49 background

This text has white color on #A44D49 background.


Related colors

Complementary color

Complementary color for #hex is #5BB2B6.


I love getcolorcode.com

Triadic colors

1 #49A44D and #4D49A4 with #A44D49 are triadic colors.

2 #494DA4 and #4DA449 with #A44D49 are triadic colors.