COLOR #A38E9B

HEX: #A38E9B RGB: (163,142,155)

Color info

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

RGB color model

#A38E9B color RGB value is (163,142,155).

RGB: (163,142,155) (64%, 56%, 61%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 155 of 255 = 61%

163
142
155

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

Portions of RGB colors in percentages

R + G + B = 163 + 142 + 155 = 460 (100%)
R 163 of 460 ~ 35.43%
G 142 of 460 ~ 30.87%
B 155 of 460 ~ 33.7'%

%35.43
%30.87
%33.7

CMYK color model

#A38E9B color CMYK value is (0,13,5,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 4.91%
  • key color value is 36.08%

CMYK: (0,13,5,36)
C0M13Y5K36 (0%, 13%, 5%, 36%)
(0.00 / 0.13 / 0.05 / 0.36)

CMYK percentages

%0
%12.88
%4.91
%36.08

Codes

Color #A38E9B in popluar color models

A3 8E 9B
RGB 163 142 155
HSL 323° 10.24% 59.80%
HSB/HSV 323° 12.88% 63.92%
CMYK 0.00% 12.88% 4.91%
36.08%

Color #A38E9B in popluar number systems.

HEX A3 8E 9B
Decimal 163 142 155
Binary 10100011 10001110 10011011
Octal 243 216 233

Shades and tints

Shades of #A38E9B

#A38E9B
(163,142,155)
#95828D
(149,130,141)
#87767F
(135,118,127)
#796A71
(121,106,113)
#6B5E63
(107,94,99)
#5D5255
(93,82,85)
#4F4647
(79,70,71)
#413A39
(65,58,57)
#332E2B
(51,46,43)
#25221D
(37,34,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A38E9B

#A38E9B
(163,142,155)
#AB98A4
(171,152,164)
#B3A2AD
(179,162,173)
#BBACB6
(187,172,182)
#C3B6BF
(195,182,191)
#CBC0C8
(203,192,200)
#D3CAD1
(211,202,209)
#DBD4DA
(219,212,218)
#E3DEE3
(227,222,227)
#EBE8EC
(235,232,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E9B; }

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

This text font color is #A38E9B.

Background Color

.myBgColor { background-color: #A38E9B; }

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

This div background color is #A38E9B.

Border color

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

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

This div border color is #A38E9B.

Opacity

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

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

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

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

This text has shadow with #A38E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38E9B.

Preview

Color preview on black background

This text has color #A38E9B on black background.


Color preview on white background

This text has color #A38E9B on white background.


Black color preview on #A38E9B background

This text has black color on #A38E9B background.


White color preview on #A38E9B background

This text has white color on #A38E9B background.


Related colors

Complementary color

Complementary color for #hex is #5C7164.


I love getcolorcode.com

Triadic colors

1 #9BA38E and #8E9BA3 with #A38E9B are triadic colors.

2 #9B8EA3 and #8EA39B with #A38E9B are triadic colors.