COLOR #A48591

HEX: #A48591 RGB: (164,133,145)

Color info

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

RGB color model

#A48591 color RGB value is (164,133,145).

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

RGB channels and saturation

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

164
133
145

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

Portions of RGB colors in percentages

R + G + B = 164 + 133 + 145 = 442 (100%)
R 164 of 442 ~ 37.1%
G 133 of 442 ~ 30.09%
B 145 of 442 ~ 32.81'%

%37.1
%30.09
%32.81

CMYK color model

#A48591 color CMYK value is (0,19,12,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 11.59%
  • key color value is 35.69%

CMYK: (0,19,12,36)
C0M19Y12K36 (0%, 19%, 12%, 36%)
(0.00 / 0.19 / 0.12 / 0.36)

CMYK percentages

%0
%18.9
%11.59
%35.69

Codes

Color #A48591 in popluar color models

A4 85 91
RGB 164 133 145
HSL 337° 14.55% 58.24%
HSB/HSV 337° 18.90% 64.31%
CMYK 0.00% 18.90% 11.59%
35.69%

Color #A48591 in popluar number systems.

HEX A4 85 91
Decimal 164 133 145
Binary 10100100 10000101 10010001
Octal 244 205 221

Shades and tints

Shades of #A48591

#A48591
(164,133,145)
#967984
(150,121,132)
#886D77
(136,109,119)
#7A616A
(122,97,106)
#6C555D
(108,85,93)
#5E4950
(94,73,80)
#503D43
(80,61,67)
#423136
(66,49,54)
#342529
(52,37,41)
#26191C
(38,25,28)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #A48591

#A48591
(164,133,145)
#AC909B
(172,144,155)
#B49BA5
(180,155,165)
#BCA6AF
(188,166,175)
#C4B1B9
(196,177,185)
#CCBCC3
(204,188,195)
#D4C7CD
(212,199,205)
#DCD2D7
(220,210,215)
#E4DDE1
(228,221,225)
#ECE8EB
(236,232,235)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48591; }

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

This text font color is #A48591.

Background Color

.myBgColor { background-color: #A48591; }

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

This div background color is #A48591.

Border color

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

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

This div border color is #A48591.

Opacity

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

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

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

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

This text has shadow with #A48591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48591.

Preview

Color preview on black background

This text has color #A48591 on black background.


Color preview on white background

This text has color #A48591 on white background.


Black color preview on #A48591 background

This text has black color on #A48591 background.


White color preview on #A48591 background

This text has white color on #A48591 background.


Related colors

Complementary color

Complementary color for #hex is #5B7A6E.


I love getcolorcode.com

Triadic colors

1 #91A485 and #8591A4 with #A48591 are triadic colors.

2 #9185A4 and #85A491 with #A48591 are triadic colors.