COLOR #A15C59

HEX: #A15C59
RGB: (161,92,89)

Color info

#A15C59 contains mainly red color. Web safe color of #A15C59 is #996666 (or #966).

RGB color model

#A15C59 color RGB value is (161,92,89).

  • red value is 161;
  • green value is 92;
  • blue value is 89.
RGB:
(161,92,89)
(63%,36%,35%)

RGB channels and saturation

R 161 of 255 = 63%
G 92 of 255 = 36%
B 89 of 255 = 35%

161
92
89

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

Portions of RGB colors in percentages

R + G + B =
161 + 92 + 89 = 342 (100%)
R 161 of 342 ~ 47.08%
G 92 of 342 ~ 26.9%
B 89 of 342 ~ 26.02%

%47.08
%26.9
%26.02

CMYK color model

#A15C59 color CMYK value is (0,43,45,37).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 44.72%
  • key color value is 36.86%
CMYK:
(0,43,45,37)
C0M43Y45K37 
(0%,43%,45%,37%)
(0.00/0.43/0.45/0.37)	

CMYK percentages

%0
%42.86
%44.72
%36.86

Codes

Color #A15C59 in popluar color models

A15C59
RGB1619289
HSL28.80%49.02%
HSB/HSV44.72%63.14%
CMYK0.00%42.86%44.72%
36.86%

Color #A15C59 in popluar number systems.

HEXA15C59
Decimal1619289
Binary1010000110111001011001
Octal241134131

Shades and tints

Shades of #A15C59

#A15C59
(161,92,89)
#935451
(147,84,81)
#854C49
(133,76,73)
#774441
(119,68,65)
#693C39
(105,60,57)
#5B3431
(91,52,49)
#4D2C29
(77,44,41)
#3F2421
(63,36,33)
#311C19
(49,28,25)
#231411
(35,20,17)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #A15C59

#A15C59
(161,92,89)
#A96A68
(169,106,104)
#B17877
(177,120,119)
#B98686
(185,134,134)
#C19495
(193,148,149)
#C9A2A4
(201,162,164)
#D1B0B3
(209,176,179)
#D9BEC2
(217,190,194)
#E1CCD1
(225,204,209)
#E9DAE0
(233,218,224)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15C59; }

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

This text font color is #A15C59.


Background Color

.myBgColor { background-color: #A15C59; }

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

This div background color is #A15C59.


Border color

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

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

This div border color is #A15C59.


Opacity

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

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

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

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

This text has shadow with #A15C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15C59 on black background.


Color preview on white background

This text has color #A15C59 on white background.



Black color preview on #A15C59 background

This text has black color on #A15C59 background.


White color preview on #A15C59 background

This text has white color on #A15C59 background.