COLOR #A39685

HEX: #A39685 RGB: (163,150,133)

Color info

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

RGB color model

#A39685 color RGB value is (163,150,133).

RGB: (163,150,133) (64%, 59%, 52%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 133 of 255 = 52%

163
150
133

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

Portions of RGB colors in percentages

R + G + B = 163 + 150 + 133 = 446 (100%)
R 163 of 446 ~ 36.55%
G 150 of 446 ~ 33.63%
B 133 of 446 ~ 29.82'%

%36.55
%33.63
%29.82

CMYK color model

#A39685 color CMYK value is (0,8,18,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 18.40%
  • key color value is 36.08%

CMYK: (0,8,18,36)
C0M8Y18K36 (0%, 8%, 18%, 36%)
(0.00 / 0.08 / 0.18 / 0.36)

CMYK percentages

%0
%7.98
%18.4
%36.08

Codes

Color #A39685 in popluar color models

A3 96 85
RGB 163 150 133
HSL 34° 14.02% 58.04%
HSB/HSV 34° 18.40% 63.92%
CMYK 0.00% 7.98% 18.40%
36.08%

Color #A39685 in popluar number systems.

HEX A3 96 85
Decimal 163 150 133
Binary 10100011 10010110 10000101
Octal 243 226 205

Shades and tints

Shades of #A39685

#A39685
(163,150,133)
#958979
(149,137,121)
#877C6D
(135,124,109)
#796F61
(121,111,97)
#6B6255
(107,98,85)
#5D5549
(93,85,73)
#4F483D
(79,72,61)
#413B31
(65,59,49)
#332E25
(51,46,37)
#252119
(37,33,25)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #A39685

#A39685
(163,150,133)
#AB9F90
(171,159,144)
#B3A89B
(179,168,155)
#BBB1A6
(187,177,166)
#C3BAB1
(195,186,177)
#CBC3BC
(203,195,188)
#D3CCC7
(211,204,199)
#DBD5D2
(219,213,210)
#E3DEDD
(227,222,221)
#EBE7E8
(235,231,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39685; }

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

This text font color is #A39685.

Background Color

.myBgColor { background-color: #A39685; }

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

This div background color is #A39685.

Border color

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

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

This div border color is #A39685.

Opacity

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

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

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

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

This text has shadow with #A39685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39685.

Preview

Color preview on black background

This text has color #A39685 on black background.


Color preview on white background

This text has color #A39685 on white background.


Black color preview on #A39685 background

This text has black color on #A39685 background.


White color preview on #A39685 background

This text has white color on #A39685 background.


Related colors

Complementary color

Complementary color for #hex is #5C697A.


I love getcolorcode.com

Triadic colors

1 #85A396 and #9685A3 with #A39685 are triadic colors.

2 #8596A3 and #96A385 with #A39685 are triadic colors.