COLOR #A39473

HEX: #A39473 RGB: (163,148,115)

Color info

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

RGB color model

#A39473 color RGB value is (163,148,115).

RGB: (163,148,115) (64%, 58%, 45%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 115 of 255 = 45%

163
148
115

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

Portions of RGB colors in percentages

R + G + B = 163 + 148 + 115 = 426 (100%)
R 163 of 426 ~ 38.26%
G 148 of 426 ~ 34.74%
B 115 of 426 ~ 27'%

%38.26
%34.74
%27

CMYK color model

#A39473 color CMYK value is (0,9,29,36).

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

CMYK: (0,9,29,36)
C0M9Y29K36 (0%, 9%, 29%, 36%)
(0.00 / 0.09 / 0.29 / 0.36)

CMYK percentages

%0
%9.2
%29.45
%36.08

Codes

Color #A39473 in popluar color models

A3 94 73
RGB 163 148 115
HSL 41° 20.69% 54.51%
HSB/HSV 41° 29.45% 63.92%
CMYK 0.00% 9.20% 29.45%
36.08%

Color #A39473 in popluar number systems.

HEX A3 94 73
Decimal 163 148 115
Binary 10100011 10010100 1110011
Octal 243 224 163

Shades and tints

Shades of #A39473

#A39473
(163,148,115)
#958769
(149,135,105)
#877A5F
(135,122,95)
#796D55
(121,109,85)
#6B604B
(107,96,75)
#5D5341
(93,83,65)
#4F4637
(79,70,55)
#41392D
(65,57,45)
#332C23
(51,44,35)
#251F19
(37,31,25)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A39473

#A39473
(163,148,115)
#AB9D7F
(171,157,127)
#B3A68B
(179,166,139)
#BBAF97
(187,175,151)
#C3B8A3
(195,184,163)
#CBC1AF
(203,193,175)
#D3CABB
(211,202,187)
#DBD3C7
(219,211,199)
#E3DCD3
(227,220,211)
#EBE5DF
(235,229,223)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39473; }

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

This text font color is #A39473.

Background Color

.myBgColor { background-color: #A39473; }

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

This div background color is #A39473.

Border color

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

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

This div border color is #A39473.

Opacity

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

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

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

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

This text has shadow with #A39473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39473.

Preview

Color preview on black background

This text has color #A39473 on black background.


Color preview on white background

This text has color #A39473 on white background.


Black color preview on #A39473 background

This text has black color on #A39473 background.


White color preview on #A39473 background

This text has white color on #A39473 background.


Related colors

Complementary color

Complementary color for #hex is #5C6B8C.


I love getcolorcode.com

Triadic colors

1 #73A394 and #9473A3 with #A39473 are triadic colors.

2 #7394A3 and #94A373 with #A39473 are triadic colors.