COLOR #A38BA0

HEX: #A38BA0
RGB: (163,139,160)

Color info

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

RGB color model

#A38BA0 color RGB value is (163,139,160).

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

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 160 of 255 = 63%

163
139
160

R + G + B ~ 61%. #A38BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 139 + 160 = 462 (100%)
R 163 of 462 ~ 35.28%
G 139 of 462 ~ 30.09%
B 160 of 462 ~ 34.63%

%35.28
%30.09
%34.63

CMYK color model

#A38BA0 color CMYK value is (0,15,2,36).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 1.84%
  • key color value is 36.08%
CMYK:
(0,15,2,36)
C0M15Y2K36 
(0%,15%,2%,36%)
(0.00/0.15/0.02/0.36)	

CMYK percentages

%0
%14.72
%1.84
%36.08

Codes

Color #A38BA0 in popluar color models

A38BA0
RGB163139160
HSL308°11.54%59.22%
HSB/HSV308°14.72%63.92%
CMYK0.00%14.72%1.84%
36.08%

Color #A38BA0 in popluar number systems.

HEXA38BA0
Decimal163139160
Binary101000111000101110100000
Octal243213240

Shades and tints

Shades of #A38BA0

#A38BA0
(163,139,160)
#957F92
(149,127,146)
#877384
(135,115,132)
#796776
(121,103,118)
#6B5B68
(107,91,104)
#5D4F5A
(93,79,90)
#4F434C
(79,67,76)
#41373E
(65,55,62)
#332B30
(51,43,48)
#251F22
(37,31,34)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #A38BA0

#A38BA0
(163,139,160)
#AB95A8
(171,149,168)
#B39FB0
(179,159,176)
#BBA9B8
(187,169,184)
#C3B3C0
(195,179,192)
#CBBDC8
(203,189,200)
#D3C7D0
(211,199,208)
#DBD1D8
(219,209,216)
#E3DBE0
(227,219,224)
#EBE5E8
(235,229,232)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38BA0; }

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

This text font color is #A38BA0.


Background Color

.myBgColor { background-color: #A38BA0; }

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

This div background color is #A38BA0.


Border color

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

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

This div border color is #A38BA0.


Opacity

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

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

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

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

This text has shadow with #A38BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38BA0 on black background.


Color preview on white background

This text has color #A38BA0 on white background.



Black color preview on #A38BA0 background

This text has black color on #A38BA0 background.


White color preview on #A38BA0 background

This text has white color on #A38BA0 background.