COLOR #A15976

HEX: #A15976
RGB: (161,89,118)

Color info

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

RGB color model

#A15976 color RGB value is (161,89,118).

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

RGB channels and saturation

R 161 of 255 = 63%
G 89 of 255 = 35%
B 118 of 255 = 46%

161
89
118

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

Portions of RGB colors in percentages

R + G + B =
161 + 89 + 118 = 368 (100%)
R 161 of 368 ~ 43.75%
G 89 of 368 ~ 24.18%
B 118 of 368 ~ 32.07%

%43.75
%24.18
%32.07

CMYK color model

#A15976 color CMYK value is (0,45,27,37).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(0,45,27,37)
C0M45Y27K37 
(0%,45%,27%,37%)
(0.00/0.45/0.27/0.37)	

CMYK percentages

%0
%44.72
%26.71
%36.86

Codes

Color #A15976 in popluar color models

A15976
RGB16189118
HSL336°28.80%49.02%
HSB/HSV336°44.72%63.14%
CMYK0.00%44.72%26.71%
36.86%

Color #A15976 in popluar number systems.

HEXA15976
Decimal16189118
Binary1010000110110011110110
Octal241131166

Shades and tints

Shades of #A15976

#A15976
(161,89,118)
#93516C
(147,81,108)
#854962
(133,73,98)
#774158
(119,65,88)
#69394E
(105,57,78)
#5B3144
(91,49,68)
#4D293A
(77,41,58)
#3F2130
(63,33,48)
#311926
(49,25,38)
#23111C
(35,17,28)
#150912
(21,9,18)
#000000
(0,0,0)

Tints of #A15976

#A15976
(161,89,118)
#A96882
(169,104,130)
#B1778E
(177,119,142)
#B9869A
(185,134,154)
#C195A6
(193,149,166)
#C9A4B2
(201,164,178)
#D1B3BE
(209,179,190)
#D9C2CA
(217,194,202)
#E1D1D6
(225,209,214)
#E9E0E2
(233,224,226)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15976; }

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

This text font color is #A15976.


Background Color

.myBgColor { background-color: #A15976; }

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

This div background color is #A15976.


Border color

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

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

This div border color is #A15976.


Opacity

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

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

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

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

This text has shadow with #A15976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15976 on black background.


Color preview on white background

This text has color #A15976 on white background.



Black color preview on #A15976 background

This text has black color on #A15976 background.


White color preview on #A15976 background

This text has white color on #A15976 background.