COLOR #A39B90

HEX: #A39B90
RGB: (163,155,144)

Color info

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

RGB color model

#A39B90 color RGB value is (163,155,144).

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

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 144 of 255 = 56%

163
155
144

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

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 144 = 462 (100%)
R 163 of 462 ~ 35.28%
G 155 of 462 ~ 33.55%
B 144 of 462 ~ 31.17%

%35.28
%33.55
%31.17

CMYK color model

#A39B90 color CMYK value is (0,5,12,36).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(0,5,12,36)
C0M5Y12K36 
(0%,5%,12%,36%)
(0.00/0.05/0.12/0.36)	

CMYK percentages

%0
%4.91
%11.66
%36.08

Codes

Color #A39B90 in popluar color models

A39B90
RGB163155144
HSL35°9.36%60.20%
HSB/HSV35°11.66%63.92%
CMYK0.00%4.91%11.66%
36.08%

Color #A39B90 in popluar number systems.

HEXA39B90
Decimal163155144
Binary101000111001101110010000
Octal243233220

Shades and tints

Shades of #A39B90

#A39B90
(163,155,144)
#958D83
(149,141,131)
#877F76
(135,127,118)
#797169
(121,113,105)
#6B635C
(107,99,92)
#5D554F
(93,85,79)
#4F4742
(79,71,66)
#413935
(65,57,53)
#332B28
(51,43,40)
#251D1B
(37,29,27)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #A39B90

#A39B90
(163,155,144)
#ABA49A
(171,164,154)
#B3ADA4
(179,173,164)
#BBB6AE
(187,182,174)
#C3BFB8
(195,191,184)
#CBC8C2
(203,200,194)
#D3D1CC
(211,209,204)
#DBDAD6
(219,218,214)
#E3E3E0
(227,227,224)
#EBECEA
(235,236,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39B90; }

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

This text font color is #A39B90.


Background Color

.myBgColor { background-color: #A39B90; }

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

This div background color is #A39B90.


Border color

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

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

This div border color is #A39B90.


Opacity

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

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

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

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

This text has shadow with #A39B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39B90 on black background.


Color preview on white background

This text has color #A39B90 on white background.



Black color preview on #A39B90 background

This text has black color on #A39B90 background.


White color preview on #A39B90 background

This text has white color on #A39B90 background.