COLOR #A3465D

HEX: #A3465D RGB: (163,70,93)

Color info

#A3465D contains mainly red color. Web safe color of #A3465D is #993366 (or #936).

RGB color model

#A3465D color RGB value is (163,70,93).

RGB: (163,70,93) (64%, 27%, 36%)

RGB channels and saturation

R 163 of 255 = 64%
G 70 of 255 = 27%
B 93 of 255 = 36%

163
70
93

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

Portions of RGB colors in percentages

R + G + B = 163 + 70 + 93 = 326 (100%)
R 163 of 326 ~ 50%
G 70 of 326 ~ 21.47%
B 93 of 326 ~ 28.53'%

%50
%21.47
%28.53

CMYK color model

#A3465D color CMYK value is (0,57,43,36).

  • cyan value is 0.00%
  • magenta value is 57.06%
  • yellow value is 42.94%
  • key color value is 36.08%

CMYK: (0,57,43,36)
C0M57Y43K36 (0%, 57%, 43%, 36%)
(0.00 / 0.57 / 0.43 / 0.36)

CMYK percentages

%0
%57.06
%42.94
%36.08

Codes

Color #A3465D in popluar color models

A3 46 5D
RGB 163 70 93
HSL 345° 39.91% 45.69%
HSB/HSV 345° 57.06% 63.92%
CMYK 0.00% 57.06% 42.94%
36.08%

Color #A3465D in popluar number systems.

HEX A3 46 5D
Decimal 163 70 93
Binary 10100011 1000110 1011101
Octal 243 106 135

Shades and tints

Shades of #A3465D

#A3465D
(163,70,93)
#954055
(149,64,85)
#873A4D
(135,58,77)
#793445
(121,52,69)
#6B2E3D
(107,46,61)
#5D2835
(93,40,53)
#4F222D
(79,34,45)
#411C25
(65,28,37)
#33161D
(51,22,29)
#251015
(37,16,21)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #A3465D

#A3465D
(163,70,93)
#AB566B
(171,86,107)
#B36679
(179,102,121)
#BB7687
(187,118,135)
#C38695
(195,134,149)
#CB96A3
(203,150,163)
#D3A6B1
(211,166,177)
#DBB6BF
(219,182,191)
#E3C6CD
(227,198,205)
#EBD6DB
(235,214,219)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3465D color. Also use rgb(163,70,93) instead hex code.

Text Font Color

.myTextColor { color: #A3465D; }

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

This text font color is #A3465D.

Background Color

.myBgColor { background-color: #A3465D; }

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

This div background color is #A3465D.

Border color

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

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

This div border color is #A3465D.

Opacity

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

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

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

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

This text has shadow with #A3465D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3465D.

Preview

Color preview on black background

This text has color #A3465D on black background.


Color preview on white background

This text has color #A3465D on white background.


Black color preview on #A3465D background

This text has black color on #A3465D background.


White color preview on #A3465D background

This text has white color on #A3465D background.


Related colors

Complementary color

Complementary color for #hex is #5CB9A2.


I love getcolorcode.com

Triadic colors

1 #5DA346 and #465DA3 with #A3465D are triadic colors.

2 #5D46A3 and #46A35D with #A3465D are triadic colors.