COLOR #A3616F

HEX: #A3616F RGB: (163,97,111)

Color info

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

RGB color model

#A3616F color RGB value is (163,97,111).

RGB: (163,97,111) (64%, 38%, 44%)

RGB channels and saturation

R 163 of 255 = 64%
G 97 of 255 = 38%
B 111 of 255 = 44%

163
97
111

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

Portions of RGB colors in percentages

R + G + B = 163 + 97 + 111 = 371 (100%)
R 163 of 371 ~ 43.94%
G 97 of 371 ~ 26.15%
B 111 of 371 ~ 29.92'%

%43.94
%26.15
%29.92

CMYK color model

#A3616F color CMYK value is (0,40,32,36).

  • cyan value is 0.00%
  • magenta value is 40.49%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK: (0,40,32,36) C0M40Y32K36 (0%,40%,32%,36%) (0.00/0.40/0.32/0.36) 

CMYK percentages

%0
%40.49
%31.9
%36.08

Codes

Color #A3616F in popluar color models

A3 61 6F
RGB 163 97 111
HSL 347° 26.40% 50.98%
HSB/HSV 347° 40.49% 63.92%
CMYK 0.00% 40.49% 31.90%
36.08%

Color #A3616F in popluar number systems.

HEX A3 61 6F
Decimal 163 97 111
Binary 10100011 1100001 1101111
Octal 243 141 157

Shades and tints

Shades of #A3616F

#A3616F
(163,97,111)
#955965
(149,89,101)
#87515B
(135,81,91)
#794951
(121,73,81)
#6B4147
(107,65,71)
#5D393D
(93,57,61)
#4F3133
(79,49,51)
#412929
(65,41,41)
#33211F
(51,33,31)
#251915
(37,25,21)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #A3616F

#A3616F
(163,97,111)
#AB6F7C
(171,111,124)
#B37D89
(179,125,137)
#BB8B96
(187,139,150)
#C399A3
(195,153,163)
#CBA7B0
(203,167,176)
#D3B5BD
(211,181,189)
#DBC3CA
(219,195,202)
#E3D1D7
(227,209,215)
#EBDFE4
(235,223,228)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3616F; }

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

This text font color is #A3616F.

Background Color

.myBgColor { background-color: #A3616F; }

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

This div background color is #A3616F.

Border color

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

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

This div border color is #A3616F.

Opacity

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

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

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

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

This text has shadow with #A3616F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3616F.

Preview

Color preview on black background

This text has color #A3616F on black background.


Color preview on white background

This text has color #A3616F on white background.


Black color preview on #A3616F background

This text has black color on #A3616F background.


White color preview on #A3616F background

This text has white color on #A3616F background.


Related colors

Complementary color

Complementary color for #hex is #5C9E90.


I love getcolorcode.com

Triadic colors

1 #6FA361 and #616FA3 with #A3616F are triadic colors.

2 #6F61A3 and #61A36F with #A3616F are triadic colors.