COLOR #A34D6D

HEX: #A34D6D RGB: (163,77,109)

Color info

#A34D6D contains mainly red and blue colors. Web safe color of #A34D6D is #993366 (or #936).

RGB color model

#A34D6D color RGB value is (163,77,109).

RGB: (163,77,109) (64%, 30%, 43%)

RGB channels and saturation

R 163 of 255 = 64%
G 77 of 255 = 30%
B 109 of 255 = 43%

163
77
109

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

Portions of RGB colors in percentages

R + G + B = 163 + 77 + 109 = 349 (100%)
R 163 of 349 ~ 46.7%
G 77 of 349 ~ 22.06%
B 109 of 349 ~ 31.23'%

%46.7
%22.06
%31.23

CMYK color model

#A34D6D color CMYK value is (0,53,33,36).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 33.13%
  • key color value is 36.08%

CMYK: (0,53,33,36)
C0M53Y33K36 (0%, 53%, 33%, 36%)
(0.00 / 0.53 / 0.33 / 0.36)

CMYK percentages

%0
%52.76
%33.13
%36.08

Codes

Color #A34D6D in popluar color models

A3 4D 6D
RGB 163 77 109
HSL 338° 35.83% 47.06%
HSB/HSV 338° 52.76% 63.92%
CMYK 0.00% 52.76% 33.13%
36.08%

Color #A34D6D in popluar number systems.

HEX A3 4D 6D
Decimal 163 77 109
Binary 10100011 1001101 1101101
Octal 243 115 155

Shades and tints

Shades of #A34D6D

#A34D6D
(163,77,109)
#954664
(149,70,100)
#873F5B
(135,63,91)
#793852
(121,56,82)
#6B3149
(107,49,73)
#5D2A40
(93,42,64)
#4F2337
(79,35,55)
#411C2E
(65,28,46)
#331525
(51,21,37)
#250E1C
(37,14,28)
#170713
(23,7,19)
#000000
(0,0,0)

Tints of #A34D6D

#A34D6D
(163,77,109)
#AB5D7A
(171,93,122)
#B36D87
(179,109,135)
#BB7D94
(187,125,148)
#C38DA1
(195,141,161)
#CB9DAE
(203,157,174)
#D3ADBB
(211,173,187)
#DBBDC8
(219,189,200)
#E3CDD5
(227,205,213)
#EBDDE2
(235,221,226)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34D6D color. Also use rgb(163,77,109) instead hex code.

Text Font Color

.myTextColor { color: #A34D6D; }

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

This text font color is #A34D6D.

Background Color

.myBgColor { background-color: #A34D6D; }

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

This div background color is #A34D6D.

Border color

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

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

This div border color is #A34D6D.

Opacity

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

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

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

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

This text has shadow with #A34D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A34D6D.

Preview

Color preview on black background

This text has color #A34D6D on black background.


Color preview on white background

This text has color #A34D6D on white background.


Black color preview on #A34D6D background

This text has black color on #A34D6D background.


White color preview on #A34D6D background

This text has white color on #A34D6D background.


Related colors

Complementary color

Complementary color for #hex is #5CB292.


I love getcolorcode.com

Triadic colors

1 #6DA34D and #4D6DA3 with #A34D6D are triadic colors.

2 #6D4DA3 and #4DA36D with #A34D6D are triadic colors.