COLOR #A3717B

HEX: #A3717B RGB: (163,113,123)

Color info

#A3717B contains red, green and blue colors in about the same proportion. Web safe color of #A3717B is #996666 (or #966).

RGB color model

#A3717B color RGB value is (163,113,123).

RGB: (163,113,123) (64%, 44%, 48%)

RGB channels and saturation

R 163 of 255 = 64%
G 113 of 255 = 44%
B 123 of 255 = 48%

163
113
123

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

Portions of RGB colors in percentages

R + G + B = 163 + 113 + 123 = 399 (100%)
R 163 of 399 ~ 40.85%
G 113 of 399 ~ 28.32%
B 123 of 399 ~ 30.83'%

%40.85
%28.32
%30.83

CMYK color model

#A3717B color CMYK value is (0,31,25,36).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 24.54%
  • key color value is 36.08%
CMYK: (0,31,25,36) C0M31Y25K36 (0%,31%,25%,36%) (0.00/0.31/0.25/0.36) 

CMYK percentages

%0
%30.67
%24.54
%36.08

Codes

Color #A3717B in popluar color models

A3 71 7B
RGB 163 113 123
HSL 348° 21.37% 54.12%
HSB/HSV 348° 30.67% 63.92%
CMYK 0.00% 30.67% 24.54%
36.08%

Color #A3717B in popluar number systems.

HEX A3 71 7B
Decimal 163 113 123
Binary 10100011 1110001 1111011
Octal 243 161 173

Shades and tints

Shades of #A3717B

#A3717B
(163,113,123)
#956770
(149,103,112)
#875D65
(135,93,101)
#79535A
(121,83,90)
#6B494F
(107,73,79)
#5D3F44
(93,63,68)
#4F3539
(79,53,57)
#412B2E
(65,43,46)
#332123
(51,33,35)
#251718
(37,23,24)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A3717B

#A3717B
(163,113,123)
#AB7D87
(171,125,135)
#B38993
(179,137,147)
#BB959F
(187,149,159)
#C3A1AB
(195,161,171)
#CBADB7
(203,173,183)
#D3B9C3
(211,185,195)
#DBC5CF
(219,197,207)
#E3D1DB
(227,209,219)
#EBDDE7
(235,221,231)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3717B color. Also use rgb(163,113,123) instead hex code.

Text Font Color

.myTextColor { color: #A3717B; }

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

This text font color is #A3717B.

Background Color

.myBgColor { background-color: #A3717B; }

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

This div background color is #A3717B.

Border color

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

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

This div border color is #A3717B.

Opacity

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

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

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

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

This text has shadow with #A3717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3717B.

Preview

Color preview on black background

This text has color #A3717B on black background.


Color preview on white background

This text has color #A3717B on white background.


Black color preview on #A3717B background

This text has black color on #A3717B background.


White color preview on #A3717B background

This text has white color on #A3717B background.


Related colors

Complementary color

Complementary color for #hex is #5C8E84.


I love getcolorcode.com

Triadic colors

1 #7BA371 and #717BA3 with #A3717B are triadic colors.

2 #7B71A3 and #71A37B with #A3717B are triadic colors.