COLOR #A38B9C

HEX: #A38B9C RGB: (163,139,156)

Color info

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

RGB color model

#A38B9C color RGB value is (163,139,156).

RGB: (163,139,156) (64%, 55%, 61%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 156 of 255 = 61%

163
139
156

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

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 156 = 458 (100%)
R 163 of 458 ~ 35.59%
G 139 of 458 ~ 30.35%
B 156 of 458 ~ 34.06'%

%35.59
%30.35
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 4.29%
  • 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
%14.72
%4.29
%36.08

Codes

Color #A38B9C in popluar color models

A3 8B 9C
RGB 163 139 156
HSL 318° 11.54% 59.22%
HSB/HSV 318° 14.72% 63.92%
CMYK 0.00% 14.72% 4.29%
36.08%

Color #A38B9C in popluar number systems.

HEX A3 8B 9C
Decimal 163 139 156
Binary 10100011 10001011 10011100
Octal 243 213 234

Shades and tints

Shades of #A38B9C

#A38B9C
(163,139,156)
#957F8E
(149,127,142)
#877380
(135,115,128)
#796772
(121,103,114)
#6B5B64
(107,91,100)
#5D4F56
(93,79,86)
#4F4348
(79,67,72)
#41373A
(65,55,58)
#332B2C
(51,43,44)
#251F1E
(37,31,30)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A38B9C

#A38B9C
(163,139,156)
#AB95A5
(171,149,165)
#B39FAE
(179,159,174)
#BBA9B7
(187,169,183)
#C3B3C0
(195,179,192)
#CBBDC9
(203,189,201)
#D3C7D2
(211,199,210)
#DBD1DB
(219,209,219)
#E3DBE4
(227,219,228)
#EBE5ED
(235,229,237)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38B9C; }

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

This text font color is #A38B9C.

Background Color

.myBgColor { background-color: #A38B9C; }

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

This div background color is #A38B9C.

Border color

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

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

This div border color is #A38B9C.

Opacity

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

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

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

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

This text has shadow with #A38B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38B9C.

Preview

Color preview on black background

This text has color #A38B9C on black background.


Color preview on white background

This text has color #A38B9C on white background.


Black color preview on #A38B9C background

This text has black color on #A38B9C background.


White color preview on #A38B9C background

This text has white color on #A38B9C background.


Related colors

Complementary color

Complementary color for #hex is #5C7463.


I love getcolorcode.com

Triadic colors

1 #9CA38B and #8B9CA3 with #A38B9C are triadic colors.

2 #9C8BA3 and #8BA39C with #A38B9C are triadic colors.