COLOR #A38C97

HEX: #A38C97 RGB: (163,140,151)

Color info

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

RGB color model

#A38C97 color RGB value is (163,140,151).

RGB: (163,140,151) (64%, 55%, 59%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 151 of 255 = 59%

163
140
151

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

Portions of RGB colors in percentages

R + G + B = 163 + 140 + 151 = 454 (100%)
R 163 of 454 ~ 35.9%
G 140 of 454 ~ 30.84%
B 151 of 454 ~ 33.26'%

%35.9
%30.84
%33.26

CMYK color model

#A38C97 color CMYK value is (0,14,7,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 7.36%
  • key color value is 36.08%

CMYK: (0,14,7,36)
C0M14Y7K36 (0%, 14%, 7%, 36%)
(0.00 / 0.14 / 0.07 / 0.36)

CMYK percentages

%0
%14.11
%7.36
%36.08

Codes

Color #A38C97 in popluar color models

A3 8C 97
RGB 163 140 151
HSL 331° 11.11% 59.41%
HSB/HSV 331° 14.11% 63.92%
CMYK 0.00% 14.11% 7.36%
36.08%

Color #A38C97 in popluar number systems.

HEX A3 8C 97
Decimal 163 140 151
Binary 10100011 10001100 10010111
Octal 243 214 227

Shades and tints

Shades of #A38C97

#A38C97
(163,140,151)
#95808A
(149,128,138)
#87747D
(135,116,125)
#796870
(121,104,112)
#6B5C63
(107,92,99)
#5D5056
(93,80,86)
#4F4449
(79,68,73)
#41383C
(65,56,60)
#332C2F
(51,44,47)
#252022
(37,32,34)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #A38C97

#A38C97
(163,140,151)
#AB96A0
(171,150,160)
#B3A0A9
(179,160,169)
#BBAAB2
(187,170,178)
#C3B4BB
(195,180,187)
#CBBEC4
(203,190,196)
#D3C8CD
(211,200,205)
#DBD2D6
(219,210,214)
#E3DCDF
(227,220,223)
#EBE6E8
(235,230,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C97 color. Also use rgb(163,140,151) instead hex code.

Text Font Color

.myTextColor { color: #A38C97; }

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

This text font color is #A38C97.

Background Color

.myBgColor { background-color: #A38C97; }

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

This div background color is #A38C97.

Border color

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

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

This div border color is #A38C97.

Opacity

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

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

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

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

This text has shadow with #A38C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38C97.

Preview

Color preview on black background

This text has color #A38C97 on black background.


Color preview on white background

This text has color #A38C97 on white background.


Black color preview on #A38C97 background

This text has black color on #A38C97 background.


White color preview on #A38C97 background

This text has white color on #A38C97 background.


Related colors

Complementary color

Complementary color for #hex is #5C7368.


I love getcolorcode.com

Triadic colors

1 #97A38C and #8C97A3 with #A38C97 are triadic colors.

2 #978CA3 and #8CA397 with #A38C97 are triadic colors.