COLOR #A39B9F

HEX: #A39B9F RGB: (163,155,159)

Color info

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

RGB color model

#A39B9F color RGB value is (163,155,159).

RGB: (163,155,159) (64%, 61%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 159 of 255 = 62%

163
155
159

R + G + B ~ 62%. #A39B9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 155 + 159 = 477 (100%)
R 163 of 477 ~ 34.17%
G 155 of 477 ~ 32.49%
B 159 of 477 ~ 33.33'%

%34.17
%32.49
%33.33

CMYK color model

#A39B9F color CMYK value is (0,5,2,36).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 2.45%
  • key color value is 36.08%

CMYK: (0,5,2,36)
C0M5Y2K36 (0%, 5%, 2%, 36%)
(0.00 / 0.05 / 0.02 / 0.36)

CMYK percentages

%0
%4.91
%2.45
%36.08

Codes

Color #A39B9F in popluar color models

A3 9B 9F
RGB 163 155 159
HSL 330° 4.17% 62.35%
HSB/HSV 330° 4.91% 63.92%
CMYK 0.00% 4.91% 2.45%
36.08%

Color #A39B9F in popluar number systems.

HEX A3 9B 9F
Decimal 163 155 159
Binary 10100011 10011011 10011111
Octal 243 233 237

Shades and tints

Shades of #A39B9F

#A39B9F
(163,155,159)
#958D91
(149,141,145)
#877F83
(135,127,131)
#797175
(121,113,117)
#6B6367
(107,99,103)
#5D5559
(93,85,89)
#4F474B
(79,71,75)
#41393D
(65,57,61)
#332B2F
(51,43,47)
#251D21
(37,29,33)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #A39B9F

#A39B9F
(163,155,159)
#ABA4A7
(171,164,167)
#B3ADAF
(179,173,175)
#BBB6B7
(187,182,183)
#C3BFBF
(195,191,191)
#CBC8C7
(203,200,199)
#D3D1CF
(211,209,207)
#DBDAD7
(219,218,215)
#E3E3DF
(227,227,223)
#EBECE7
(235,236,231)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39B9F; }

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

This text font color is #A39B9F.

Background Color

.myBgColor { background-color: #A39B9F; }

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

This div background color is #A39B9F.

Border color

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

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

This div border color is #A39B9F.

Opacity

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

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

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

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

This text has shadow with #A39B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39B9F.

Preview

Color preview on black background

This text has color #A39B9F on black background.


Color preview on white background

This text has color #A39B9F on white background.


Black color preview on #A39B9F background

This text has black color on #A39B9F background.


White color preview on #A39B9F background

This text has white color on #A39B9F background.


Related colors

Complementary color

Complementary color for #hex is #5C6460.


I love getcolorcode.com

Triadic colors

1 #9FA39B and #9B9FA3 with #A39B9F are triadic colors.

2 #9F9BA3 and #9BA39F with #A39B9F are triadic colors.