COLOR #A3616B

HEX: #A3616B RGB: (163,97,107)

Color info

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

RGB color model

#A3616B color RGB value is (163,97,107).

RGB: (163,97,107) (64%, 38%, 42%)

RGB channels and saturation

R 163 of 255 = 64%
G 97 of 255 = 38%
B 107 of 255 = 42%

163
97
107

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

Portions of RGB colors in percentages

R + G + B = 163 + 97 + 107 = 367 (100%)
R 163 of 367 ~ 44.41%
G 97 of 367 ~ 26.43%
B 107 of 367 ~ 29.16'%

%44.41
%26.43
%29.16

CMYK color model

#A3616B color CMYK value is (0,40,34,36).

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

CMYK: (0,40,34,36)
C0M40Y34K36 (0%, 40%, 34%, 36%)
(0.00 / 0.40 / 0.34 / 0.36)

CMYK percentages

%0
%40.49
%34.36
%36.08

Codes

Color #A3616B in popluar color models

A3 61 6B
RGB 163 97 107
HSL 351° 26.40% 50.98%
HSB/HSV 351° 40.49% 63.92%
CMYK 0.00% 40.49% 34.36%
36.08%

Color #A3616B in popluar number systems.

HEX A3 61 6B
Decimal 163 97 107
Binary 10100011 1100001 1101011
Octal 243 141 153

Shades and tints

Shades of #A3616B

#A3616B
(163,97,107)
#955962
(149,89,98)
#875159
(135,81,89)
#794950
(121,73,80)
#6B4147
(107,65,71)
#5D393E
(93,57,62)
#4F3135
(79,49,53)
#41292C
(65,41,44)
#332123
(51,33,35)
#25191A
(37,25,26)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #A3616B

#A3616B
(163,97,107)
#AB6F78
(171,111,120)
#B37D85
(179,125,133)
#BB8B92
(187,139,146)
#C3999F
(195,153,159)
#CBA7AC
(203,167,172)
#D3B5B9
(211,181,185)
#DBC3C6
(219,195,198)
#E3D1D3
(227,209,211)
#EBDFE0
(235,223,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3616B; }

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

This text font color is #A3616B.

Background Color

.myBgColor { background-color: #A3616B; }

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

This div background color is #A3616B.

Border color

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

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

This div border color is #A3616B.

Opacity

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

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

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

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

This text has shadow with #A3616B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3616B.

Preview

Color preview on black background

This text has color #A3616B on black background.


Color preview on white background

This text has color #A3616B on white background.


Black color preview on #A3616B background

This text has black color on #A3616B background.


White color preview on #A3616B background

This text has white color on #A3616B background.


Related colors

Complementary color

Complementary color for #hex is #5C9E94.


I love getcolorcode.com

Triadic colors

1 #6BA361 and #616BA3 with #A3616B are triadic colors.

2 #6B61A3 and #61A36B with #A3616B are triadic colors.