COLOR #A38A9D

HEX: #A38A9D
RGB: (163,138,157)

Color info

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

RGB color model

#A38A9D color RGB value is (163,138,157).

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

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 157 of 255 = 62%

163
138
157

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 157 = 458 (100%)
R 163 of 458 ~ 35.59%
G 138 of 458 ~ 30.13%
B 157 of 458 ~ 34.28%

%35.59
%30.13
%34.28

CMYK color model

#A38A9D color CMYK value is (0,15,4,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(0,15,4,36)
C0M15Y4K36 
(0%,15%,4%,36%)
(0.00/0.15/0.04/0.36)	

CMYK percentages

%0
%15.34
%3.68
%36.08

Codes

Color #A38A9D in popluar color models

A38A9D
RGB163138157
HSL314°11.96%59.02%
HSB/HSV314°15.34%63.92%
CMYK0.00%15.34%3.68%
36.08%

Color #A38A9D in popluar number systems.

HEXA38A9D
Decimal163138157
Binary101000111000101010011101
Octal243212235

Shades and tints

Shades of #A38A9D

#A38A9D
(163,138,157)
#957E8F
(149,126,143)
#877281
(135,114,129)
#796673
(121,102,115)
#6B5A65
(107,90,101)
#5D4E57
(93,78,87)
#4F4249
(79,66,73)
#41363B
(65,54,59)
#332A2D
(51,42,45)
#251E1F
(37,30,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A38A9D

#A38A9D
(163,138,157)
#AB94A5
(171,148,165)
#B39EAD
(179,158,173)
#BBA8B5
(187,168,181)
#C3B2BD
(195,178,189)
#CBBCC5
(203,188,197)
#D3C6CD
(211,198,205)
#DBD0D5
(219,208,213)
#E3DADD
(227,218,221)
#EBE4E5
(235,228,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38A9D; }

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

This text font color is #A38A9D.


Background Color

.myBgColor { background-color: #A38A9D; }

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

This div background color is #A38A9D.


Border color

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

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

This div border color is #A38A9D.


Opacity

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

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

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

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

This text has shadow with #A38A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38A9D on black background.


Color preview on white background

This text has color #A38A9D on white background.



Black color preview on #A38A9D background

This text has black color on #A38A9D background.


White color preview on #A38A9D background

This text has white color on #A38A9D background.