COLOR #A38A9B

HEX: #A38A9B
RGB: (163,138,155)

Color info

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

RGB color model

#A38A9B color RGB value is (163,138,155).

  • red value is 163;
  • green value is 138;
  • blue value is 155.
RGB:
(163,138,155)
(64%,54%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 155 of 255 = 61%

163
138
155

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 155 = 456 (100%)
R 163 of 456 ~ 35.75%
G 138 of 456 ~ 30.26%
B 155 of 456 ~ 33.99%

%35.75
%30.26
%33.99

CMYK color model

#A38A9B color CMYK value is (0,15,5,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,15,5,36)
C0M15Y5K36 
(0%,15%,5%,36%)
(0.00/0.15/0.05/0.36)	

CMYK percentages

%0
%15.34
%4.91
%36.08

Codes

Color #A38A9B in popluar color models

A38A9B
RGB163138155
HSL319°11.96%59.02%
HSB/HSV319°15.34%63.92%
CMYK0.00%15.34%4.91%
36.08%

Color #A38A9B in popluar number systems.

HEXA38A9B
Decimal163138155
Binary101000111000101010011011
Octal243212233

Shades and tints

Shades of #A38A9B

#A38A9B
(163,138,155)
#957E8D
(149,126,141)
#87727F
(135,114,127)
#796671
(121,102,113)
#6B5A63
(107,90,99)
#5D4E55
(93,78,85)
#4F4247
(79,66,71)
#413639
(65,54,57)
#332A2B
(51,42,43)
#251E1D
(37,30,29)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A38A9B

#A38A9B
(163,138,155)
#AB94A4
(171,148,164)
#B39EAD
(179,158,173)
#BBA8B6
(187,168,182)
#C3B2BF
(195,178,191)
#CBBCC8
(203,188,200)
#D3C6D1
(211,198,209)
#DBD0DA
(219,208,218)
#E3DAE3
(227,218,227)
#EBE4EC
(235,228,236)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38A9B color. Also use rgb(163,138,155) instead hex code.

Text Font Color

.myTextColor { color: #A38A9B; }

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

This text font color is #A38A9B.


Background Color

.myBgColor { background-color: #A38A9B; }

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

This div background color is #A38A9B.


Border color

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

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

This div border color is #A38A9B.


Opacity

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

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

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

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

This text has shadow with #A38A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38A9B on black background.


Color preview on white background

This text has color #A38A9B on white background.



Black color preview on #A38A9B background

This text has black color on #A38A9B background.


White color preview on #A38A9B background

This text has white color on #A38A9B background.