COLOR #A39C80

HEX: #A39C80
RGB: (163,156,128)

Color info

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

RGB color model

#A39C80 color RGB value is (163,156,128).

  • red value is 163;
  • green value is 156;
  • blue value is 128.
RGB:
(163,156,128)
(64%,61%,50%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 128 of 255 = 50%

163
156
128

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

Portions of RGB colors in percentages

R + G + B =
163 + 156 + 128 = 447 (100%)
R 163 of 447 ~ 36.47%
G 156 of 447 ~ 34.9%
B 128 of 447 ~ 28.64%

%36.47
%34.9
%28.64

CMYK color model

#A39C80 color CMYK value is (0,4,21,36).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(0,4,21,36)
C0M4Y21K36 
(0%,4%,21%,36%)
(0.00/0.04/0.21/0.36)	

CMYK percentages

%0
%4.29
%21.47
%36.08

Codes

Color #A39C80 in popluar color models

A39C80
RGB163156128
HSL48°15.98%57.06%
HSB/HSV48°21.47%63.92%
CMYK0.00%4.29%21.47%
36.08%

Color #A39C80 in popluar number systems.

HEXA39C80
Decimal163156128
Binary101000111001110010000000
Octal243234200

Shades and tints

Shades of #A39C80

#A39C80
(163,156,128)
#958E75
(149,142,117)
#87806A
(135,128,106)
#79725F
(121,114,95)
#6B6454
(107,100,84)
#5D5649
(93,86,73)
#4F483E
(79,72,62)
#413A33
(65,58,51)
#332C28
(51,44,40)
#251E1D
(37,30,29)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #A39C80

#A39C80
(163,156,128)
#ABA58B
(171,165,139)
#B3AE96
(179,174,150)
#BBB7A1
(187,183,161)
#C3C0AC
(195,192,172)
#CBC9B7
(203,201,183)
#D3D2C2
(211,210,194)
#DBDBCD
(219,219,205)
#E3E4D8
(227,228,216)
#EBEDE3
(235,237,227)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39C80; }

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

This text font color is #A39C80.


Background Color

.myBgColor { background-color: #A39C80; }

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

This div background color is #A39C80.


Border color

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

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

This div border color is #A39C80.


Opacity

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

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

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

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

This text has shadow with #A39C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39C80 on black background.


Color preview on white background

This text has color #A39C80 on white background.



Black color preview on #A39C80 background

This text has black color on #A39C80 background.


White color preview on #A39C80 background

This text has white color on #A39C80 background.