COLOR #A39B99

HEX: #A39B99
RGB: (163,155,153)

Color info

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

RGB color model

#A39B99 color RGB value is (163,155,153).

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

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 153 of 255 = 60%

163
155
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 153 = 471 (100%)
R 163 of 471 ~ 34.61%
G 155 of 471 ~ 32.91%
B 153 of 471 ~ 32.48%

%34.61
%32.91
%32.48

CMYK color model

#A39B99 color CMYK value is (0,5,6,36).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(0,5,6,36)
C0M5Y6K36 
(0%,5%,6%,36%)
(0.00/0.05/0.06/0.36)	

CMYK percentages

%0
%4.91
%6.13
%36.08

Codes

Color #A39B99 in popluar color models

A39B99
RGB163155153
HSL12°5.15%61.96%
HSB/HSV12°6.13%63.92%
CMYK0.00%4.91%6.13%
36.08%

Color #A39B99 in popluar number systems.

HEXA39B99
Decimal163155153
Binary101000111001101110011001
Octal243233231

Shades and tints

Shades of #A39B99

#A39B99
(163,155,153)
#958D8C
(149,141,140)
#877F7F
(135,127,127)
#797172
(121,113,114)
#6B6365
(107,99,101)
#5D5558
(93,85,88)
#4F474B
(79,71,75)
#41393E
(65,57,62)
#332B31
(51,43,49)
#251D24
(37,29,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #A39B99

#A39B99
(163,155,153)
#ABA4A2
(171,164,162)
#B3ADAB
(179,173,171)
#BBB6B4
(187,182,180)
#C3BFBD
(195,191,189)
#CBC8C6
(203,200,198)
#D3D1CF
(211,209,207)
#DBDAD8
(219,218,216)
#E3E3E1
(227,227,225)
#EBECEA
(235,236,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39B99; }

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

This text font color is #A39B99.


Background Color

.myBgColor { background-color: #A39B99; }

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

This div background color is #A39B99.


Border color

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

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

This div border color is #A39B99.


Opacity

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

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

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

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

This text has shadow with #A39B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39B99 on black background.


Color preview on white background

This text has color #A39B99 on white background.



Black color preview on #A39B99 background

This text has black color on #A39B99 background.


White color preview on #A39B99 background

This text has white color on #A39B99 background.