COLOR #A39383

HEX: #A39383 RGB: (163,147,131)

Color info

#A39383 contains red, green and blue colors in about the same proportion. Web safe color of #A39383 is #999999 (or #999).

RGB color model

#A39383 color RGB value is (163,147,131).

RGB: (163,147,131) (64%, 58%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 131 of 255 = 51%

163
147
131

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

Portions of RGB colors in percentages

R + G + B = 163 + 147 + 131 = 441 (100%)
R 163 of 441 ~ 36.96%
G 147 of 441 ~ 33.33%
B 131 of 441 ~ 29.71'%

%36.96
%33.33
%29.71

CMYK color model

#A39383 color CMYK value is (0,10,20,36).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 19.63%
  • key color value is 36.08%

CMYK: (0,10,20,36)
C0M10Y20K36 (0%, 10%, 20%, 36%)
(0.00 / 0.10 / 0.20 / 0.36)

CMYK percentages

%0
%9.82
%19.63
%36.08

Codes

Color #A39383 in popluar color models

A3 93 83
RGB 163 147 131
HSL 30° 14.81% 57.65%
HSB/HSV 30° 19.63% 63.92%
CMYK 0.00% 9.82% 19.63%
36.08%

Color #A39383 in popluar number systems.

HEX A3 93 83
Decimal 163 147 131
Binary 10100011 10010011 10000011
Octal 243 223 203

Shades and tints

Shades of #A39383

#A39383
(163,147,131)
#958678
(149,134,120)
#87796D
(135,121,109)
#796C62
(121,108,98)
#6B5F57
(107,95,87)
#5D524C
(93,82,76)
#4F4541
(79,69,65)
#413836
(65,56,54)
#332B2B
(51,43,43)
#251E20
(37,30,32)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A39383

#A39383
(163,147,131)
#AB9C8E
(171,156,142)
#B3A599
(179,165,153)
#BBAEA4
(187,174,164)
#C3B7AF
(195,183,175)
#CBC0BA
(203,192,186)
#D3C9C5
(211,201,197)
#DBD2D0
(219,210,208)
#E3DBDB
(227,219,219)
#EBE4E6
(235,228,230)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39383 color. Also use rgb(163,147,131) instead hex code.

Text Font Color

.myTextColor { color: #A39383; }

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

This text font color is #A39383.

Background Color

.myBgColor { background-color: #A39383; }

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

This div background color is #A39383.

Border color

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

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

This div border color is #A39383.

Opacity

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

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

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

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

This text has shadow with #A39383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39383.

Preview

Color preview on black background

This text has color #A39383 on black background.


Color preview on white background

This text has color #A39383 on white background.


Black color preview on #A39383 background

This text has black color on #A39383 background.


White color preview on #A39383 background

This text has white color on #A39383 background.


Related colors

Complementary color

Complementary color for #hex is #5C6C7C.


I love getcolorcode.com

Triadic colors

1 #83A393 and #9383A3 with #A39383 are triadic colors.

2 #8393A3 and #93A383 with #A39383 are triadic colors.