COLOR #A39984

HEX: #A39984
RGB: (163,153,132)

Color info

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

RGB color model

#A39984 color RGB value is (163,153,132).

  • red value is 163;
  • green value is 153;
  • blue value is 132.
RGB:
(163,153,132)
(64%,60%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 132 of 255 = 52%

163
153
132

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

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 132 = 448 (100%)
R 163 of 448 ~ 36.38%
G 153 of 448 ~ 34.15%
B 132 of 448 ~ 29.46%

%36.38
%34.15
%29.46

CMYK color model

#A39984 color CMYK value is (0,6,19,36).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(0,6,19,36)
C0M6Y19K36 
(0%,6%,19%,36%)
(0.00/0.06/0.19/0.36)	

CMYK percentages

%0
%6.13
%19.02
%36.08

Codes

Color #A39984 in popluar color models

A39984
RGB163153132
HSL41°14.42%57.84%
HSB/HSV41°19.02%63.92%
CMYK0.00%6.13%19.02%
36.08%

Color #A39984 in popluar number systems.

HEXA39984
Decimal163153132
Binary101000111001100110000100
Octal243231204

Shades and tints

Shades of #A39984

#A39984
(163,153,132)
#958C78
(149,140,120)
#877F6C
(135,127,108)
#797260
(121,114,96)
#6B6554
(107,101,84)
#5D5848
(93,88,72)
#4F4B3C
(79,75,60)
#413E30
(65,62,48)
#333124
(51,49,36)
#252418
(37,36,24)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #A39984

#A39984
(163,153,132)
#ABA28F
(171,162,143)
#B3AB9A
(179,171,154)
#BBB4A5
(187,180,165)
#C3BDB0
(195,189,176)
#CBC6BB
(203,198,187)
#D3CFC6
(211,207,198)
#DBD8D1
(219,216,209)
#E3E1DC
(227,225,220)
#EBEAE7
(235,234,231)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39984 color. Also use rgb(163,153,132) instead hex code.

Text Font Color

.myTextColor { color: #A39984; }

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

This text font color is #A39984.


Background Color

.myBgColor { background-color: #A39984; }

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

This div background color is #A39984.


Border color

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

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

This div border color is #A39984.


Opacity

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

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

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

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

This text has shadow with #A39984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39984 on black background.


Color preview on white background

This text has color #A39984 on white background.



Black color preview on #A39984 background

This text has black color on #A39984 background.


White color preview on #A39984 background

This text has white color on #A39984 background.