COLOR #A3947F

HEX: #A3947F RGB: (163,148,127)

Color info

#A3947F contains red, green and blue colors in about the same proportion. Web safe color of #A3947F is #999966 (or #996).

RGB color model

#A3947F color RGB value is (163,148,127).

RGB: (163,148,127) (64%, 58%, 50%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 127 of 255 = 50%

163
148
127

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

Portions of RGB colors in percentages

R + G + B = 163 + 148 + 127 = 438 (100%)
R 163 of 438 ~ 37.21%
G 148 of 438 ~ 33.79%
B 127 of 438 ~ 29'%

%37.21
%33.79
%29

CMYK color model

#A3947F color CMYK value is (0,9,22,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 22.09%
  • key color value is 36.08%

CMYK: (0,9,22,36)
C0M9Y22K36 (0%, 9%, 22%, 36%)
(0.00 / 0.09 / 0.22 / 0.36)

CMYK percentages

%0
%9.2
%22.09
%36.08

Codes

Color #A3947F in popluar color models

A3 94 7F
RGB 163 148 127
HSL 35° 16.36% 56.86%
HSB/HSV 35° 22.09% 63.92%
CMYK 0.00% 9.20% 22.09%
36.08%

Color #A3947F in popluar number systems.

HEX A3 94 7F
Decimal 163 148 127
Binary 10100011 10010100 1111111
Octal 243 224 177

Shades and tints

Shades of #A3947F

#A3947F
(163,148,127)
#958774
(149,135,116)
#877A69
(135,122,105)
#796D5E
(121,109,94)
#6B6053
(107,96,83)
#5D5348
(93,83,72)
#4F463D
(79,70,61)
#413932
(65,57,50)
#332C27
(51,44,39)
#251F1C
(37,31,28)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A3947F

#A3947F
(163,148,127)
#AB9D8A
(171,157,138)
#B3A695
(179,166,149)
#BBAFA0
(187,175,160)
#C3B8AB
(195,184,171)
#CBC1B6
(203,193,182)
#D3CAC1
(211,202,193)
#DBD3CC
(219,211,204)
#E3DCD7
(227,220,215)
#EBE5E2
(235,229,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3947F color. Also use rgb(163,148,127) instead hex code.

Text Font Color

.myTextColor { color: #A3947F; }

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

This text font color is #A3947F.

Background Color

.myBgColor { background-color: #A3947F; }

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

This div background color is #A3947F.

Border color

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

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

This div border color is #A3947F.

Opacity

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

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

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

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

This text has shadow with #A3947F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3947F.

Preview

Color preview on black background

This text has color #A3947F on black background.


Color preview on white background

This text has color #A3947F on white background.


Black color preview on #A3947F background

This text has black color on #A3947F background.


White color preview on #A3947F background

This text has white color on #A3947F background.


Related colors

Complementary color

Complementary color for #hex is #5C6B80.


I love getcolorcode.com

Triadic colors

1 #7FA394 and #947FA3 with #A3947F are triadic colors.

2 #7F94A3 and #94A37F with #A3947F are triadic colors.