COLOR #A15464

HEX: #A15464
RGB: (161,84,100)

Color info

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

RGB color model

#A15464 color RGB value is (161,84,100).

  • red value is 161;
  • green value is 84;
  • blue value is 100.
RGB:
(161,84,100)
(63%,33%,39%)

RGB channels and saturation

R 161 of 255 = 63%
G 84 of 255 = 33%
B 100 of 255 = 39%

161
84
100

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

Portions of RGB colors in percentages

R + G + B =
161 + 84 + 100 = 345 (100%)
R 161 of 345 ~ 46.67%
G 84 of 345 ~ 24.35%
B 100 of 345 ~ 28.99%

%46.67
%24.35
%28.99

CMYK color model

#A15464 color CMYK value is (0,48,38,37).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 37.89%
  • key color value is 36.86%
CMYK:
(0,48,38,37)
C0M48Y38K37 
(0%,48%,38%,37%)
(0.00/0.48/0.38/0.37)	

CMYK percentages

%0
%47.83
%37.89
%36.86

Codes

Color #A15464 in popluar color models

A15464
RGB16184100
HSL348°31.43%48.04%
HSB/HSV348°47.83%63.14%
CMYK0.00%47.83%37.89%
36.86%

Color #A15464 in popluar number systems.

HEXA15464
Decimal16184100
Binary1010000110101001100100
Octal241124144

Shades and tints

Shades of #A15464

#A15464
(161,84,100)
#934D5B
(147,77,91)
#854652
(133,70,82)
#773F49
(119,63,73)
#693840
(105,56,64)
#5B3137
(91,49,55)
#4D2A2E
(77,42,46)
#3F2325
(63,35,37)
#311C1C
(49,28,28)
#231513
(35,21,19)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #A15464

#A15464
(161,84,100)
#A96372
(169,99,114)
#B17280
(177,114,128)
#B9818E
(185,129,142)
#C1909C
(193,144,156)
#C99FAA
(201,159,170)
#D1AEB8
(209,174,184)
#D9BDC6
(217,189,198)
#E1CCD4
(225,204,212)
#E9DBE2
(233,219,226)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15464 color. Also use rgb(161,84,100) instead hex code.

Text Font Color

.myTextColor { color: #A15464; }

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

This text font color is #A15464.


Background Color

.myBgColor { background-color: #A15464; }

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

This div background color is #A15464.


Border color

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

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

This div border color is #A15464.


Opacity

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

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

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

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

This text has shadow with #A15464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15464 on black background.


Color preview on white background

This text has color #A15464 on white background.



Black color preview on #A15464 background

This text has black color on #A15464 background.


White color preview on #A15464 background

This text has white color on #A15464 background.