COLOR #A15E37

HEX: #A15E37
RGB: (161,94,55)

Color info

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

RGB color model

#A15E37 color RGB value is (161,94,55).

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

RGB channels and saturation

R 161 of 255 = 63%
G 94 of 255 = 37%
B 55 of 255 = 22%

161
94
55

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

Portions of RGB colors in percentages

R + G + B =
161 + 94 + 55 = 310 (100%)
R 161 of 310 ~ 51.94%
G 94 of 310 ~ 30.32%
B 55 of 310 ~ 17.74%

%51.94
%30.32
%17.74

CMYK color model

#A15E37 color CMYK value is (0,42,66,37).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 65.84%
  • key color value is 36.86%
CMYK:
(0,42,66,37)
C0M42Y66K37 
(0%,42%,66%,37%)
(0.00/0.42/0.66/0.37)	

CMYK percentages

%0
%41.61
%65.84
%36.86

Codes

Color #A15E37 in popluar color models

A15E37
RGB1619455
HSL22°49.07%42.35%
HSB/HSV22°65.84%63.14%
CMYK0.00%41.61%65.84%
36.86%

Color #A15E37 in popluar number systems.

HEXA15E37
Decimal1619455
Binary101000011011110110111
Octal24113667

Shades and tints

Shades of #A15E37

#A15E37
(161,94,55)
#935632
(147,86,50)
#854E2D
(133,78,45)
#774628
(119,70,40)
#693E23
(105,62,35)
#5B361E
(91,54,30)
#4D2E19
(77,46,25)
#3F2614
(63,38,20)
#311E0F
(49,30,15)
#23160A
(35,22,10)
#150E05
(21,14,5)
#000000
(0,0,0)

Tints of #A15E37

#A15E37
(161,94,55)
#A96C49
(169,108,73)
#B17A5B
(177,122,91)
#B9886D
(185,136,109)
#C1967F
(193,150,127)
#C9A491
(201,164,145)
#D1B2A3
(209,178,163)
#D9C0B5
(217,192,181)
#E1CEC7
(225,206,199)
#E9DCD9
(233,220,217)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15E37; }

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

This text font color is #A15E37.


Background Color

.myBgColor { background-color: #A15E37; }

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

This div background color is #A15E37.


Border color

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

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

This div border color is #A15E37.


Opacity

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

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

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

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

This text has shadow with #A15E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15E37 on black background.


Color preview on white background

This text has color #A15E37 on white background.



Black color preview on #A15E37 background

This text has black color on #A15E37 background.


White color preview on #A15E37 background

This text has white color on #A15E37 background.