COLOR #A3506E

HEX: #A3506E RGB: (163,80,110)

Color info

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

RGB color model

#A3506E color RGB value is (163,80,110).

RGB: (163,80,110) (64%, 31%, 43%)

RGB channels and saturation

R 163 of 255 = 64%
G 80 of 255 = 31%
B 110 of 255 = 43%

163
80
110

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

Portions of RGB colors in percentages

R + G + B = 163 + 80 + 110 = 353 (100%)
R 163 of 353 ~ 46.18%
G 80 of 353 ~ 22.66%
B 110 of 353 ~ 31.16'%

%46.18
%22.66
%31.16

CMYK color model

#A3506E color CMYK value is (0,51,33,36).

  • cyan value is 0.00%
  • magenta value is 50.92%
  • yellow value is 32.52%
  • key color value is 36.08%

CMYK: (0,51,33,36)
C0M51Y33K36 (0%, 51%, 33%, 36%)
(0.00 / 0.51 / 0.33 / 0.36)

CMYK percentages

%0
%50.92
%32.52
%36.08

Codes

Color #A3506E in popluar color models

A3 50 6E
RGB 163 80 110
HSL 338° 34.16% 47.65%
HSB/HSV 338° 50.92% 63.92%
CMYK 0.00% 50.92% 32.52%
36.08%

Color #A3506E in popluar number systems.

HEX A3 50 6E
Decimal 163 80 110
Binary 10100011 1010000 1101110
Octal 243 120 156

Shades and tints

Shades of #A3506E

#A3506E
(163,80,110)
#954964
(149,73,100)
#87425A
(135,66,90)
#793B50
(121,59,80)
#6B3446
(107,52,70)
#5D2D3C
(93,45,60)
#4F2632
(79,38,50)
#411F28
(65,31,40)
#33181E
(51,24,30)
#251114
(37,17,20)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #A3506E

#A3506E
(163,80,110)
#AB5F7B
(171,95,123)
#B36E88
(179,110,136)
#BB7D95
(187,125,149)
#C38CA2
(195,140,162)
#CB9BAF
(203,155,175)
#D3AABC
(211,170,188)
#DBB9C9
(219,185,201)
#E3C8D6
(227,200,214)
#EBD7E3
(235,215,227)
#F3E6F0
(243,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3506E color. Also use rgb(163,80,110) instead hex code.

Text Font Color

.myTextColor { color: #A3506E; }

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

This text font color is #A3506E.

Background Color

.myBgColor { background-color: #A3506E; }

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

This div background color is #A3506E.

Border color

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

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

This div border color is #A3506E.

Opacity

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

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

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

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

This text has shadow with #A3506E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3506E.

Preview

Color preview on black background

This text has color #A3506E on black background.


Color preview on white background

This text has color #A3506E on white background.


Black color preview on #A3506E background

This text has black color on #A3506E background.


White color preview on #A3506E background

This text has white color on #A3506E background.


Related colors

Complementary color

Complementary color for #hex is #5CAF91.


I love getcolorcode.com

Triadic colors

1 #6EA350 and #506EA3 with #A3506E are triadic colors.

2 #6E50A3 and #50A36E with #A3506E are triadic colors.