COLOR #A38E95

HEX: #A38E95 RGB: (163,142,149)

Color info

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

RGB color model

#A38E95 color RGB value is (163,142,149).

RGB: (163,142,149) (64%, 56%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 149 of 255 = 58%

163
142
149

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

Portions of RGB colors in percentages

R + G + B = 163 + 142 + 149 = 454 (100%)
R 163 of 454 ~ 35.9%
G 142 of 454 ~ 31.28%
B 149 of 454 ~ 32.82'%

%35.9
%31.28
%32.82

CMYK color model

#A38E95 color CMYK value is (0,13,9,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK: (0,13,9,36) C0M13Y9K36 (0%,13%,9%,36%) (0.00/0.13/0.09/0.36) 

CMYK percentages

%0
%12.88
%8.59
%36.08

Codes

Color #A38E95 in popluar color models

A3 8E 95
RGB 163 142 149
HSL 340° 10.24% 59.80%
HSB/HSV 340° 12.88% 63.92%
CMYK 0.00% 12.88% 8.59%
36.08%

Color #A38E95 in popluar number systems.

HEX A3 8E 95
Decimal 163 142 149
Binary 10100011 10001110 10010101
Octal 243 216 225

Shades and tints

Shades of #A38E95

#A38E95
(163,142,149)
#958288
(149,130,136)
#87767B
(135,118,123)
#796A6E
(121,106,110)
#6B5E61
(107,94,97)
#5D5254
(93,82,84)
#4F4647
(79,70,71)
#413A3A
(65,58,58)
#332E2D
(51,46,45)
#252220
(37,34,32)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A38E95

#A38E95
(163,142,149)
#AB989E
(171,152,158)
#B3A2A7
(179,162,167)
#BBACB0
(187,172,176)
#C3B6B9
(195,182,185)
#CBC0C2
(203,192,194)
#D3CACB
(211,202,203)
#DBD4D4
(219,212,212)
#E3DEDD
(227,222,221)
#EBE8E6
(235,232,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E95; }

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

This text font color is #A38E95.

Background Color

.myBgColor { background-color: #A38E95; }

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

This div background color is #A38E95.

Border color

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

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

This div border color is #A38E95.

Opacity

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

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

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

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

This text has shadow with #A38E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38E95.

Preview

Color preview on black background

This text has color #A38E95 on black background.


Color preview on white background

This text has color #A38E95 on white background.


Black color preview on #A38E95 background

This text has black color on #A38E95 background.


White color preview on #A38E95 background

This text has white color on #A38E95 background.


Related colors

Complementary color

Complementary color for #hex is #5C716A.


I love getcolorcode.com

Triadic colors

1 #95A38E and #8E95A3 with #A38E95 are triadic colors.

2 #958EA3 and #8EA395 with #A38E95 are triadic colors.