COLOR #A3646E

HEX: #A3646E RGB: (163,100,110)

Color info

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

RGB color model

#A3646E color RGB value is (163,100,110).

RGB: (163,100,110) (64%, 39%, 43%)

RGB channels and saturation

R 163 of 255 = 64%
G 100 of 255 = 39%
B 110 of 255 = 43%

163
100
110

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

Portions of RGB colors in percentages

R + G + B = 163 + 100 + 110 = 373 (100%)
R 163 of 373 ~ 43.7%
G 100 of 373 ~ 26.81%
B 110 of 373 ~ 29.49'%

%43.7
%26.81
%29.49

CMYK color model

#A3646E color CMYK value is (0,39,33,36).

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

CMYK: (0,39,33,36)
C0M39Y33K36 (0%, 39%, 33%, 36%)
(0.00 / 0.39 / 0.33 / 0.36)

CMYK percentages

%0
%38.65
%32.52
%36.08

Codes

Color #A3646E in popluar color models

A3 64 6E
RGB 163 100 110
HSL 350° 25.51% 51.57%
HSB/HSV 350° 38.65% 63.92%
CMYK 0.00% 38.65% 32.52%
36.08%

Color #A3646E in popluar number systems.

HEX A3 64 6E
Decimal 163 100 110
Binary 10100011 1100100 1101110
Octal 243 144 156

Shades and tints

Shades of #A3646E

#A3646E
(163,100,110)
#955B64
(149,91,100)
#87525A
(135,82,90)
#794950
(121,73,80)
#6B4046
(107,64,70)
#5D373C
(93,55,60)
#4F2E32
(79,46,50)
#412528
(65,37,40)
#331C1E
(51,28,30)
#251314
(37,19,20)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #A3646E

#A3646E
(163,100,110)
#AB727B
(171,114,123)
#B38088
(179,128,136)
#BB8E95
(187,142,149)
#C39CA2
(195,156,162)
#CBAAAF
(203,170,175)
#D3B8BC
(211,184,188)
#DBC6C9
(219,198,201)
#E3D4D6
(227,212,214)
#EBE2E3
(235,226,227)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3646E; }

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

This text font color is #A3646E.

Background Color

.myBgColor { background-color: #A3646E; }

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

This div background color is #A3646E.

Border color

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

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

This div border color is #A3646E.

Opacity

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

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

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

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

This text has shadow with #A3646E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3646E.

Preview

Color preview on black background

This text has color #A3646E on black background.


Color preview on white background

This text has color #A3646E on white background.


Black color preview on #A3646E background

This text has black color on #A3646E background.


White color preview on #A3646E background

This text has white color on #A3646E background.


Related colors

Complementary color

Complementary color for #hex is #5C9B91.


I love getcolorcode.com

Triadic colors

1 #6EA364 and #646EA3 with #A3646E are triadic colors.

2 #6E64A3 and #64A36E with #A3646E are triadic colors.