COLOR #A3576B

HEX: #A3576B RGB: (163,87,107)

Color info

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

RGB color model

#A3576B color RGB value is (163,87,107).

RGB: (163,87,107) (64%, 34%, 42%)

RGB channels and saturation

R 163 of 255 = 64%
G 87 of 255 = 34%
B 107 of 255 = 42%

163
87
107

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

Portions of RGB colors in percentages

R + G + B = 163 + 87 + 107 = 357 (100%)
R 163 of 357 ~ 45.66%
G 87 of 357 ~ 24.37%
B 107 of 357 ~ 29.97'%

%45.66
%24.37
%29.97

CMYK color model

#A3576B color CMYK value is (0,47,34,36).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 34.36%
  • key color value is 36.08%

CMYK: (0,47,34,36)
C0M47Y34K36 (0%, 47%, 34%, 36%)
(0.00 / 0.47 / 0.34 / 0.36)

CMYK percentages

%0
%46.63
%34.36
%36.08

Codes

Color #A3576B in popluar color models

A3 57 6B
RGB 163 87 107
HSL 344° 30.40% 49.02%
HSB/HSV 344° 46.63% 63.92%
CMYK 0.00% 46.63% 34.36%
36.08%

Color #A3576B in popluar number systems.

HEX A3 57 6B
Decimal 163 87 107
Binary 10100011 1010111 1101011
Octal 243 127 153

Shades and tints

Shades of #A3576B

#A3576B
(163,87,107)
#955062
(149,80,98)
#874959
(135,73,89)
#794250
(121,66,80)
#6B3B47
(107,59,71)
#5D343E
(93,52,62)
#4F2D35
(79,45,53)
#41262C
(65,38,44)
#331F23
(51,31,35)
#25181A
(37,24,26)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #A3576B

#A3576B
(163,87,107)
#AB6678
(171,102,120)
#B37585
(179,117,133)
#BB8492
(187,132,146)
#C3939F
(195,147,159)
#CBA2AC
(203,162,172)
#D3B1B9
(211,177,185)
#DBC0C6
(219,192,198)
#E3CFD3
(227,207,211)
#EBDEE0
(235,222,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3576B color. Also use rgb(163,87,107) instead hex code.

Text Font Color

.myTextColor { color: #A3576B; }

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

This text font color is #A3576B.

Background Color

.myBgColor { background-color: #A3576B; }

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

This div background color is #A3576B.

Border color

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

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

This div border color is #A3576B.

Opacity

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

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

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

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

This text has shadow with #A3576B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3576B.

Preview

Color preview on black background

This text has color #A3576B on black background.


Color preview on white background

This text has color #A3576B on white background.


Black color preview on #A3576B background

This text has black color on #A3576B background.


White color preview on #A3576B background

This text has white color on #A3576B background.


Related colors

Complementary color

Complementary color for #hex is #5CA894.


I love getcolorcode.com

Triadic colors

1 #6BA357 and #576BA3 with #A3576B are triadic colors.

2 #6B57A3 and #57A36B with #A3576B are triadic colors.