COLOR #A15C52

HEX: #A15C52
RGB: (161,92,82)

Color info

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

RGB color model

#A15C52 color RGB value is (161,92,82).

  • red value is 161;
  • green value is 92;
  • blue value is 82.
RGB:
(161,92,82)
(63%,36%,32%)

RGB channels and saturation

R 161 of 255 = 63%
G 92 of 255 = 36%
B 82 of 255 = 32%

161
92
82

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

Portions of RGB colors in percentages

R + G + B =
161 + 92 + 82 = 335 (100%)
R 161 of 335 ~ 48.06%
G 92 of 335 ~ 27.46%
B 82 of 335 ~ 24.48%

%48.06
%27.46
%24.48

CMYK color model

#A15C52 color CMYK value is (0,43,49,37).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 49.07%
  • key color value is 36.86%
CMYK:
(0,43,49,37)
C0M43Y49K37 
(0%,43%,49%,37%)
(0.00/0.43/0.49/0.37)	

CMYK percentages

%0
%42.86
%49.07
%36.86

Codes

Color #A15C52 in popluar color models

A15C52
RGB1619282
HSL32.51%47.65%
HSB/HSV49.07%63.14%
CMYK0.00%42.86%49.07%
36.86%

Color #A15C52 in popluar number systems.

HEXA15C52
Decimal1619282
Binary1010000110111001010010
Octal241134122

Shades and tints

Shades of #A15C52

#A15C52
(161,92,82)
#93544B
(147,84,75)
#854C44
(133,76,68)
#77443D
(119,68,61)
#693C36
(105,60,54)
#5B342F
(91,52,47)
#4D2C28
(77,44,40)
#3F2421
(63,36,33)
#311C1A
(49,28,26)
#231413
(35,20,19)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #A15C52

#A15C52
(161,92,82)
#A96A61
(169,106,97)
#B17870
(177,120,112)
#B9867F
(185,134,127)
#C1948E
(193,148,142)
#C9A29D
(201,162,157)
#D1B0AC
(209,176,172)
#D9BEBB
(217,190,187)
#E1CCCA
(225,204,202)
#E9DAD9
(233,218,217)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15C52 color. Also use rgb(161,92,82) instead hex code.

Text Font Color

.myTextColor { color: #A15C52; }

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

This text font color is #A15C52.


Background Color

.myBgColor { background-color: #A15C52; }

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

This div background color is #A15C52.


Border color

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

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

This div border color is #A15C52.


Opacity

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

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

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

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

This text has shadow with #A15C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15C52 on black background.


Color preview on white background

This text has color #A15C52 on white background.



Black color preview on #A15C52 background

This text has black color on #A15C52 background.


White color preview on #A15C52 background

This text has white color on #A15C52 background.