COLOR #A39B88

HEX: #A39B88
RGB: (163,155,136)

Color info

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

RGB color model

#A39B88 color RGB value is (163,155,136).

  • red value is 163;
  • green value is 155;
  • blue value is 136.
RGB:
(163,155,136)
(64%,61%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 136 of 255 = 53%

163
155
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 136 = 454 (100%)
R 163 of 454 ~ 35.9%
G 155 of 454 ~ 34.14%
B 136 of 454 ~ 29.96%

%35.9
%34.14
%29.96

CMYK color model

#A39B88 color CMYK value is (0,5,17,36).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,5,17,36)
C0M5Y17K36 
(0%,5%,17%,36%)
(0.00/0.05/0.17/0.36)	

CMYK percentages

%0
%4.91
%16.56
%36.08

Codes

Color #A39B88 in popluar color models

A39B88
RGB163155136
HSL42°12.80%58.63%
HSB/HSV42°16.56%63.92%
CMYK0.00%4.91%16.56%
36.08%

Color #A39B88 in popluar number systems.

HEXA39B88
Decimal163155136
Binary101000111001101110001000
Octal243233210

Shades and tints

Shades of #A39B88

#A39B88
(163,155,136)
#958D7C
(149,141,124)
#877F70
(135,127,112)
#797164
(121,113,100)
#6B6358
(107,99,88)
#5D554C
(93,85,76)
#4F4740
(79,71,64)
#413934
(65,57,52)
#332B28
(51,43,40)
#251D1C
(37,29,28)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #A39B88

#A39B88
(163,155,136)
#ABA492
(171,164,146)
#B3AD9C
(179,173,156)
#BBB6A6
(187,182,166)
#C3BFB0
(195,191,176)
#CBC8BA
(203,200,186)
#D3D1C4
(211,209,196)
#DBDACE
(219,218,206)
#E3E3D8
(227,227,216)
#EBECE2
(235,236,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39B88; }

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

This text font color is #A39B88.


Background Color

.myBgColor { background-color: #A39B88; }

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

This div background color is #A39B88.


Border color

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

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

This div border color is #A39B88.


Opacity

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

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

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

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

This text has shadow with #A39B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39B88 on black background.


Color preview on white background

This text has color #A39B88 on white background.



Black color preview on #A39B88 background

This text has black color on #A39B88 background.


White color preview on #A39B88 background

This text has white color on #A39B88 background.