COLOR #A4573A

HEX: #A4573A
RGB: (164,87,58)

Color info

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

RGB color model

#A4573A color RGB value is (164,87,58).

  • red value is 164;
  • green value is 87;
  • blue value is 58.
RGB:
(164,87,58)
(64%,34%,23%)

RGB channels and saturation

R 164 of 255 = 64%
G 87 of 255 = 34%
B 58 of 255 = 23%

164
87
58

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

Portions of RGB colors in percentages

R + G + B =
164 + 87 + 58 = 309 (100%)
R 164 of 309 ~ 53.07%
G 87 of 309 ~ 28.16%
B 58 of 309 ~ 18.77%

%53.07
%28.16
%18.77

CMYK color model

#A4573A color CMYK value is (0,47,65,36).

  • cyan value is 0.00%
  • magenta value is 46.95%
  • yellow value is 64.63%
  • key color value is 35.69%
CMYK:
(0,47,65,36)
C0M47Y65K36 
(0%,47%,65%,36%)
(0.00/0.47/0.65/0.36)	

CMYK percentages

%0
%46.95
%64.63
%35.69

Codes

Color #A4573A in popluar color models

A4573A
RGB1648758
HSL16°47.75%43.53%
HSB/HSV16°64.63%64.31%
CMYK0.00%46.95%64.63%
35.69%

Color #A4573A in popluar number systems.

HEXA4573A
Decimal1648758
Binary101001001010111111010
Octal24412772

Shades and tints

Shades of #A4573A

#A4573A
(164,87,58)
#965035
(150,80,53)
#884930
(136,73,48)
#7A422B
(122,66,43)
#6C3B26
(108,59,38)
#5E3421
(94,52,33)
#502D1C
(80,45,28)
#422617
(66,38,23)
#341F12
(52,31,18)
#26180D
(38,24,13)
#181108
(24,17,8)
#000000
(0,0,0)

Tints of #A4573A

#A4573A
(164,87,58)
#AC664B
(172,102,75)
#B4755C
(180,117,92)
#BC846D
(188,132,109)
#C4937E
(196,147,126)
#CCA28F
(204,162,143)
#D4B1A0
(212,177,160)
#DCC0B1
(220,192,177)
#E4CFC2
(228,207,194)
#ECDED3
(236,222,211)
#F4EDE4
(244,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4573A color. Also use rgb(164,87,58) instead hex code.

Text Font Color

.myTextColor { color: #A4573A; }

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

This text font color is #A4573A.


Background Color

.myBgColor { background-color: #A4573A; }

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

This div background color is #A4573A.


Border color

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

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

This div border color is #A4573A.


Opacity

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

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

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

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

This text has shadow with #A4573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4573A on black background.


Color preview on white background

This text has color #A4573A on white background.



Black color preview on #A4573A background

This text has black color on #A4573A background.


White color preview on #A4573A background

This text has white color on #A4573A background.