COLOR #A3747A

HEX: #A3747A RGB: (163,116,122)

Color info

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

RGB color model

#A3747A color RGB value is (163,116,122).

RGB: (163,116,122) (64%, 45%, 48%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 122 of 255 = 48%

163
116
122

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

Portions of RGB colors in percentages

R + G + B = 163 + 116 + 122 = 401 (100%)
R 163 of 401 ~ 40.65%
G 116 of 401 ~ 28.93%
B 122 of 401 ~ 30.42'%

%40.65
%28.93
%30.42

CMYK color model

#A3747A color CMYK value is (0,29,25,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK: (0,29,25,36) C0M29Y25K36 (0%,29%,25%,36%) (0.00/0.29/0.25/0.36) 

CMYK percentages

%0
%28.83
%25.15
%36.08

Codes

Color #A3747A in popluar color models

A3 74 7A
RGB 163 116 122
HSL 352° 20.35% 54.71%
HSB/HSV 352° 28.83% 63.92%
CMYK 0.00% 28.83% 25.15%
36.08%

Color #A3747A in popluar number systems.

HEX A3 74 7A
Decimal 163 116 122
Binary 10100011 1110100 1111010
Octal 243 164 172

Shades and tints

Shades of #A3747A

#A3747A
(163,116,122)
#956A6F
(149,106,111)
#876064
(135,96,100)
#795659
(121,86,89)
#6B4C4E
(107,76,78)
#5D4243
(93,66,67)
#4F3838
(79,56,56)
#412E2D
(65,46,45)
#332422
(51,36,34)
#251A17
(37,26,23)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A3747A

#A3747A
(163,116,122)
#AB8086
(171,128,134)
#B38C92
(179,140,146)
#BB989E
(187,152,158)
#C3A4AA
(195,164,170)
#CBB0B6
(203,176,182)
#D3BCC2
(211,188,194)
#DBC8CE
(219,200,206)
#E3D4DA
(227,212,218)
#EBE0E6
(235,224,230)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3747A color. Also use rgb(163,116,122) instead hex code.

Text Font Color

.myTextColor { color: #A3747A; }

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

This text font color is #A3747A.

Background Color

.myBgColor { background-color: #A3747A; }

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

This div background color is #A3747A.

Border color

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

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

This div border color is #A3747A.

Opacity

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

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

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

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

This text has shadow with #A3747A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3747A.

Preview

Color preview on black background

This text has color #A3747A on black background.


Color preview on white background

This text has color #A3747A on white background.


Black color preview on #A3747A background

This text has black color on #A3747A background.


White color preview on #A3747A background

This text has white color on #A3747A background.


Related colors

Complementary color

Complementary color for #hex is #5C8B85.


I love getcolorcode.com

Triadic colors

1 #7AA374 and #747AA3 with #A3747A are triadic colors.

2 #7A74A3 and #74A37A with #A3747A are triadic colors.