COLOR #A39790

HEX: #A39790
RGB: (163,151,144)

Color info

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

RGB color model

#A39790 color RGB value is (163,151,144).

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

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 144 of 255 = 56%

163
151
144

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

Portions of RGB colors in percentages

R + G + B =
163 + 151 + 144 = 458 (100%)
R 163 of 458 ~ 35.59%
G 151 of 458 ~ 32.97%
B 144 of 458 ~ 31.44%

%35.59
%32.97
%31.44

CMYK color model

#A39790 color CMYK value is (0,7,12,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(0,7,12,36)
C0M7Y12K36 
(0%,7%,12%,36%)
(0.00/0.07/0.12/0.36)	

CMYK percentages

%0
%7.36
%11.66
%36.08

Codes

Color #A39790 in popluar color models

A39790
RGB163151144
HSL22°9.36%60.20%
HSB/HSV22°11.66%63.92%
CMYK0.00%7.36%11.66%
36.08%

Color #A39790 in popluar number systems.

HEXA39790
Decimal163151144
Binary101000111001011110010000
Octal243227220

Shades and tints

Shades of #A39790

#A39790
(163,151,144)
#958A83
(149,138,131)
#877D76
(135,125,118)
#797069
(121,112,105)
#6B635C
(107,99,92)
#5D564F
(93,86,79)
#4F4942
(79,73,66)
#413C35
(65,60,53)
#332F28
(51,47,40)
#25221B
(37,34,27)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #A39790

#A39790
(163,151,144)
#ABA09A
(171,160,154)
#B3A9A4
(179,169,164)
#BBB2AE
(187,178,174)
#C3BBB8
(195,187,184)
#CBC4C2
(203,196,194)
#D3CDCC
(211,205,204)
#DBD6D6
(219,214,214)
#E3DFE0
(227,223,224)
#EBE8EA
(235,232,234)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39790; }

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

This text font color is #A39790.


Background Color

.myBgColor { background-color: #A39790; }

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

This div background color is #A39790.


Border color

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

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

This div border color is #A39790.


Opacity

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

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

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

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

This text has shadow with #A39790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39790 on black background.


Color preview on white background

This text has color #A39790 on white background.



Black color preview on #A39790 background

This text has black color on #A39790 background.


White color preview on #A39790 background

This text has white color on #A39790 background.