COLOR #A4546B

HEX: #A4546B RGB: (164,84,107)

Color info

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

RGB color model

#A4546B color RGB value is (164,84,107).

RGB: (164,84,107) (64%, 33%, 42%)

RGB channels and saturation

R 164 of 255 = 64%
G 84 of 255 = 33%
B 107 of 255 = 42%

164
84
107

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

Portions of RGB colors in percentages

R + G + B = 164 + 84 + 107 = 355 (100%)
R 164 of 355 ~ 46.2%
G 84 of 355 ~ 23.66%
B 107 of 355 ~ 30.14'%

%46.2
%23.66
%30.14

CMYK color model

#A4546B color CMYK value is (0,49,35,36).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK: (0,49,35,36) C0M49Y35K36 (0%,49%,35%,36%) (0.00/0.49/0.35/0.36) 

CMYK percentages

%0
%48.78
%34.76
%35.69

Codes

Color #A4546B in popluar color models

A4 54 6B
RGB 164 84 107
HSL 343° 32.26% 48.63%
HSB/HSV 343° 48.78% 64.31%
CMYK 0.00% 48.78% 34.76%
35.69%

Color #A4546B in popluar number systems.

HEX A4 54 6B
Decimal 164 84 107
Binary 10100100 1010100 1101011
Octal 244 124 153

Shades and tints

Shades of #A4546B

#A4546B
(164,84,107)
#964D62
(150,77,98)
#884659
(136,70,89)
#7A3F50
(122,63,80)
#6C3847
(108,56,71)
#5E313E
(94,49,62)
#502A35
(80,42,53)
#42232C
(66,35,44)
#341C23
(52,28,35)
#26151A
(38,21,26)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #A4546B

#A4546B
(164,84,107)
#AC6378
(172,99,120)
#B47285
(180,114,133)
#BC8192
(188,129,146)
#C4909F
(196,144,159)
#CC9FAC
(204,159,172)
#D4AEB9
(212,174,185)
#DCBDC6
(220,189,198)
#E4CCD3
(228,204,211)
#ECDBE0
(236,219,224)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4546B; }

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

This text font color is #A4546B.

Background Color

.myBgColor { background-color: #A4546B; }

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

This div background color is #A4546B.

Border color

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

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

This div border color is #A4546B.

Opacity

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

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

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

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

This text has shadow with #A4546B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4546B.

Preview

Color preview on black background

This text has color #A4546B on black background.


Color preview on white background

This text has color #A4546B on white background.


Black color preview on #A4546B background

This text has black color on #A4546B background.


White color preview on #A4546B background

This text has white color on #A4546B background.


Related colors

Complementary color

Complementary color for #hex is #5BAB94.


I love getcolorcode.com

Triadic colors

1 #6BA454 and #546BA4 with #A4546B are triadic colors.

2 #6B54A4 and #54A46B with #A4546B are triadic colors.