COLOR #A39B96

HEX: #A39B96 RGB: (163,155,150)

Color info

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

RGB color model

#A39B96 color RGB value is (163,155,150).

RGB: (163,155,150) (64%, 61%, 59%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 150 of 255 = 59%

163
155
150

R + G + B ~ 61%. #A39B96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 155 + 150 = 468 (100%)
R 163 of 468 ~ 34.83%
G 155 of 468 ~ 33.12%
B 150 of 468 ~ 32.05'%

%34.83
%33.12
%32.05

CMYK color model

#A39B96 color CMYK value is (0,5,8,36).

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

CMYK: (0,5,8,36)
C0M5Y8K36 (0%, 5%, 8%, 36%)
(0.00 / 0.05 / 0.08 / 0.36)

CMYK percentages

%0
%4.91
%7.98
%36.08

Codes

Color #A39B96 in popluar color models

A3 9B 96
RGB 163 155 150
HSL 23° 6.60% 61.37%
HSB/HSV 23° 7.98% 63.92%
CMYK 0.00% 4.91% 7.98%
36.08%

Color #A39B96 in popluar number systems.

HEX A3 9B 96
Decimal 163 155 150
Binary 10100011 10011011 10010110
Octal 243 233 226

Shades and tints

Shades of #A39B96

#A39B96
(163,155,150)
#958D89
(149,141,137)
#877F7C
(135,127,124)
#79716F
(121,113,111)
#6B6362
(107,99,98)
#5D5555
(93,85,85)
#4F4748
(79,71,72)
#41393B
(65,57,59)
#332B2E
(51,43,46)
#251D21
(37,29,33)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #A39B96

#A39B96
(163,155,150)
#ABA49F
(171,164,159)
#B3ADA8
(179,173,168)
#BBB6B1
(187,182,177)
#C3BFBA
(195,191,186)
#CBC8C3
(203,200,195)
#D3D1CC
(211,209,204)
#DBDAD5
(219,218,213)
#E3E3DE
(227,227,222)
#EBECE7
(235,236,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39B96; }

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

This text font color is #A39B96.

Background Color

.myBgColor { background-color: #A39B96; }

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

This div background color is #A39B96.

Border color

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

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

This div border color is #A39B96.

Opacity

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

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

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

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

This text has shadow with #A39B96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39B96.

Preview

Color preview on black background

This text has color #A39B96 on black background.


Color preview on white background

This text has color #A39B96 on white background.


Black color preview on #A39B96 background

This text has black color on #A39B96 background.


White color preview on #A39B96 background

This text has white color on #A39B96 background.


Related colors

Complementary color

Complementary color for #hex is #5C6469.


I love getcolorcode.com

Triadic colors

1 #96A39B and #9B96A3 with #A39B96 are triadic colors.

2 #969BA3 and #9BA396 with #A39B96 are triadic colors.