COLOR #A38591

HEX: #A38591 RGB: (163,133,145)

Color info

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

RGB color model

#A38591 color RGB value is (163,133,145).

RGB: (163,133,145) (64%, 52%, 57%)

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 145 of 255 = 57%

163
133
145

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

Portions of RGB colors in percentages

R + G + B = 163 + 133 + 145 = 441 (100%)
R 163 of 441 ~ 36.96%
G 133 of 441 ~ 30.16%
B 145 of 441 ~ 32.88'%

%36.96
%30.16
%32.88

CMYK color model

#A38591 color CMYK value is (0,18,11,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 11.04%
  • key color value is 36.08%

CMYK: (0,18,11,36)
C0M18Y11K36 (0%, 18%, 11%, 36%)
(0.00 / 0.18 / 0.11 / 0.36)

CMYK percentages

%0
%18.4
%11.04
%36.08

Codes

Color #A38591 in popluar color models

A3 85 91
RGB 163 133 145
HSL 336° 14.02% 58.04%
HSB/HSV 336° 18.40% 63.92%
CMYK 0.00% 18.40% 11.04%
36.08%

Color #A38591 in popluar number systems.

HEX A3 85 91
Decimal 163 133 145
Binary 10100011 10000101 10010001
Octal 243 205 221

Shades and tints

Shades of #A38591

#A38591
(163,133,145)
#957984
(149,121,132)
#876D77
(135,109,119)
#79616A
(121,97,106)
#6B555D
(107,85,93)
#5D4950
(93,73,80)
#4F3D43
(79,61,67)
#413136
(65,49,54)
#332529
(51,37,41)
#25191C
(37,25,28)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #A38591

#A38591
(163,133,145)
#AB909B
(171,144,155)
#B39BA5
(179,155,165)
#BBA6AF
(187,166,175)
#C3B1B9
(195,177,185)
#CBBCC3
(203,188,195)
#D3C7CD
(211,199,205)
#DBD2D7
(219,210,215)
#E3DDE1
(227,221,225)
#EBE8EB
(235,232,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38591 color. Also use rgb(163,133,145) instead hex code.

Text Font Color

.myTextColor { color: #A38591; }

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

This text font color is #A38591.

Background Color

.myBgColor { background-color: #A38591; }

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

This div background color is #A38591.

Border color

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

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

This div border color is #A38591.

Opacity

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

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

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

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

This text has shadow with #A38591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38591.

Preview

Color preview on black background

This text has color #A38591 on black background.


Color preview on white background

This text has color #A38591 on white background.


Black color preview on #A38591 background

This text has black color on #A38591 background.


White color preview on #A38591 background

This text has white color on #A38591 background.


Related colors

Complementary color

Complementary color for #hex is #5C7A6E.


I love getcolorcode.com

Triadic colors

1 #91A385 and #8591A3 with #A38591 are triadic colors.

2 #9185A3 and #85A391 with #A38591 are triadic colors.