COLOR #A38C9A

HEX: #A38C9A
RGB: (163,140,154)

Color info

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

RGB color model

#A38C9A color RGB value is (163,140,154).

  • red value is 163;
  • green value is 140;
  • blue value is 154.
RGB:
(163,140,154)
(64%,55%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 154 of 255 = 60%

163
140
154

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 154 = 457 (100%)
R 163 of 457 ~ 35.67%
G 140 of 457 ~ 30.63%
B 154 of 457 ~ 33.7%

%35.67
%30.63
%33.7

CMYK color model

#A38C9A color CMYK value is (0,14,6,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(0,14,6,36)
C0M14Y6K36 
(0%,14%,6%,36%)
(0.00/0.14/0.06/0.36)	

CMYK percentages

%0
%14.11
%5.52
%36.08

Codes

Color #A38C9A in popluar color models

A38C9A
RGB163140154
HSL323°11.11%59.41%
HSB/HSV323°14.11%63.92%
CMYK0.00%14.11%5.52%
36.08%

Color #A38C9A in popluar number systems.

HEXA38C9A
Decimal163140154
Binary101000111000110010011010
Octal243214232

Shades and tints

Shades of #A38C9A

#A38C9A
(163,140,154)
#95808C
(149,128,140)
#87747E
(135,116,126)
#796870
(121,104,112)
#6B5C62
(107,92,98)
#5D5054
(93,80,84)
#4F4446
(79,68,70)
#413838
(65,56,56)
#332C2A
(51,44,42)
#25201C
(37,32,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #A38C9A

#A38C9A
(163,140,154)
#AB96A3
(171,150,163)
#B3A0AC
(179,160,172)
#BBAAB5
(187,170,181)
#C3B4BE
(195,180,190)
#CBBEC7
(203,190,199)
#D3C8D0
(211,200,208)
#DBD2D9
(219,210,217)
#E3DCE2
(227,220,226)
#EBE6EB
(235,230,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C9A color. Also use rgb(163,140,154) instead hex code.

Text Font Color

.myTextColor { color: #A38C9A; }

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

This text font color is #A38C9A.


Background Color

.myBgColor { background-color: #A38C9A; }

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

This div background color is #A38C9A.


Border color

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

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

This div border color is #A38C9A.


Opacity

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

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

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

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

This text has shadow with #A38C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C9A on black background.


Color preview on white background

This text has color #A38C9A on white background.



Black color preview on #A38C9A background

This text has black color on #A38C9A background.


White color preview on #A38C9A background

This text has white color on #A38C9A background.