COLOR #A15B6F

HEX: #A15B6F
RGB: (161,91,111)

Color info

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

RGB color model

#A15B6F color RGB value is (161,91,111).

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

RGB channels and saturation

R 161 of 255 = 63%
G 91 of 255 = 36%
B 111 of 255 = 44%

161
91
111

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

Portions of RGB colors in percentages

R + G + B =
161 + 91 + 111 = 363 (100%)
R 161 of 363 ~ 44.35%
G 91 of 363 ~ 25.07%
B 111 of 363 ~ 30.58%

%44.35
%25.07
%30.58

CMYK color model

#A15B6F color CMYK value is (0,43,31,37).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 31.06%
  • key color value is 36.86%
CMYK:
(0,43,31,37)
C0M43Y31K37 
(0%,43%,31%,37%)
(0.00/0.43/0.31/0.37)	

CMYK percentages

%0
%43.48
%31.06
%36.86

Codes

Color #A15B6F in popluar color models

A15B6F
RGB16191111
HSL343°27.78%49.41%
HSB/HSV343°43.48%63.14%
CMYK0.00%43.48%31.06%
36.86%

Color #A15B6F in popluar number systems.

HEXA15B6F
Decimal16191111
Binary1010000110110111101111
Octal241133157

Shades and tints

Shades of #A15B6F

#A15B6F
(161,91,111)
#935365
(147,83,101)
#854B5B
(133,75,91)
#774351
(119,67,81)
#693B47
(105,59,71)
#5B333D
(91,51,61)
#4D2B33
(77,43,51)
#3F2329
(63,35,41)
#311B1F
(49,27,31)
#231315
(35,19,21)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #A15B6F

#A15B6F
(161,91,111)
#A9697C
(169,105,124)
#B17789
(177,119,137)
#B98596
(185,133,150)
#C193A3
(193,147,163)
#C9A1B0
(201,161,176)
#D1AFBD
(209,175,189)
#D9BDCA
(217,189,202)
#E1CBD7
(225,203,215)
#E9D9E4
(233,217,228)
#F1E7F1
(241,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15B6F; }

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

This text font color is #A15B6F.


Background Color

.myBgColor { background-color: #A15B6F; }

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

This div background color is #A15B6F.


Border color

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

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

This div border color is #A15B6F.


Opacity

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

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

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

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

This text has shadow with #A15B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15B6F on black background.


Color preview on white background

This text has color #A15B6F on white background.



Black color preview on #A15B6F background

This text has black color on #A15B6F background.


White color preview on #A15B6F background

This text has white color on #A15B6F background.