COLOR #A38B90

HEX: #A38B90 RGB: (163,139,144)

Color info

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

RGB color model

#A38B90 color RGB value is (163,139,144).

RGB: (163,139,144) (64%, 55%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 144 of 255 = 56%

163
139
144

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

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 144 = 446 (100%)
R 163 of 446 ~ 36.55%
G 139 of 446 ~ 31.17%
B 144 of 446 ~ 32.29'%

%36.55
%31.17
%32.29

CMYK color model

#A38B90 color CMYK value is (0,15,12,36).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 11.66%
  • key color value is 36.08%

CMYK: (0,15,12,36)
C0M15Y12K36 (0%, 15%, 12%, 36%)
(0.00 / 0.15 / 0.12 / 0.36)

CMYK percentages

%0
%14.72
%11.66
%36.08

Codes

Color #A38B90 in popluar color models

A3 8B 90
RGB 163 139 144
HSL 348° 11.54% 59.22%
HSB/HSV 348° 14.72% 63.92%
CMYK 0.00% 14.72% 11.66%
36.08%

Color #A38B90 in popluar number systems.

HEX A3 8B 90
Decimal 163 139 144
Binary 10100011 10001011 10010000
Octal 243 213 220

Shades and tints

Shades of #A38B90

#A38B90
(163,139,144)
#957F83
(149,127,131)
#877376
(135,115,118)
#796769
(121,103,105)
#6B5B5C
(107,91,92)
#5D4F4F
(93,79,79)
#4F4342
(79,67,66)
#413735
(65,55,53)
#332B28
(51,43,40)
#251F1B
(37,31,27)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A38B90

#A38B90
(163,139,144)
#AB959A
(171,149,154)
#B39FA4
(179,159,164)
#BBA9AE
(187,169,174)
#C3B3B8
(195,179,184)
#CBBDC2
(203,189,194)
#D3C7CC
(211,199,204)
#DBD1D6
(219,209,214)
#E3DBE0
(227,219,224)
#EBE5EA
(235,229,234)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38B90 color. Also use rgb(163,139,144) instead hex code.

Text Font Color

.myTextColor { color: #A38B90; }

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

This text font color is #A38B90.

Background Color

.myBgColor { background-color: #A38B90; }

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

This div background color is #A38B90.

Border color

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

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

This div border color is #A38B90.

Opacity

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

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

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

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

This text has shadow with #A38B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38B90.

Preview

Color preview on black background

This text has color #A38B90 on black background.


Color preview on white background

This text has color #A38B90 on white background.


Black color preview on #A38B90 background

This text has black color on #A38B90 background.


White color preview on #A38B90 background

This text has white color on #A38B90 background.


Related colors

Complementary color

Complementary color for #hex is #5C746F.


I love getcolorcode.com

Triadic colors

1 #90A38B and #8B90A3 with #A38B90 are triadic colors.

2 #908BA3 and #8BA390 with #A38B90 are triadic colors.