COLOR #A39985

HEX: #A39985
RGB: (163,153,133)

Color info

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

RGB color model

#A39985 color RGB value is (163,153,133).

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

RGB channels and saturation

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

163
153
133

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

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 133 = 449 (100%)
R 163 of 449 ~ 36.3%
G 153 of 449 ~ 34.08%
B 133 of 449 ~ 29.62%

%36.3
%34.08
%29.62

CMYK color model

#A39985 color CMYK value is (0,6,18,36).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(0,6,18,36)
C0M6Y18K36 
(0%,6%,18%,36%)
(0.00/0.06/0.18/0.36)	

CMYK percentages

%0
%6.13
%18.4
%36.08

Codes

Color #A39985 in popluar color models

A39985
RGB163153133
HSL40°14.02%58.04%
HSB/HSV40°18.40%63.92%
CMYK0.00%6.13%18.40%
36.08%

Color #A39985 in popluar number systems.

HEXA39985
Decimal163153133
Binary101000111001100110000101
Octal243231205

Shades and tints

Shades of #A39985

#A39985
(163,153,133)
#958C79
(149,140,121)
#877F6D
(135,127,109)
#797261
(121,114,97)
#6B6555
(107,101,85)
#5D5849
(93,88,73)
#4F4B3D
(79,75,61)
#413E31
(65,62,49)
#333125
(51,49,37)
#252419
(37,36,25)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #A39985

#A39985
(163,153,133)
#ABA290
(171,162,144)
#B3AB9B
(179,171,155)
#BBB4A6
(187,180,166)
#C3BDB1
(195,189,177)
#CBC6BC
(203,198,188)
#D3CFC7
(211,207,199)
#DBD8D2
(219,216,210)
#E3E1DD
(227,225,221)
#EBEAE8
(235,234,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39985; }

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

This text font color is #A39985.


Background Color

.myBgColor { background-color: #A39985; }

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

This div background color is #A39985.


Border color

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

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

This div border color is #A39985.


Opacity

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

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

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

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

This text has shadow with #A39985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39985 on black background.


Color preview on white background

This text has color #A39985 on white background.



Black color preview on #A39985 background

This text has black color on #A39985 background.


White color preview on #A39985 background

This text has white color on #A39985 background.