COLOR #A38D9B

HEX: #A38D9B RGB: (163,141,155)

Color info

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

RGB color model

#A38D9B color RGB value is (163,141,155).

RGB: (163,141,155) (64%, 55%, 61%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 155 of 255 = 61%

163
141
155

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

Portions of RGB colors in percentages

R + G + B = 163 + 141 + 155 = 459 (100%)
R 163 of 459 ~ 35.51%
G 141 of 459 ~ 30.72%
B 155 of 459 ~ 33.77'%

%35.51
%30.72
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.50%
  • 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
%13.5
%4.91
%36.08

Codes

Color #A38D9B in popluar color models

A3 8D 9B
RGB 163 141 155
HSL 322° 10.68% 59.61%
HSB/HSV 322° 13.50% 63.92%
CMYK 0.00% 13.50% 4.91%
36.08%

Color #A38D9B in popluar number systems.

HEX A3 8D 9B
Decimal 163 141 155
Binary 10100011 10001101 10011011
Octal 243 215 233

Shades and tints

Shades of #A38D9B

#A38D9B
(163,141,155)
#95818D
(149,129,141)
#87757F
(135,117,127)
#796971
(121,105,113)
#6B5D63
(107,93,99)
#5D5155
(93,81,85)
#4F4547
(79,69,71)
#413939
(65,57,57)
#332D2B
(51,45,43)
#25211D
(37,33,29)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #A38D9B

#A38D9B
(163,141,155)
#AB97A4
(171,151,164)
#B3A1AD
(179,161,173)
#BBABB6
(187,171,182)
#C3B5BF
(195,181,191)
#CBBFC8
(203,191,200)
#D3C9D1
(211,201,209)
#DBD3DA
(219,211,218)
#E3DDE3
(227,221,227)
#EBE7EC
(235,231,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38D9B; }

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

This text font color is #A38D9B.

Background Color

.myBgColor { background-color: #A38D9B; }

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

This div background color is #A38D9B.

Border color

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

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

This div border color is #A38D9B.

Opacity

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

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

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

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

This text has shadow with #A38D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38D9B.

Preview

Color preview on black background

This text has color #A38D9B on black background.


Color preview on white background

This text has color #A38D9B on white background.


Black color preview on #A38D9B background

This text has black color on #A38D9B background.


White color preview on #A38D9B background

This text has white color on #A38D9B background.


Related colors

Complementary color

Complementary color for #hex is #5C7264.


I love getcolorcode.com

Triadic colors

1 #9BA38D and #8D9BA3 with #A38D9B are triadic colors.

2 #9B8DA3 and #8DA39B with #A38D9B are triadic colors.