COLOR #A04E41

HEX: #A04E41
RGB: (160,78,65)

Color info

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

RGB color model

#A04E41 color RGB value is (160,78,65).

  • red value is 160;
  • green value is 78;
  • blue value is 65.
RGB:
(160,78,65)
(63%,31%,25%)

RGB channels and saturation

R 160 of 255 = 63%
G 78 of 255 = 31%
B 65 of 255 = 25%

160
78
65

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

Portions of RGB colors in percentages

R + G + B =
160 + 78 + 65 = 303 (100%)
R 160 of 303 ~ 52.81%
G 78 of 303 ~ 25.74%
B 65 of 303 ~ 21.45%

%52.81
%25.74
%21.45

CMYK color model

#A04E41 color CMYK value is (0,51,59,37).

  • cyan value is 0.00%
  • magenta value is 51.25%
  • yellow value is 59.38%
  • key color value is 37.25%
CMYK:
(0,51,59,37)
C0M51Y59K37 
(0%,51%,59%,37%)
(0.00/0.51/0.59/0.37)	

CMYK percentages

%0
%51.25
%59.38
%37.25

Codes

Color #A04E41 in popluar color models

A04E41
RGB1607865
HSL42.22%44.12%
HSB/HSV59.38%62.75%
CMYK0.00%51.25%59.38%
37.25%

Color #A04E41 in popluar number systems.

HEXA04E41
Decimal1607865
Binary1010000010011101000001
Octal240116101

Shades and tints

Shades of #A04E41

#A04E41
(160,78,65)
#92473C
(146,71,60)
#844037
(132,64,55)
#763932
(118,57,50)
#68322D
(104,50,45)
#5A2B28
(90,43,40)
#4C2423
(76,36,35)
#3E1D1E
(62,29,30)
#301619
(48,22,25)
#220F14
(34,15,20)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #A04E41

#A04E41
(160,78,65)
#A85E52
(168,94,82)
#B06E63
(176,110,99)
#B87E74
(184,126,116)
#C08E85
(192,142,133)
#C89E96
(200,158,150)
#D0AEA7
(208,174,167)
#D8BEB8
(216,190,184)
#E0CEC9
(224,206,201)
#E8DEDA
(232,222,218)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04E41 color. Also use rgb(160,78,65) instead hex code.

Text Font Color

.myTextColor { color: #A04E41; }

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

This text font color is #A04E41.


Background Color

.myBgColor { background-color: #A04E41; }

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

This div background color is #A04E41.


Border color

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

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

This div border color is #A04E41.


Opacity

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

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

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

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

This text has shadow with #A04E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04E41 on black background.


Color preview on white background

This text has color #A04E41 on white background.



Black color preview on #A04E41 background

This text has black color on #A04E41 background.


White color preview on #A04E41 background

This text has white color on #A04E41 background.