COLOR #A38DA0

HEX: #A38DA0
RGB: (163,141,160)

Color info

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

RGB color model

#A38DA0 color RGB value is (163,141,160).

  • red value is 163;
  • green value is 141;
  • blue value is 160.
RGB:
(163,141,160)
(64%,55%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 160 of 255 = 63%

163
141
160

R + G + B ~ 61%. #A38DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 141 + 160 = 464 (100%)
R 163 of 464 ~ 35.13%
G 141 of 464 ~ 30.39%
B 160 of 464 ~ 34.48%

%35.13
%30.39
%34.48

CMYK color model

#A38DA0 color CMYK value is (0,13,2,36).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 1.84%
  • key color value is 36.08%
CMYK:
(0,13,2,36)
C0M13Y2K36 
(0%,13%,2%,36%)
(0.00/0.13/0.02/0.36)	

CMYK percentages

%0
%13.5
%1.84
%36.08

Codes

Color #A38DA0 in popluar color models

A38DA0
RGB163141160
HSL308°10.68%59.61%
HSB/HSV308°13.50%63.92%
CMYK0.00%13.50%1.84%
36.08%

Color #A38DA0 in popluar number systems.

HEXA38DA0
Decimal163141160
Binary101000111000110110100000
Octal243215240

Shades and tints

Shades of #A38DA0

#A38DA0
(163,141,160)
#958192
(149,129,146)
#877584
(135,117,132)
#796976
(121,105,118)
#6B5D68
(107,93,104)
#5D515A
(93,81,90)
#4F454C
(79,69,76)
#41393E
(65,57,62)
#332D30
(51,45,48)
#252122
(37,33,34)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #A38DA0

#A38DA0
(163,141,160)
#AB97A8
(171,151,168)
#B3A1B0
(179,161,176)
#BBABB8
(187,171,184)
#C3B5C0
(195,181,192)
#CBBFC8
(203,191,200)
#D3C9D0
(211,201,208)
#DBD3D8
(219,211,216)
#E3DDE0
(227,221,224)
#EBE7E8
(235,231,232)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38DA0; }

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

This text font color is #A38DA0.


Background Color

.myBgColor { background-color: #A38DA0; }

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

This div background color is #A38DA0.


Border color

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

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

This div border color is #A38DA0.


Opacity

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

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

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

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

This text has shadow with #A38DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38DA0 on black background.


Color preview on white background

This text has color #A38DA0 on white background.



Black color preview on #A38DA0 background

This text has black color on #A38DA0 background.


White color preview on #A38DA0 background

This text has white color on #A38DA0 background.