COLOR #A15B73

HEX: #A15B73
RGB: (161,91,115)

Color info

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

RGB color model

#A15B73 color RGB value is (161,91,115).

  • red value is 161;
  • green value is 91;
  • blue value is 115.
RGB:
(161,91,115)
(63%,36%,45%)

RGB channels and saturation

R 161 of 255 = 63%
G 91 of 255 = 36%
B 115 of 255 = 45%

161
91
115

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

Portions of RGB colors in percentages

R + G + B =
161 + 91 + 115 = 367 (100%)
R 161 of 367 ~ 43.87%
G 91 of 367 ~ 24.8%
B 115 of 367 ~ 31.34%

%43.87
%24.8
%31.34

CMYK color model

#A15B73 color CMYK value is (0,43,29,37).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 28.57%
  • key color value is 36.86%
CMYK:
(0,43,29,37)
C0M43Y29K37 
(0%,43%,29%,37%)
(0.00/0.43/0.29/0.37)	

CMYK percentages

%0
%43.48
%28.57
%36.86

Codes

Color #A15B73 in popluar color models

A15B73
RGB16191115
HSL339°27.78%49.41%
HSB/HSV339°43.48%63.14%
CMYK0.00%43.48%28.57%
36.86%

Color #A15B73 in popluar number systems.

HEXA15B73
Decimal16191115
Binary1010000110110111110011
Octal241133163

Shades and tints

Shades of #A15B73

#A15B73
(161,91,115)
#935369
(147,83,105)
#854B5F
(133,75,95)
#774355
(119,67,85)
#693B4B
(105,59,75)
#5B3341
(91,51,65)
#4D2B37
(77,43,55)
#3F232D
(63,35,45)
#311B23
(49,27,35)
#231319
(35,19,25)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #A15B73

#A15B73
(161,91,115)
#A9697F
(169,105,127)
#B1778B
(177,119,139)
#B98597
(185,133,151)
#C193A3
(193,147,163)
#C9A1AF
(201,161,175)
#D1AFBB
(209,175,187)
#D9BDC7
(217,189,199)
#E1CBD3
(225,203,211)
#E9D9DF
(233,217,223)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15B73 color. Also use rgb(161,91,115) instead hex code.

Text Font Color

.myTextColor { color: #A15B73; }

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

This text font color is #A15B73.


Background Color

.myBgColor { background-color: #A15B73; }

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

This div background color is #A15B73.


Border color

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

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

This div border color is #A15B73.


Opacity

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

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

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

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

This text has shadow with #A15B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15B73 on black background.


Color preview on white background

This text has color #A15B73 on white background.



Black color preview on #A15B73 background

This text has black color on #A15B73 background.


White color preview on #A15B73 background

This text has white color on #A15B73 background.