COLOR #A38B94

HEX: #A38B94
RGB: (163,139,148)

Color info

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

RGB color model

#A38B94 color RGB value is (163,139,148).

  • red value is 163;
  • green value is 139;
  • blue value is 148.
RGB:
(163,139,148)
(64%,55%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 148 of 255 = 58%

163
139
148

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

Portions of RGB colors in percentages

R + G + B =
163 + 139 + 148 = 450 (100%)
R 163 of 450 ~ 36.22%
G 139 of 450 ~ 30.89%
B 148 of 450 ~ 32.89%

%36.22
%30.89
%32.89

CMYK color model

#A38B94 color CMYK value is (0,15,9,36).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(0,15,9,36)
C0M15Y9K36 
(0%,15%,9%,36%)
(0.00/0.15/0.09/0.36)	

CMYK percentages

%0
%14.72
%9.2
%36.08

Codes

Color #A38B94 in popluar color models

A38B94
RGB163139148
HSL338°11.54%59.22%
HSB/HSV338°14.72%63.92%
CMYK0.00%14.72%9.20%
36.08%

Color #A38B94 in popluar number systems.

HEXA38B94
Decimal163139148
Binary101000111000101110010100
Octal243213224

Shades and tints

Shades of #A38B94

#A38B94
(163,139,148)
#957F87
(149,127,135)
#87737A
(135,115,122)
#79676D
(121,103,109)
#6B5B60
(107,91,96)
#5D4F53
(93,79,83)
#4F4346
(79,67,70)
#413739
(65,55,57)
#332B2C
(51,43,44)
#251F1F
(37,31,31)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #A38B94

#A38B94
(163,139,148)
#AB959D
(171,149,157)
#B39FA6
(179,159,166)
#BBA9AF
(187,169,175)
#C3B3B8
(195,179,184)
#CBBDC1
(203,189,193)
#D3C7CA
(211,199,202)
#DBD1D3
(219,209,211)
#E3DBDC
(227,219,220)
#EBE5E5
(235,229,229)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38B94 color. Also use rgb(163,139,148) instead hex code.

Text Font Color

.myTextColor { color: #A38B94; }

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

This text font color is #A38B94.


Background Color

.myBgColor { background-color: #A38B94; }

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

This div background color is #A38B94.


Border color

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

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

This div border color is #A38B94.


Opacity

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

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

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

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

This text has shadow with #A38B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38B94 on black background.


Color preview on white background

This text has color #A38B94 on white background.



Black color preview on #A38B94 background

This text has black color on #A38B94 background.


White color preview on #A38B94 background

This text has white color on #A38B94 background.