COLOR #A39F8B

HEX: #A39F8B RGB: (163,159,139)

Color info

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

RGB color model

#A39F8B color RGB value is (163,159,139).

RGB: (163,159,139) (64%, 62%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 159 of 255 = 62%
B 139 of 255 = 55%

163
159
139

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

Portions of RGB colors in percentages

R + G + B = 163 + 159 + 139 = 461 (100%)
R 163 of 461 ~ 35.36%
G 159 of 461 ~ 34.49%
B 139 of 461 ~ 30.15'%

%35.36
%34.49
%30.15

CMYK color model

#A39F8B color CMYK value is (0,2,15,36).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK: (0,2,15,36) C0M2Y15K36 (0%,2%,15%,36%) (0.00/0.02/0.15/0.36) 

CMYK percentages

%0
%2.45
%14.72
%36.08

Codes

Color #A39F8B in popluar color models

A3 9F 8B
RGB 163 159 139
HSL 50° 11.54% 59.22%
HSB/HSV 50° 14.72% 63.92%
CMYK 0.00% 2.45% 14.72%
36.08%

Color #A39F8B in popluar number systems.

HEX A3 9F 8B
Decimal 163 159 139
Binary 10100011 10011111 10001011
Octal 243 237 213

Shades and tints

Shades of #A39F8B

#A39F8B
(163,159,139)
#95917F
(149,145,127)
#878373
(135,131,115)
#797567
(121,117,103)
#6B675B
(107,103,91)
#5D594F
(93,89,79)
#4F4B43
(79,75,67)
#413D37
(65,61,55)
#332F2B
(51,47,43)
#25211F
(37,33,31)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A39F8B

#A39F8B
(163,159,139)
#ABA795
(171,167,149)
#B3AF9F
(179,175,159)
#BBB7A9
(187,183,169)
#C3BFB3
(195,191,179)
#CBC7BD
(203,199,189)
#D3CFC7
(211,207,199)
#DBD7D1
(219,215,209)
#E3DFDB
(227,223,219)
#EBE7E5
(235,231,229)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39F8B color. Also use rgb(163,159,139) instead hex code.

Text Font Color

.myTextColor { color: #A39F8B; }

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

This text font color is #A39F8B.

Background Color

.myBgColor { background-color: #A39F8B; }

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

This div background color is #A39F8B.

Border color

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

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

This div border color is #A39F8B.

Opacity

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

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

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

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

This text has shadow with #A39F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39F8B.

Preview

Color preview on black background

This text has color #A39F8B on black background.


Color preview on white background

This text has color #A39F8B on white background.


Black color preview on #A39F8B background

This text has black color on #A39F8B background.


White color preview on #A39F8B background

This text has white color on #A39F8B background.


Related colors

Complementary color

Complementary color for #hex is #5C6074.


I love getcolorcode.com

Triadic colors

1 #8BA39F and #9F8BA3 with #A39F8B are triadic colors.

2 #8B9FA3 and #9FA38B with #A39F8B are triadic colors.