COLOR #A15D7A

HEX: #A15D7A RGB: (161,93,122)

Color info

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

RGB color model

#A15D7A color RGB value is (161,93,122).

RGB: (161,93,122) (63%, 36%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 93 of 255 = 36%
B 122 of 255 = 48%

161
93
122

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

Portions of RGB colors in percentages

R + G + B = 161 + 93 + 122 = 376 (100%)
R 161 of 376 ~ 42.82%
G 93 of 376 ~ 24.73%
B 122 of 376 ~ 32.45'%

%42.82
%24.73
%32.45

CMYK color model

#A15D7A color CMYK value is (0,42,24,37).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 24.22%
  • key color value is 36.86%

CMYK: (0,42,24,37)
C0M42Y24K37 (0%, 42%, 24%, 37%)
(0.00 / 0.42 / 0.24 / 0.37)

CMYK percentages

%0
%42.24
%24.22
%36.86

Codes

Color #A15D7A in popluar color models

A1 5D 7A
RGB 161 93 122
HSL 334° 26.77% 49.80%
HSB/HSV 334° 42.24% 63.14%
CMYK 0.00% 42.24% 24.22%
36.86%

Color #A15D7A in popluar number systems.

HEX A1 5D 7A
Decimal 161 93 122
Binary 10100001 1011101 1111010
Octal 241 135 172

Shades and tints

Shades of #A15D7A

#A15D7A
(161,93,122)
#93556F
(147,85,111)
#854D64
(133,77,100)
#774559
(119,69,89)
#693D4E
(105,61,78)
#5B3543
(91,53,67)
#4D2D38
(77,45,56)
#3F252D
(63,37,45)
#311D22
(49,29,34)
#231517
(35,21,23)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #A15D7A

#A15D7A
(161,93,122)
#A96B86
(169,107,134)
#B17992
(177,121,146)
#B9879E
(185,135,158)
#C195AA
(193,149,170)
#C9A3B6
(201,163,182)
#D1B1C2
(209,177,194)
#D9BFCE
(217,191,206)
#E1CDDA
(225,205,218)
#E9DBE6
(233,219,230)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15D7A color. Also use rgb(161,93,122) instead hex code.

Text Font Color

.myTextColor { color: #A15D7A; }

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

This text font color is #A15D7A.

Background Color

.myBgColor { background-color: #A15D7A; }

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

This div background color is #A15D7A.

Border color

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

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

This div border color is #A15D7A.

Opacity

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

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

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

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

This text has shadow with #A15D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15D7A.

Preview

Color preview on black background

This text has color #A15D7A on black background.


Color preview on white background

This text has color #A15D7A on white background.


Black color preview on #A15D7A background

This text has black color on #A15D7A background.


White color preview on #A15D7A background

This text has white color on #A15D7A background.


Related colors

Complementary color

Complementary color for #hex is #5EA285.


I love getcolorcode.com

Triadic colors

1 #7AA15D and #5D7AA1 with #A15D7A are triadic colors.

2 #7A5DA1 and #5DA17A with #A15D7A are triadic colors.