COLOR #A39585

HEX: #A39585
RGB: (163,149,133)

Color info

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

RGB color model

#A39585 color RGB value is (163,149,133).

  • red value is 163;
  • green value is 149;
  • blue value is 133.
RGB:
(163,149,133)
(64%,58%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 133 of 255 = 52%

163
149
133

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

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 133 = 445 (100%)
R 163 of 445 ~ 36.63%
G 149 of 445 ~ 33.48%
B 133 of 445 ~ 29.89%

%36.63
%33.48
%29.89

CMYK color model

#A39585 color CMYK value is (0,9,18,36).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(0,9,18,36)
C0M9Y18K36 
(0%,9%,18%,36%)
(0.00/0.09/0.18/0.36)	

CMYK percentages

%0
%8.59
%18.4
%36.08

Codes

Color #A39585 in popluar color models

A39585
RGB163149133
HSL32°14.02%58.04%
HSB/HSV32°18.40%63.92%
CMYK0.00%8.59%18.40%
36.08%

Color #A39585 in popluar number systems.

HEXA39585
Decimal163149133
Binary101000111001010110000101
Octal243225205

Shades and tints

Shades of #A39585

#A39585
(163,149,133)
#958879
(149,136,121)
#877B6D
(135,123,109)
#796E61
(121,110,97)
#6B6155
(107,97,85)
#5D5449
(93,84,73)
#4F473D
(79,71,61)
#413A31
(65,58,49)
#332D25
(51,45,37)
#252019
(37,32,25)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A39585

#A39585
(163,149,133)
#AB9E90
(171,158,144)
#B3A79B
(179,167,155)
#BBB0A6
(187,176,166)
#C3B9B1
(195,185,177)
#CBC2BC
(203,194,188)
#D3CBC7
(211,203,199)
#DBD4D2
(219,212,210)
#E3DDDD
(227,221,221)
#EBE6E8
(235,230,232)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39585 color. Also use rgb(163,149,133) instead hex code.

Text Font Color

.myTextColor { color: #A39585; }

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

This text font color is #A39585.


Background Color

.myBgColor { background-color: #A39585; }

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

This div background color is #A39585.


Border color

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

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

This div border color is #A39585.


Opacity

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

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

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

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

This text has shadow with #A39585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39585 on black background.


Color preview on white background

This text has color #A39585 on white background.



Black color preview on #A39585 background

This text has black color on #A39585 background.


White color preview on #A39585 background

This text has white color on #A39585 background.