COLOR #A39E88

HEX: #A39E88
RGB: (163,158,136)

Color info

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

RGB color model

#A39E88 color RGB value is (163,158,136).

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

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 136 of 255 = 53%

163
158
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 158 + 136 = 457 (100%)
R 163 of 457 ~ 35.67%
G 158 of 457 ~ 34.57%
B 136 of 457 ~ 29.76%

%35.67
%34.57
%29.76

CMYK color model

#A39E88 color CMYK value is (0,3,17,36).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,3,17,36)
C0M3Y17K36 
(0%,3%,17%,36%)
(0.00/0.03/0.17/0.36)	

CMYK percentages

%0
%3.07
%16.56
%36.08

Codes

Color #A39E88 in popluar color models

A39E88
RGB163158136
HSL49°12.80%58.63%
HSB/HSV49°16.56%63.92%
CMYK0.00%3.07%16.56%
36.08%

Color #A39E88 in popluar number systems.

HEXA39E88
Decimal163158136
Binary101000111001111010001000
Octal243236210

Shades and tints

Shades of #A39E88

#A39E88
(163,158,136)
#95907C
(149,144,124)
#878270
(135,130,112)
#797464
(121,116,100)
#6B6658
(107,102,88)
#5D584C
(93,88,76)
#4F4A40
(79,74,64)
#413C34
(65,60,52)
#332E28
(51,46,40)
#25201C
(37,32,28)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #A39E88

#A39E88
(163,158,136)
#ABA692
(171,166,146)
#B3AE9C
(179,174,156)
#BBB6A6
(187,182,166)
#C3BEB0
(195,190,176)
#CBC6BA
(203,198,186)
#D3CEC4
(211,206,196)
#DBD6CE
(219,214,206)
#E3DED8
(227,222,216)
#EBE6E2
(235,230,226)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39E88; }

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

This text font color is #A39E88.


Background Color

.myBgColor { background-color: #A39E88; }

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

This div background color is #A39E88.


Border color

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

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

This div border color is #A39E88.


Opacity

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

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

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

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

This text has shadow with #A39E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39E88 on black background.


Color preview on white background

This text has color #A39E88 on white background.



Black color preview on #A39E88 background

This text has black color on #A39E88 background.


White color preview on #A39E88 background

This text has white color on #A39E88 background.