COLOR #A39180

HEX: #A39180 RGB: (163,145,128)

Color info

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

RGB color model

#A39180 color RGB value is (163,145,128).

RGB: (163,145,128) (64%, 57%, 50%)

RGB channels and saturation

R 163 of 255 = 64%
G 145 of 255 = 57%
B 128 of 255 = 50%

163
145
128

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

Portions of RGB colors in percentages

R + G + B = 163 + 145 + 128 = 436 (100%)
R 163 of 436 ~ 37.39%
G 145 of 436 ~ 33.26%
B 128 of 436 ~ 29.36'%

%37.39
%33.26
%29.36

CMYK color model

#A39180 color CMYK value is (0,11,21,36).

  • cyan value is 0.00%
  • magenta value is 11.04%
  • yellow value is 21.47%
  • key color value is 36.08%

CMYK: (0,11,21,36)
C0M11Y21K36 (0%, 11%, 21%, 36%)
(0.00 / 0.11 / 0.21 / 0.36)

CMYK percentages

%0
%11.04
%21.47
%36.08

Codes

Color #A39180 in popluar color models

A3 91 80
RGB 163 145 128
HSL 29° 15.98% 57.06%
HSB/HSV 29° 21.47% 63.92%
CMYK 0.00% 11.04% 21.47%
36.08%

Color #A39180 in popluar number systems.

HEX A3 91 80
Decimal 163 145 128
Binary 10100011 10010001 10000000
Octal 243 221 200

Shades and tints

Shades of #A39180

#A39180
(163,145,128)
#958475
(149,132,117)
#87776A
(135,119,106)
#796A5F
(121,106,95)
#6B5D54
(107,93,84)
#5D5049
(93,80,73)
#4F433E
(79,67,62)
#413633
(65,54,51)
#332928
(51,41,40)
#251C1D
(37,28,29)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #A39180

#A39180
(163,145,128)
#AB9B8B
(171,155,139)
#B3A596
(179,165,150)
#BBAFA1
(187,175,161)
#C3B9AC
(195,185,172)
#CBC3B7
(203,195,183)
#D3CDC2
(211,205,194)
#DBD7CD
(219,215,205)
#E3E1D8
(227,225,216)
#EBEBE3
(235,235,227)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39180 color. Also use rgb(163,145,128) instead hex code.

Text Font Color

.myTextColor { color: #A39180; }

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

This text font color is #A39180.

Background Color

.myBgColor { background-color: #A39180; }

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

This div background color is #A39180.

Border color

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

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

This div border color is #A39180.

Opacity

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

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

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

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

This text has shadow with #A39180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39180.

Preview

Color preview on black background

This text has color #A39180 on black background.


Color preview on white background

This text has color #A39180 on white background.


Black color preview on #A39180 background

This text has black color on #A39180 background.


White color preview on #A39180 background

This text has white color on #A39180 background.


Related colors

Complementary color

Complementary color for #hex is #5C6E7F.


I love getcolorcode.com

Triadic colors

1 #80A391 and #9180A3 with #A39180 are triadic colors.

2 #8091A3 and #91A380 with #A39180 are triadic colors.