COLOR #A4516C

HEX: #A4516C
RGB: (164,81,108)

Color info

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

RGB color model

#A4516C color RGB value is (164,81,108).

  • red value is 164;
  • green value is 81;
  • blue value is 108.
RGB:
(164,81,108)
(64%,32%,42%)

RGB channels and saturation

R 164 of 255 = 64%
G 81 of 255 = 32%
B 108 of 255 = 42%

164
81
108

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

Portions of RGB colors in percentages

R + G + B =
164 + 81 + 108 = 353 (100%)
R 164 of 353 ~ 46.46%
G 81 of 353 ~ 22.95%
B 108 of 353 ~ 30.59%

%46.46
%22.95
%30.59

CMYK color model

#A4516C color CMYK value is (0,51,34,36).

  • cyan value is 0.00%
  • magenta value is 50.61%
  • yellow value is 34.15%
  • key color value is 35.69%
CMYK:
(0,51,34,36)
C0M51Y34K36 
(0%,51%,34%,36%)
(0.00/0.51/0.34/0.36)	

CMYK percentages

%0
%50.61
%34.15
%35.69

Codes

Color #A4516C in popluar color models

A4516C
RGB16481108
HSL340°33.88%48.04%
HSB/HSV340°50.61%64.31%
CMYK0.00%50.61%34.15%
35.69%

Color #A4516C in popluar number systems.

HEXA4516C
Decimal16481108
Binary1010010010100011101100
Octal244121154

Shades and tints

Shades of #A4516C

#A4516C
(164,81,108)
#964A63
(150,74,99)
#88435A
(136,67,90)
#7A3C51
(122,60,81)
#6C3548
(108,53,72)
#5E2E3F
(94,46,63)
#502736
(80,39,54)
#42202D
(66,32,45)
#341924
(52,25,36)
#26121B
(38,18,27)
#180B12
(24,11,18)
#000000
(0,0,0)

Tints of #A4516C

#A4516C
(164,81,108)
#AC6079
(172,96,121)
#B46F86
(180,111,134)
#BC7E93
(188,126,147)
#C48DA0
(196,141,160)
#CC9CAD
(204,156,173)
#D4ABBA
(212,171,186)
#DCBAC7
(220,186,199)
#E4C9D4
(228,201,212)
#ECD8E1
(236,216,225)
#F4E7EE
(244,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4516C color. Also use rgb(164,81,108) instead hex code.

Text Font Color

.myTextColor { color: #A4516C; }

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

This text font color is #A4516C.


Background Color

.myBgColor { background-color: #A4516C; }

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

This div background color is #A4516C.


Border color

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

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

This div border color is #A4516C.


Opacity

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

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

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

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

This text has shadow with #A4516C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4516C on black background.


Color preview on white background

This text has color #A4516C on white background.



Black color preview on #A4516C background

This text has black color on #A4516C background.


White color preview on #A4516C background

This text has white color on #A4516C background.