COLOR #A15D55

HEX: #A15D55
RGB: (161,93,85)

Color info

#A15D55 contains mainly red color. Web safe color of #A15D55 is #996666 (or #966).

RGB color model

#A15D55 color RGB value is (161,93,85).

  • red value is 161;
  • green value is 93;
  • blue value is 85.
RGB:
(161,93,85)
(63%,36%,33%)

RGB channels and saturation

R 161 of 255 = 63%
G 93 of 255 = 36%
B 85 of 255 = 33%

161
93
85

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

Portions of RGB colors in percentages

R + G + B =
161 + 93 + 85 = 339 (100%)
R 161 of 339 ~ 47.49%
G 93 of 339 ~ 27.43%
B 85 of 339 ~ 25.07%

%47.49
%27.43
%25.07

CMYK color model

#A15D55 color CMYK value is (0,42,47,37).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 47.20%
  • key color value is 36.86%
CMYK:
(0,42,47,37)
C0M42Y47K37 
(0%,42%,47%,37%)
(0.00/0.42/0.47/0.37)	

CMYK percentages

%0
%42.24
%47.2
%36.86

Codes

Color #A15D55 in popluar color models

A15D55
RGB1619385
HSL30.89%48.24%
HSB/HSV47.20%63.14%
CMYK0.00%42.24%47.20%
36.86%

Color #A15D55 in popluar number systems.

HEXA15D55
Decimal1619385
Binary1010000110111011010101
Octal241135125

Shades and tints

Shades of #A15D55

#A15D55
(161,93,85)
#93554E
(147,85,78)
#854D47
(133,77,71)
#774540
(119,69,64)
#693D39
(105,61,57)
#5B3532
(91,53,50)
#4D2D2B
(77,45,43)
#3F2524
(63,37,36)
#311D1D
(49,29,29)
#231516
(35,21,22)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #A15D55

#A15D55
(161,93,85)
#A96B64
(169,107,100)
#B17973
(177,121,115)
#B98782
(185,135,130)
#C19591
(193,149,145)
#C9A3A0
(201,163,160)
#D1B1AF
(209,177,175)
#D9BFBE
(217,191,190)
#E1CDCD
(225,205,205)
#E9DBDC
(233,219,220)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15D55; }

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

This text font color is #A15D55.


Background Color

.myBgColor { background-color: #A15D55; }

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

This div background color is #A15D55.


Border color

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

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

This div border color is #A15D55.


Opacity

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

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

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

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

This text has shadow with #A15D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15D55 on black background.


Color preview on white background

This text has color #A15D55 on white background.



Black color preview on #A15D55 background

This text has black color on #A15D55 background.


White color preview on #A15D55 background

This text has white color on #A15D55 background.