COLOR #A44617

HEX: #A44617
RGB: (164,70,23)

Color info

#A44617 contains mainly red color. Web safe color of #A44617 is #993300 (or #930).

RGB color model

#A44617 color RGB value is (164,70,23).

  • red value is 164;
  • green value is 70;
  • blue value is 23.
RGB:
(164,70,23)
(64%,27%,9%)

RGB channels and saturation

R 164 of 255 = 64%
G 70 of 255 = 27%
B 23 of 255 = 9%

164
70
23

R + G + B ~ 33%. #A44617 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 70 + 23 = 257 (100%)
R 164 of 257 ~ 63.81%
G 70 of 257 ~ 27.24%
B 23 of 257 ~ 8.95%

%63.81
%27.24

CMYK color model

#A44617 color CMYK value is (0,57,86,36).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 85.98%
  • key color value is 35.69%
CMYK:
(0,57,86,36)
C0M57Y86K36 
(0%,57%,86%,36%)
(0.00/0.57/0.86/0.36)	

CMYK percentages

%0
%57.32
%85.98
%35.69

Codes

Color #A44617 in popluar color models

A44617
RGB1647023
HSL20°75.40%36.67%
HSB/HSV20°85.98%64.31%
CMYK0.00%57.32%85.98%
35.69%

Color #A44617 in popluar number systems.

HEXA44617
Decimal1647023
Binary10100100100011010111
Octal24410627

Shades and tints

Shades of #A44617

#A44617
(164,70,23)
#964015
(150,64,21)
#883A13
(136,58,19)
#7A3411
(122,52,17)
#6C2E0F
(108,46,15)
#5E280D
(94,40,13)
#50220B
(80,34,11)
#421C09
(66,28,9)
#341607
(52,22,7)
#261005
(38,16,5)
#180A03
(24,10,3)
#000000
(0,0,0)

Tints of #A44617

#A44617
(164,70,23)
#AC562C
(172,86,44)
#B46641
(180,102,65)
#BC7656
(188,118,86)
#C4866B
(196,134,107)
#CC9680
(204,150,128)
#D4A695
(212,166,149)
#DCB6AA
(220,182,170)
#E4C6BF
(228,198,191)
#ECD6D4
(236,214,212)
#F4E6E9
(244,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44617 color. Also use rgb(164,70,23) instead hex code.

Text Font Color

.myTextColor { color: #A44617; }

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

This text font color is #A44617.


Background Color

.myBgColor { background-color: #A44617; }

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

This div background color is #A44617.


Border color

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

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

This div border color is #A44617.


Opacity

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

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

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

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

This text has shadow with #A44617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44617 on black background.


Color preview on white background

This text has color #A44617 on white background.



Black color preview on #A44617 background

This text has black color on #A44617 background.


White color preview on #A44617 background

This text has white color on #A44617 background.