COLOR #A4642C

HEX: #A4642C
RGB: (164,100,44)

Color info

#A4642C contains mainly red color. Web safe color of #A4642C is #996633 (or #963).

RGB color model

#A4642C color RGB value is (164,100,44).

  • red value is 164;
  • green value is 100;
  • blue value is 44.
RGB:
(164,100,44)
(64%,39%,17%)

RGB channels and saturation

R 164 of 255 = 64%
G 100 of 255 = 39%
B 44 of 255 = 17%

164
100
44

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

Portions of RGB colors in percentages

R + G + B =
164 + 100 + 44 = 308 (100%)
R 164 of 308 ~ 53.25%
G 100 of 308 ~ 32.47%
B 44 of 308 ~ 14.29%

%53.25
%32.47
%14.29

CMYK color model

#A4642C color CMYK value is (0,39,73,36).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 73.17%
  • key color value is 35.69%
CMYK:
(0,39,73,36)
C0M39Y73K36 
(0%,39%,73%,36%)
(0.00/0.39/0.73/0.36)	

CMYK percentages

%0
%39.02
%73.17
%35.69

Codes

Color #A4642C in popluar color models

A4642C
RGB16410044
HSL28°57.69%40.78%
HSB/HSV28°73.17%64.31%
CMYK0.00%39.02%73.17%
35.69%

Color #A4642C in popluar number systems.

HEXA4642C
Decimal16410044
Binary101001001100100101100
Octal24414454

Shades and tints

Shades of #A4642C

#A4642C
(164,100,44)
#965B28
(150,91,40)
#885224
(136,82,36)
#7A4920
(122,73,32)
#6C401C
(108,64,28)
#5E3718
(94,55,24)
#502E14
(80,46,20)
#422510
(66,37,16)
#341C0C
(52,28,12)
#261308
(38,19,8)
#180A04
(24,10,4)
#000000
(0,0,0)

Tints of #A4642C

#A4642C
(164,100,44)
#AC723F
(172,114,63)
#B48052
(180,128,82)
#BC8E65
(188,142,101)
#C49C78
(196,156,120)
#CCAA8B
(204,170,139)
#D4B89E
(212,184,158)
#DCC6B1
(220,198,177)
#E4D4C4
(228,212,196)
#ECE2D7
(236,226,215)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4642C color. Also use rgb(164,100,44) instead hex code.

Text Font Color

.myTextColor { color: #A4642C; }

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

This text font color is #A4642C.


Background Color

.myBgColor { background-color: #A4642C; }

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

This div background color is #A4642C.


Border color

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

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

This div border color is #A4642C.


Opacity

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

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

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

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

This text has shadow with #A4642C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4642C on black background.


Color preview on white background

This text has color #A4642C on white background.



Black color preview on #A4642C background

This text has black color on #A4642C background.


White color preview on #A4642C background

This text has white color on #A4642C background.