COLOR #A15C77

HEX: #A15C77 RGB: (161,92,119)

Color info

#A15C77 contains mainly red and blue colors. Web safe color of #A15C77 is #996666 (or #966).

RGB color model

#A15C77 color RGB value is (161,92,119).

RGB: (161,92,119) (63%, 36%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 92 of 255 = 36%
B 119 of 255 = 47%

161
92
119

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

Portions of RGB colors in percentages

R + G + B = 161 + 92 + 119 = 372 (100%)
R 161 of 372 ~ 43.28%
G 92 of 372 ~ 24.73%
B 119 of 372 ~ 31.99'%

%43.28
%24.73
%31.99

CMYK color model

#A15C77 color CMYK value is (0,43,26,37).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 26.09%
  • key color value is 36.86%
CMYK: (0,43,26,37) C0M43Y26K37 (0%,43%,26%,37%) (0.00/0.43/0.26/0.37) 

CMYK percentages

%0
%42.86
%26.09
%36.86

Codes

Color #A15C77 in popluar color models

A1 5C 77
RGB 161 92 119
HSL 337° 27.27% 49.61%
HSB/HSV 337° 42.86% 63.14%
CMYK 0.00% 42.86% 26.09%
36.86%

Color #A15C77 in popluar number systems.

HEX A1 5C 77
Decimal 161 92 119
Binary 10100001 1011100 1110111
Octal 241 134 167

Shades and tints

Shades of #A15C77

#A15C77
(161,92,119)
#93546D
(147,84,109)
#854C63
(133,76,99)
#774459
(119,68,89)
#693C4F
(105,60,79)
#5B3445
(91,52,69)
#4D2C3B
(77,44,59)
#3F2431
(63,36,49)
#311C27
(49,28,39)
#23141D
(35,20,29)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #A15C77

#A15C77
(161,92,119)
#A96A83
(169,106,131)
#B1788F
(177,120,143)
#B9869B
(185,134,155)
#C194A7
(193,148,167)
#C9A2B3
(201,162,179)
#D1B0BF
(209,176,191)
#D9BECB
(217,190,203)
#E1CCD7
(225,204,215)
#E9DAE3
(233,218,227)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15C77; }

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

This text font color is #A15C77.

Background Color

.myBgColor { background-color: #A15C77; }

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

This div background color is #A15C77.

Border color

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

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

This div border color is #A15C77.

Opacity

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

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

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

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

This text has shadow with #A15C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15C77.

Preview

Color preview on black background

This text has color #A15C77 on black background.


Color preview on white background

This text has color #A15C77 on white background.


Black color preview on #A15C77 background

This text has black color on #A15C77 background.


White color preview on #A15C77 background

This text has white color on #A15C77 background.


Related colors

Complementary color

Complementary color for #hex is #5EA388.


I love getcolorcode.com

Triadic colors

1 #77A15C and #5C77A1 with #A15C77 are triadic colors.

2 #775CA1 and #5CA177 with #A15C77 are triadic colors.