COLOR #A44529

HEX: #A44529
RGB: (164,69,41)

Color info

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

RGB color model

#A44529 color RGB value is (164,69,41).

  • red value is 164;
  • green value is 69;
  • blue value is 41.
RGB:
(164,69,41)
(64%,27%,16%)

RGB channels and saturation

R 164 of 255 = 64%
G 69 of 255 = 27%
B 41 of 255 = 16%

164
69
41

R + G + B ~ 36%. #A44529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 69 + 41 = 274 (100%)
R 164 of 274 ~ 59.85%
G 69 of 274 ~ 25.18%
B 41 of 274 ~ 14.96%

%59.85
%25.18
%14.96

CMYK color model

#A44529 color CMYK value is (0,58,75,36).

  • cyan value is 0.00%
  • magenta value is 57.93%
  • yellow value is 75.00%
  • key color value is 35.69%
CMYK:
(0,58,75,36)
C0M58Y75K36 
(0%,58%,75%,36%)
(0.00/0.58/0.75/0.36)	

CMYK percentages

%0
%57.93
%75
%35.69

Codes

Color #A44529 in popluar color models

A44529
RGB1646941
HSL14°60.00%40.20%
HSB/HSV14°75.00%64.31%
CMYK0.00%57.93%75.00%
35.69%

Color #A44529 in popluar number systems.

HEXA44529
Decimal1646941
Binary101001001000101101001
Octal24410551

Shades and tints

Shades of #A44529

#A44529
(164,69,41)
#963F26
(150,63,38)
#883923
(136,57,35)
#7A3320
(122,51,32)
#6C2D1D
(108,45,29)
#5E271A
(94,39,26)
#502117
(80,33,23)
#421B14
(66,27,20)
#341511
(52,21,17)
#260F0E
(38,15,14)
#18090B
(24,9,11)
#000000
(0,0,0)

Tints of #A44529

#A44529
(164,69,41)
#AC553C
(172,85,60)
#B4654F
(180,101,79)
#BC7562
(188,117,98)
#C48575
(196,133,117)
#CC9588
(204,149,136)
#D4A59B
(212,165,155)
#DCB5AE
(220,181,174)
#E4C5C1
(228,197,193)
#ECD5D4
(236,213,212)
#F4E5E7
(244,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44529 color. Also use rgb(164,69,41) instead hex code.

Text Font Color

.myTextColor { color: #A44529; }

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

This text font color is #A44529.


Background Color

.myBgColor { background-color: #A44529; }

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

This div background color is #A44529.


Border color

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

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

This div border color is #A44529.


Opacity

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

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

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

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

This text has shadow with #A44529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44529 on black background.


Color preview on white background

This text has color #A44529 on white background.



Black color preview on #A44529 background

This text has black color on #A44529 background.


White color preview on #A44529 background

This text has white color on #A44529 background.