COLOR #A4516B

HEX: #A4516B
RGB: (164,81,107)

Color info

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

RGB color model

#A4516B color RGB value is (164,81,107).

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

RGB channels and saturation

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

164
81
107

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

Portions of RGB colors in percentages

R + G + B =
164 + 81 + 107 = 352 (100%)
R 164 of 352 ~ 46.59%
G 81 of 352 ~ 23.01%
B 107 of 352 ~ 30.4%

%46.59
%23.01
%30.4

CMYK color model

#A4516B color CMYK value is (0,51,35,36).

  • cyan value is 0.00%
  • magenta value is 50.61%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK:
(0,51,35,36)
C0M51Y35K36 
(0%,51%,35%,36%)
(0.00/0.51/0.35/0.36)	

CMYK percentages

%0
%50.61
%34.76
%35.69

Codes

Color #A4516B in popluar color models

A4516B
RGB16481107
HSL341°33.88%48.04%
HSB/HSV341°50.61%64.31%
CMYK0.00%50.61%34.76%
35.69%

Color #A4516B in popluar number systems.

HEXA4516B
Decimal16481107
Binary1010010010100011101011
Octal244121153

Shades and tints

Shades of #A4516B

#A4516B
(164,81,107)
#964A62
(150,74,98)
#884359
(136,67,89)
#7A3C50
(122,60,80)
#6C3547
(108,53,71)
#5E2E3E
(94,46,62)
#502735
(80,39,53)
#42202C
(66,32,44)
#341923
(52,25,35)
#26121A
(38,18,26)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #A4516B

#A4516B
(164,81,107)
#AC6078
(172,96,120)
#B46F85
(180,111,133)
#BC7E92
(188,126,146)
#C48D9F
(196,141,159)
#CC9CAC
(204,156,172)
#D4ABB9
(212,171,185)
#DCBAC6
(220,186,198)
#E4C9D3
(228,201,211)
#ECD8E0
(236,216,224)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4516B; }

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

This text font color is #A4516B.


Background Color

.myBgColor { background-color: #A4516B; }

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

This div background color is #A4516B.


Border color

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

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

This div border color is #A4516B.


Opacity

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

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

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

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

This text has shadow with #A4516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4516B on black background.


Color preview on white background

This text has color #A4516B on white background.



Black color preview on #A4516B background

This text has black color on #A4516B background.


White color preview on #A4516B background

This text has white color on #A4516B background.