COLOR #A38FA0

HEX: #A38FA0 RGB: (163,143,160)

Color info

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

RGB color model

#A38FA0 color RGB value is (163,143,160).

RGB: (163,143,160) (64%, 56%, 63%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 160 of 255 = 63%

163
143
160

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

Portions of RGB colors in percentages

R + G + B = 163 + 143 + 160 = 466 (100%)
R 163 of 466 ~ 34.98%
G 143 of 466 ~ 30.69%
B 160 of 466 ~ 34.33'%

%34.98
%30.69
%34.33

CMYK color model

#A38FA0 color CMYK value is (0,12,2,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 1.84%
  • key color value is 36.08%

CMYK: (0,12,2,36)
C0M12Y2K36 (0%, 12%, 2%, 36%)
(0.00 / 0.12 / 0.02 / 0.36)

CMYK percentages

%0
%12.27
%1.84
%36.08

Codes

Color #A38FA0 in popluar color models

A3 8F A0
RGB 163 143 160
HSL 309° 9.80% 60.00%
HSB/HSV 309° 12.27% 63.92%
CMYK 0.00% 12.27% 1.84%
36.08%

Color #A38FA0 in popluar number systems.

HEX A3 8F A0
Decimal 163 143 160
Binary 10100011 10001111 10100000
Octal 243 217 240

Shades and tints

Shades of #A38FA0

#A38FA0
(163,143,160)
#958292
(149,130,146)
#877584
(135,117,132)
#796876
(121,104,118)
#6B5B68
(107,91,104)
#5D4E5A
(93,78,90)
#4F414C
(79,65,76)
#41343E
(65,52,62)
#332730
(51,39,48)
#251A22
(37,26,34)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #A38FA0

#A38FA0
(163,143,160)
#AB99A8
(171,153,168)
#B3A3B0
(179,163,176)
#BBADB8
(187,173,184)
#C3B7C0
(195,183,192)
#CBC1C8
(203,193,200)
#D3CBD0
(211,203,208)
#DBD5D8
(219,213,216)
#E3DFE0
(227,223,224)
#EBE9E8
(235,233,232)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38FA0; }

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

This text font color is #A38FA0.

Background Color

.myBgColor { background-color: #A38FA0; }

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

This div background color is #A38FA0.

Border color

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

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

This div border color is #A38FA0.

Opacity

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

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

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

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

This text has shadow with #A38FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38FA0.

Preview

Color preview on black background

This text has color #A38FA0 on black background.


Color preview on white background

This text has color #A38FA0 on white background.


Black color preview on #A38FA0 background

This text has black color on #A38FA0 background.


White color preview on #A38FA0 background

This text has white color on #A38FA0 background.


Related colors

Complementary color

Complementary color for #hex is #5C705F.


I love getcolorcode.com

Triadic colors

1 #A0A38F and #8FA0A3 with #A38FA0 are triadic colors.

2 #A08FA3 and #8FA3A0 with #A38FA0 are triadic colors.