COLOR #A4591C

HEX: #A4591C
RGB: (164,89,28)

Color info

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

RGB color model

#A4591C color RGB value is (164,89,28).

  • red value is 164;
  • green value is 89;
  • blue value is 28.
RGB:
(164,89,28)
(64%,35%,11%)

RGB channels and saturation

R 164 of 255 = 64%
G 89 of 255 = 35%
B 28 of 255 = 11%

164
89
28

R + G + B ~ 37%. #A4591C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 89 + 28 = 281 (100%)
R 164 of 281 ~ 58.36%
G 89 of 281 ~ 31.67%
B 28 of 281 ~ 9.96%

%58.36
%31.67
%9.96

CMYK color model

#A4591C color CMYK value is (0,46,83,36).

  • cyan value is 0.00%
  • magenta value is 45.73%
  • yellow value is 82.93%
  • key color value is 35.69%
CMYK:
(0,46,83,36)
C0M46Y83K36 
(0%,46%,83%,36%)
(0.00/0.46/0.83/0.36)	

CMYK percentages

%0
%45.73
%82.93
%35.69

Codes

Color #A4591C in popluar color models

A4591C
RGB1648928
HSL27°70.83%37.65%
HSB/HSV27°82.93%64.31%
CMYK0.00%45.73%82.93%
35.69%

Color #A4591C in popluar number systems.

HEXA4591C
Decimal1648928
Binary10100100101100111100
Octal24413134

Shades and tints

Shades of #A4591C

#A4591C
(164,89,28)
#96511A
(150,81,26)
#884918
(136,73,24)
#7A4116
(122,65,22)
#6C3914
(108,57,20)
#5E3112
(94,49,18)
#502910
(80,41,16)
#42210E
(66,33,14)
#34190C
(52,25,12)
#26110A
(38,17,10)
#180908
(24,9,8)
#000000
(0,0,0)

Tints of #A4591C

#A4591C
(164,89,28)
#AC6830
(172,104,48)
#B47744
(180,119,68)
#BC8658
(188,134,88)
#C4956C
(196,149,108)
#CCA480
(204,164,128)
#D4B394
(212,179,148)
#DCC2A8
(220,194,168)
#E4D1BC
(228,209,188)
#ECE0D0
(236,224,208)
#F4EFE4
(244,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4591C color. Also use rgb(164,89,28) instead hex code.

Text Font Color

.myTextColor { color: #A4591C; }

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

This text font color is #A4591C.


Background Color

.myBgColor { background-color: #A4591C; }

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

This div background color is #A4591C.


Border color

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

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

This div border color is #A4591C.


Opacity

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

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

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

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

This text has shadow with #A4591C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4591C on black background.


Color preview on white background

This text has color #A4591C on white background.



Black color preview on #A4591C background

This text has black color on #A4591C background.


White color preview on #A4591C background

This text has white color on #A4591C background.