COLOR #A15C61

HEX: #A15C61 RGB: (161,92,97)

Color info

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

RGB color model

#A15C61 color RGB value is (161,92,97).

RGB: (161,92,97) (63%, 36%, 38%)

RGB channels and saturation

R 161 of 255 = 63%
G 92 of 255 = 36%
B 97 of 255 = 38%

161
92
97

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

Portions of RGB colors in percentages

R + G + B = 161 + 92 + 97 = 350 (100%)
R 161 of 350 ~ 46%
G 92 of 350 ~ 26.29%
B 97 of 350 ~ 27.71'%

%46
%26.29
%27.71

CMYK color model

#A15C61 color CMYK value is (0,43,40,37).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 39.75%
  • key color value is 36.86%

CMYK: (0,43,40,37)
C0M43Y40K37 (0%, 43%, 40%, 37%)
(0.00 / 0.43 / 0.40 / 0.37)

CMYK percentages

%0
%42.86
%39.75
%36.86

Codes

Color #A15C61 in popluar color models

A1 5C 61
RGB 161 92 97
HSL 356° 27.27% 49.61%
HSB/HSV 356° 42.86% 63.14%
CMYK 0.00% 42.86% 39.75%
36.86%

Color #A15C61 in popluar number systems.

HEX A1 5C 61
Decimal 161 92 97
Binary 10100001 1011100 1100001
Octal 241 134 141

Shades and tints

Shades of #A15C61

#A15C61
(161,92,97)
#935459
(147,84,89)
#854C51
(133,76,81)
#774449
(119,68,73)
#693C41
(105,60,65)
#5B3439
(91,52,57)
#4D2C31
(77,44,49)
#3F2429
(63,36,41)
#311C21
(49,28,33)
#231419
(35,20,25)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #A15C61

#A15C61
(161,92,97)
#A96A6F
(169,106,111)
#B1787D
(177,120,125)
#B9868B
(185,134,139)
#C19499
(193,148,153)
#C9A2A7
(201,162,167)
#D1B0B5
(209,176,181)
#D9BEC3
(217,190,195)
#E1CCD1
(225,204,209)
#E9DADF
(233,218,223)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15C61; }

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

This text font color is #A15C61.

Background Color

.myBgColor { background-color: #A15C61; }

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

This div background color is #A15C61.

Border color

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

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

This div border color is #A15C61.

Opacity

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

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

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

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

This text has shadow with #A15C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15C61.

Preview

Color preview on black background

This text has color #A15C61 on black background.


Color preview on white background

This text has color #A15C61 on white background.


Black color preview on #A15C61 background

This text has black color on #A15C61 background.


White color preview on #A15C61 background

This text has white color on #A15C61 background.


Related colors

Complementary color

Complementary color for #hex is #5EA39E.


I love getcolorcode.com

Triadic colors

1 #61A15C and #5C61A1 with #A15C61 are triadic colors.

2 #615CA1 and #5CA161 with #A15C61 are triadic colors.