COLOR #A39480

HEX: #A39480
RGB: (163,148,128)

Color info

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

RGB color model

#A39480 color RGB value is (163,148,128).

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

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 128 of 255 = 50%

163
148
128

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 128 = 439 (100%)
R 163 of 439 ~ 37.13%
G 148 of 439 ~ 33.71%
B 128 of 439 ~ 29.16%

%37.13
%33.71
%29.16

CMYK color model

#A39480 color CMYK value is (0,9,21,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(0,9,21,36)
C0M9Y21K36 
(0%,9%,21%,36%)
(0.00/0.09/0.21/0.36)	

CMYK percentages

%0
%9.2
%21.47
%36.08

Codes

Color #A39480 in popluar color models

A39480
RGB163148128
HSL34°15.98%57.06%
HSB/HSV34°21.47%63.92%
CMYK0.00%9.20%21.47%
36.08%

Color #A39480 in popluar number systems.

HEXA39480
Decimal163148128
Binary101000111001010010000000
Octal243224200

Shades and tints

Shades of #A39480

#A39480
(163,148,128)
#958775
(149,135,117)
#877A6A
(135,122,106)
#796D5F
(121,109,95)
#6B6054
(107,96,84)
#5D5349
(93,83,73)
#4F463E
(79,70,62)
#413933
(65,57,51)
#332C28
(51,44,40)
#251F1D
(37,31,29)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A39480

#A39480
(163,148,128)
#AB9D8B
(171,157,139)
#B3A696
(179,166,150)
#BBAFA1
(187,175,161)
#C3B8AC
(195,184,172)
#CBC1B7
(203,193,183)
#D3CAC2
(211,202,194)
#DBD3CD
(219,211,205)
#E3DCD8
(227,220,216)
#EBE5E3
(235,229,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39480; }

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

This text font color is #A39480.


Background Color

.myBgColor { background-color: #A39480; }

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

This div background color is #A39480.


Border color

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

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

This div border color is #A39480.


Opacity

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

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

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

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

This text has shadow with #A39480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39480 on black background.


Color preview on white background

This text has color #A39480 on white background.



Black color preview on #A39480 background

This text has black color on #A39480 background.


White color preview on #A39480 background

This text has white color on #A39480 background.