COLOR #A15C42

HEX: #A15C42 RGB: (161,92,66)

Color info

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

RGB color model

#A15C42 color RGB value is (161,92,66).

RGB: (161,92,66) (63%, 36%, 26%)

RGB channels and saturation

R 161 of 255 = 63%
G 92 of 255 = 36%
B 66 of 255 = 26%

161
92
66

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

Portions of RGB colors in percentages

R + G + B = 161 + 92 + 66 = 319 (100%)
R 161 of 319 ~ 50.47%
G 92 of 319 ~ 28.84%
B 66 of 319 ~ 20.69'%

%50.47
%28.84
%20.69

CMYK color model

#A15C42 color CMYK value is (0,43,59,37).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 59.01%
  • key color value is 36.86%
CMYK: (0,43,59,37) C0M43Y59K37 (0%,43%,59%,37%) (0.00/0.43/0.59/0.37) 

CMYK percentages

%0
%42.86
%59.01
%36.86

Codes

Color #A15C42 in popluar color models

A1 5C 42
RGB 161 92 66
HSL 16° 41.85% 44.51%
HSB/HSV 16° 59.01% 63.14%
CMYK 0.00% 42.86% 59.01%
36.86%

Color #A15C42 in popluar number systems.

HEX A1 5C 42
Decimal 161 92 66
Binary 10100001 1011100 1000010
Octal 241 134 102

Shades and tints

Shades of #A15C42

#A15C42
(161,92,66)
#93543C
(147,84,60)
#854C36
(133,76,54)
#774430
(119,68,48)
#693C2A
(105,60,42)
#5B3424
(91,52,36)
#4D2C1E
(77,44,30)
#3F2418
(63,36,24)
#311C12
(49,28,18)
#23140C
(35,20,12)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #A15C42

#A15C42
(161,92,66)
#A96A53
(169,106,83)
#B17864
(177,120,100)
#B98675
(185,134,117)
#C19486
(193,148,134)
#C9A297
(201,162,151)
#D1B0A8
(209,176,168)
#D9BEB9
(217,190,185)
#E1CCCA
(225,204,202)
#E9DADB
(233,218,219)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15C42 color. Also use rgb(161,92,66) instead hex code.

Text Font Color

.myTextColor { color: #A15C42; }

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

This text font color is #A15C42.

Background Color

.myBgColor { background-color: #A15C42; }

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

This div background color is #A15C42.

Border color

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

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

This div border color is #A15C42.

Opacity

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

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

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

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

This text has shadow with #A15C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15C42.

Preview

Color preview on black background

This text has color #A15C42 on black background.


Color preview on white background

This text has color #A15C42 on white background.


Black color preview on #A15C42 background

This text has black color on #A15C42 background.


White color preview on #A15C42 background

This text has white color on #A15C42 background.


Related colors

Complementary color

Complementary color for #hex is #5EA3BD.


I love getcolorcode.com

Triadic colors

1 #42A15C and #5C42A1 with #A15C42 are triadic colors.

2 #425CA1 and #5CA142 with #A15C42 are triadic colors.