COLOR #A15E41

HEX: #A15E41
RGB: (161,94,65)

Color info

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

RGB color model

#A15E41 color RGB value is (161,94,65).

  • red value is 161;
  • green value is 94;
  • blue value is 65.
RGB:
(161,94,65)
(63%,37%,25%)

RGB channels and saturation

R 161 of 255 = 63%
G 94 of 255 = 37%
B 65 of 255 = 25%

161
94
65

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

Portions of RGB colors in percentages

R + G + B =
161 + 94 + 65 = 320 (100%)
R 161 of 320 ~ 50.31%
G 94 of 320 ~ 29.38%
B 65 of 320 ~ 20.31%

%50.31
%29.38
%20.31

CMYK color model

#A15E41 color CMYK value is (0,42,60,37).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 59.63%
  • key color value is 36.86%
CMYK:
(0,42,60,37)
C0M42Y60K37 
(0%,42%,60%,37%)
(0.00/0.42/0.60/0.37)	

CMYK percentages

%0
%41.61
%59.63
%36.86

Codes

Color #A15E41 in popluar color models

A15E41
RGB1619465
HSL18°42.48%44.31%
HSB/HSV18°59.63%63.14%
CMYK0.00%41.61%59.63%
36.86%

Color #A15E41 in popluar number systems.

HEXA15E41
Decimal1619465
Binary1010000110111101000001
Octal241136101

Shades and tints

Shades of #A15E41

#A15E41
(161,94,65)
#93563C
(147,86,60)
#854E37
(133,78,55)
#774632
(119,70,50)
#693E2D
(105,62,45)
#5B3628
(91,54,40)
#4D2E23
(77,46,35)
#3F261E
(63,38,30)
#311E19
(49,30,25)
#231614
(35,22,20)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #A15E41

#A15E41
(161,94,65)
#A96C52
(169,108,82)
#B17A63
(177,122,99)
#B98874
(185,136,116)
#C19685
(193,150,133)
#C9A496
(201,164,150)
#D1B2A7
(209,178,167)
#D9C0B8
(217,192,184)
#E1CEC9
(225,206,201)
#E9DCDA
(233,220,218)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15E41 color. Also use rgb(161,94,65) instead hex code.

Text Font Color

.myTextColor { color: #A15E41; }

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

This text font color is #A15E41.


Background Color

.myBgColor { background-color: #A15E41; }

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

This div background color is #A15E41.


Border color

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

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

This div border color is #A15E41.


Opacity

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

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

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

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

This text has shadow with #A15E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15E41 on black background.


Color preview on white background

This text has color #A15E41 on white background.



Black color preview on #A15E41 background

This text has black color on #A15E41 background.


White color preview on #A15E41 background

This text has white color on #A15E41 background.