COLOR #A38C96

HEX: #A38C96
RGB: (163,140,150)

Color info

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

RGB color model

#A38C96 color RGB value is (163,140,150).

  • red value is 163;
  • green value is 140;
  • blue value is 150.
RGB:
(163,140,150)
(64%,55%,59%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 150 of 255 = 59%

163
140
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 150 = 453 (100%)
R 163 of 453 ~ 35.98%
G 140 of 453 ~ 30.91%
B 150 of 453 ~ 33.11%

%35.98
%30.91
%33.11

CMYK color model

#A38C96 color CMYK value is (0,14,8,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(0,14,8,36)
C0M14Y8K36 
(0%,14%,8%,36%)
(0.00/0.14/0.08/0.36)	

CMYK percentages

%0
%14.11
%7.98
%36.08

Codes

Color #A38C96 in popluar color models

A38C96
RGB163140150
HSL334°11.11%59.41%
HSB/HSV334°14.11%63.92%
CMYK0.00%14.11%7.98%
36.08%

Color #A38C96 in popluar number systems.

HEXA38C96
Decimal163140150
Binary101000111000110010010110
Octal243214226

Shades and tints

Shades of #A38C96

#A38C96
(163,140,150)
#958089
(149,128,137)
#87747C
(135,116,124)
#79686F
(121,104,111)
#6B5C62
(107,92,98)
#5D5055
(93,80,85)
#4F4448
(79,68,72)
#41383B
(65,56,59)
#332C2E
(51,44,46)
#252021
(37,32,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A38C96

#A38C96
(163,140,150)
#AB969F
(171,150,159)
#B3A0A8
(179,160,168)
#BBAAB1
(187,170,177)
#C3B4BA
(195,180,186)
#CBBEC3
(203,190,195)
#D3C8CC
(211,200,204)
#DBD2D5
(219,210,213)
#E3DCDE
(227,220,222)
#EBE6E7
(235,230,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C96 color. Also use rgb(163,140,150) instead hex code.

Text Font Color

.myTextColor { color: #A38C96; }

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

This text font color is #A38C96.


Background Color

.myBgColor { background-color: #A38C96; }

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

This div background color is #A38C96.


Border color

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

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

This div border color is #A38C96.


Opacity

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

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

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

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

This text has shadow with #A38C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C96 on black background.


Color preview on white background

This text has color #A38C96 on white background.



Black color preview on #A38C96 background

This text has black color on #A38C96 background.


White color preview on #A38C96 background

This text has white color on #A38C96 background.