COLOR #A4493D

HEX: #A4493D
RGB: (164,73,61)

Color info

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

RGB color model

#A4493D color RGB value is (164,73,61).

  • red value is 164;
  • green value is 73;
  • blue value is 61.
RGB:
(164,73,61)
(64%,29%,24%)

RGB channels and saturation

R 164 of 255 = 64%
G 73 of 255 = 29%
B 61 of 255 = 24%

164
73
61

R + G + B ~ 39%. #A4493D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 73 + 61 = 298 (100%)
R 164 of 298 ~ 55.03%
G 73 of 298 ~ 24.5%
B 61 of 298 ~ 20.47%

%55.03
%24.5
%20.47

CMYK color model

#A4493D color CMYK value is (0,55,63,36).

  • cyan value is 0.00%
  • magenta value is 55.49%
  • yellow value is 62.80%
  • key color value is 35.69%
CMYK:
(0,55,63,36)
C0M55Y63K36 
(0%,55%,63%,36%)
(0.00/0.55/0.63/0.36)	

CMYK percentages

%0
%55.49
%62.8
%35.69

Codes

Color #A4493D in popluar color models

A4493D
RGB1647361
HSL45.78%44.12%
HSB/HSV62.80%64.31%
CMYK0.00%55.49%62.80%
35.69%

Color #A4493D in popluar number systems.

HEXA4493D
Decimal1647361
Binary101001001001001111101
Octal24411175

Shades and tints

Shades of #A4493D

#A4493D
(164,73,61)
#964338
(150,67,56)
#883D33
(136,61,51)
#7A372E
(122,55,46)
#6C3129
(108,49,41)
#5E2B24
(94,43,36)
#50251F
(80,37,31)
#421F1A
(66,31,26)
#341915
(52,25,21)
#261310
(38,19,16)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #A4493D

#A4493D
(164,73,61)
#AC594E
(172,89,78)
#B4695F
(180,105,95)
#BC7970
(188,121,112)
#C48981
(196,137,129)
#CC9992
(204,153,146)
#D4A9A3
(212,169,163)
#DCB9B4
(220,185,180)
#E4C9C5
(228,201,197)
#ECD9D6
(236,217,214)
#F4E9E7
(244,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4493D color. Also use rgb(164,73,61) instead hex code.

Text Font Color

.myTextColor { color: #A4493D; }

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

This text font color is #A4493D.


Background Color

.myBgColor { background-color: #A4493D; }

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

This div background color is #A4493D.


Border color

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

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

This div border color is #A4493D.


Opacity

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

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

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

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

This text has shadow with #A4493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4493D on black background.


Color preview on white background

This text has color #A4493D on white background.



Black color preview on #A4493D background

This text has black color on #A4493D background.


White color preview on #A4493D background

This text has white color on #A4493D background.