COLOR #A39592

HEX: #A39592
RGB: (163,149,146)

Color info

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

RGB color model

#A39592 color RGB value is (163,149,146).

  • red value is 163;
  • green value is 149;
  • blue value is 146.
RGB:
(163,149,146)
(64%,58%,57%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 146 of 255 = 57%

163
149
146

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

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 146 = 458 (100%)
R 163 of 458 ~ 35.59%
G 149 of 458 ~ 32.53%
B 146 of 458 ~ 31.88%

%35.59
%32.53
%31.88

CMYK color model

#A39592 color CMYK value is (0,9,10,36).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 10.43%
  • key color value is 36.08%
CMYK:
(0,9,10,36)
C0M9Y10K36 
(0%,9%,10%,36%)
(0.00/0.09/0.10/0.36)	

CMYK percentages

%0
%8.59
%10.43
%36.08

Codes

Color #A39592 in popluar color models

A39592
RGB163149146
HSL11°8.46%60.59%
HSB/HSV11°10.43%63.92%
CMYK0.00%8.59%10.43%
36.08%

Color #A39592 in popluar number systems.

HEXA39592
Decimal163149146
Binary101000111001010110010010
Octal243225222

Shades and tints

Shades of #A39592

#A39592
(163,149,146)
#958885
(149,136,133)
#877B78
(135,123,120)
#796E6B
(121,110,107)
#6B615E
(107,97,94)
#5D5451
(93,84,81)
#4F4744
(79,71,68)
#413A37
(65,58,55)
#332D2A
(51,45,42)
#25201D
(37,32,29)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A39592

#A39592
(163,149,146)
#AB9E9B
(171,158,155)
#B3A7A4
(179,167,164)
#BBB0AD
(187,176,173)
#C3B9B6
(195,185,182)
#CBC2BF
(203,194,191)
#D3CBC8
(211,203,200)
#DBD4D1
(219,212,209)
#E3DDDA
(227,221,218)
#EBE6E3
(235,230,227)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39592 color. Also use rgb(163,149,146) instead hex code.

Text Font Color

.myTextColor { color: #A39592; }

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

This text font color is #A39592.


Background Color

.myBgColor { background-color: #A39592; }

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

This div background color is #A39592.


Border color

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

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

This div border color is #A39592.


Opacity

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

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

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

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

This text has shadow with #A39592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39592 on black background.


Color preview on white background

This text has color #A39592 on white background.



Black color preview on #A39592 background

This text has black color on #A39592 background.


White color preview on #A39592 background

This text has white color on #A39592 background.