COLOR #A38EA1

HEX: #A38EA1 RGB: (163,142,161)

Color info

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

RGB color model

#A38EA1 color RGB value is (163,142,161).

RGB: (163,142,161) (64%, 56%, 63%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 161 of 255 = 63%

163
142
161

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

Portions of RGB colors in percentages

R + G + B = 163 + 142 + 161 = 466 (100%)
R 163 of 466 ~ 34.98%
G 142 of 466 ~ 30.47%
B 161 of 466 ~ 34.55'%

%34.98
%30.47
%34.55

CMYK color model

#A38EA1 color CMYK value is (0,13,1,36).

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

CMYK: (0,13,1,36)
C0M13Y1K36 (0%, 13%, 1%, 36%)
(0.00 / 0.13 / 0.01 / 0.36)

CMYK percentages

%0
%12.88
%1.23
%36.08

Codes

Color #A38EA1 in popluar color models

A3 8E A1
RGB 163 142 161
HSL 306° 10.24% 59.80%
HSB/HSV 306° 12.88% 63.92%
CMYK 0.00% 12.88% 1.23%
36.08%

Color #A38EA1 in popluar number systems.

HEX A3 8E A1
Decimal 163 142 161
Binary 10100011 10001110 10100001
Octal 243 216 241

Shades and tints

Shades of #A38EA1

#A38EA1
(163,142,161)
#958293
(149,130,147)
#877685
(135,118,133)
#796A77
(121,106,119)
#6B5E69
(107,94,105)
#5D525B
(93,82,91)
#4F464D
(79,70,77)
#413A3F
(65,58,63)
#332E31
(51,46,49)
#252223
(37,34,35)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #A38EA1

#A38EA1
(163,142,161)
#AB98A9
(171,152,169)
#B3A2B1
(179,162,177)
#BBACB9
(187,172,185)
#C3B6C1
(195,182,193)
#CBC0C9
(203,192,201)
#D3CAD1
(211,202,209)
#DBD4D9
(219,212,217)
#E3DEE1
(227,222,225)
#EBE8E9
(235,232,233)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38EA1; }

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

This text font color is #A38EA1.

Background Color

.myBgColor { background-color: #A38EA1; }

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

This div background color is #A38EA1.

Border color

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

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

This div border color is #A38EA1.

Opacity

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

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

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

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

This text has shadow with #A38EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38EA1.

Preview

Color preview on black background

This text has color #A38EA1 on black background.


Color preview on white background

This text has color #A38EA1 on white background.


Black color preview on #A38EA1 background

This text has black color on #A38EA1 background.


White color preview on #A38EA1 background

This text has white color on #A38EA1 background.


Related colors

Complementary color

Complementary color for #hex is #5C715E.


I love getcolorcode.com

Triadic colors

1 #A1A38E and #8EA1A3 with #A38EA1 are triadic colors.

2 #A18EA3 and #8EA3A1 with #A38EA1 are triadic colors.