COLOR #A38F9E

HEX: #A38F9E RGB: (163,143,158)

Color info

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

RGB color model

#A38F9E color RGB value is (163,143,158).

RGB: (163,143,158) (64%, 56%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 158 of 255 = 62%

163
143
158

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

Portions of RGB colors in percentages

R + G + B = 163 + 143 + 158 = 464 (100%)
R 163 of 464 ~ 35.13%
G 143 of 464 ~ 30.82%
B 158 of 464 ~ 34.05'%

%35.13
%30.82
%34.05

CMYK color model

#A38F9E color CMYK value is (0,12,3,36).

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

CMYK: (0,12,3,36)
C0M12Y3K36 (0%, 12%, 3%, 36%)
(0.00 / 0.12 / 0.03 / 0.36)

CMYK percentages

%0
%12.27
%3.07
%36.08

Codes

Color #A38F9E in popluar color models

A3 8F 9E
RGB 163 143 158
HSL 315° 9.80% 60.00%
HSB/HSV 315° 12.27% 63.92%
CMYK 0.00% 12.27% 3.07%
36.08%

Color #A38F9E in popluar number systems.

HEX A3 8F 9E
Decimal 163 143 158
Binary 10100011 10001111 10011110
Octal 243 217 236

Shades and tints

Shades of #A38F9E

#A38F9E
(163,143,158)
#958290
(149,130,144)
#877582
(135,117,130)
#796874
(121,104,116)
#6B5B66
(107,91,102)
#5D4E58
(93,78,88)
#4F414A
(79,65,74)
#41343C
(65,52,60)
#33272E
(51,39,46)
#251A20
(37,26,32)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #A38F9E

#A38F9E
(163,143,158)
#AB99A6
(171,153,166)
#B3A3AE
(179,163,174)
#BBADB6
(187,173,182)
#C3B7BE
(195,183,190)
#CBC1C6
(203,193,198)
#D3CBCE
(211,203,206)
#DBD5D6
(219,213,214)
#E3DFDE
(227,223,222)
#EBE9E6
(235,233,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F9E; }

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

This text font color is #A38F9E.

Background Color

.myBgColor { background-color: #A38F9E; }

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

This div background color is #A38F9E.

Border color

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

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

This div border color is #A38F9E.

Opacity

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

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

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

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

This text has shadow with #A38F9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38F9E.

Preview

Color preview on black background

This text has color #A38F9E on black background.


Color preview on white background

This text has color #A38F9E on white background.


Black color preview on #A38F9E background

This text has black color on #A38F9E background.


White color preview on #A38F9E background

This text has white color on #A38F9E background.


Related colors

Complementary color

Complementary color for #hex is #5C7061.


I love getcolorcode.com

Triadic colors

1 #9EA38F and #8F9EA3 with #A38F9E are triadic colors.

2 #9E8FA3 and #8FA39E with #A38F9E are triadic colors.