COLOR #A39083

HEX: #A39083 RGB: (163,144,131)

Color info

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

RGB color model

#A39083 color RGB value is (163,144,131).

RGB: (163,144,131) (64%, 56%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 131 of 255 = 51%

163
144
131

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

Portions of RGB colors in percentages

R + G + B = 163 + 144 + 131 = 438 (100%)
R 163 of 438 ~ 37.21%
G 144 of 438 ~ 32.88%
B 131 of 438 ~ 29.91'%

%37.21
%32.88
%29.91

CMYK color model

#A39083 color CMYK value is (0,12,20,36).

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

CMYK: (0,12,20,36)
C0M12Y20K36 (0%, 12%, 20%, 36%)
(0.00 / 0.12 / 0.20 / 0.36)

CMYK percentages

%0
%11.66
%19.63
%36.08

Codes

Color #A39083 in popluar color models

A3 90 83
RGB 163 144 131
HSL 24° 14.81% 57.65%
HSB/HSV 24° 19.63% 63.92%
CMYK 0.00% 11.66% 19.63%
36.08%

Color #A39083 in popluar number systems.

HEX A3 90 83
Decimal 163 144 131
Binary 10100011 10010000 10000011
Octal 243 220 203

Shades and tints

Shades of #A39083

#A39083
(163,144,131)
#958378
(149,131,120)
#87766D
(135,118,109)
#796962
(121,105,98)
#6B5C57
(107,92,87)
#5D4F4C
(93,79,76)
#4F4241
(79,66,65)
#413536
(65,53,54)
#33282B
(51,40,43)
#251B20
(37,27,32)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #A39083

#A39083
(163,144,131)
#AB9A8E
(171,154,142)
#B3A499
(179,164,153)
#BBAEA4
(187,174,164)
#C3B8AF
(195,184,175)
#CBC2BA
(203,194,186)
#D3CCC5
(211,204,197)
#DBD6D0
(219,214,208)
#E3E0DB
(227,224,219)
#EBEAE6
(235,234,230)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39083; }

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

This text font color is #A39083.

Background Color

.myBgColor { background-color: #A39083; }

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

This div background color is #A39083.

Border color

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

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

This div border color is #A39083.

Opacity

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

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

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

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

This text has shadow with #A39083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39083.

Preview

Color preview on black background

This text has color #A39083 on black background.


Color preview on white background

This text has color #A39083 on white background.


Black color preview on #A39083 background

This text has black color on #A39083 background.


White color preview on #A39083 background

This text has white color on #A39083 background.


Related colors

Complementary color

Complementary color for #hex is #5C6F7C.


I love getcolorcode.com

Triadic colors

1 #83A390 and #9083A3 with #A39083 are triadic colors.

2 #8390A3 and #90A383 with #A39083 are triadic colors.