COLOR #A38397

HEX: #A38397
RGB: (163,131,151)

Color info

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

RGB color model

#A38397 color RGB value is (163,131,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 151 of 255 = 59%

163
131
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 151 = 445 (100%)
R 163 of 445 ~ 36.63%
G 131 of 445 ~ 29.44%
B 151 of 445 ~ 33.93%

%36.63
%29.44
%33.93

CMYK color model

#A38397 color CMYK value is (0,20,7,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 7.36%
  • key color value is 36.08%
CMYK:
(0,20,7,36)
C0M20Y7K36 
(0%,20%,7%,36%)
(0.00/0.20/0.07/0.36)	

CMYK percentages

%0
%19.63
%7.36
%36.08

Codes

Color #A38397 in popluar color models

A38397
RGB163131151
HSL323°14.81%57.65%
HSB/HSV323°19.63%63.92%
CMYK0.00%19.63%7.36%
36.08%

Color #A38397 in popluar number systems.

HEXA38397
Decimal163131151
Binary101000111000001110010111
Octal243203227

Shades and tints

Shades of #A38397

#A38397
(163,131,151)
#95788A
(149,120,138)
#876D7D
(135,109,125)
#796270
(121,98,112)
#6B5763
(107,87,99)
#5D4C56
(93,76,86)
#4F4149
(79,65,73)
#41363C
(65,54,60)
#332B2F
(51,43,47)
#252022
(37,32,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A38397

#A38397
(163,131,151)
#AB8EA0
(171,142,160)
#B399A9
(179,153,169)
#BBA4B2
(187,164,178)
#C3AFBB
(195,175,187)
#CBBAC4
(203,186,196)
#D3C5CD
(211,197,205)
#DBD0D6
(219,208,214)
#E3DBDF
(227,219,223)
#EBE6E8
(235,230,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38397; }

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

This text font color is #A38397.


Background Color

.myBgColor { background-color: #A38397; }

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

This div background color is #A38397.


Border color

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

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

This div border color is #A38397.


Opacity

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

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

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

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

This text has shadow with #A38397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38397 on black background.


Color preview on white background

This text has color #A38397 on white background.



Black color preview on #A38397 background

This text has black color on #A38397 background.


White color preview on #A38397 background

This text has white color on #A38397 background.