COLOR #A48C91

HEX: #A48C91 RGB: (164,140,145)

Color info

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

RGB color model

#A48C91 color RGB value is (164,140,145).

RGB: (164,140,145) (64%, 55%, 57%)

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 145 of 255 = 57%

164
140
145

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

Portions of RGB colors in percentages

R + G + B = 164 + 140 + 145 = 449 (100%)
R 164 of 449 ~ 36.53%
G 140 of 449 ~ 31.18%
B 145 of 449 ~ 32.29'%

%36.53
%31.18
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK: (0,15,12,36) C0M15Y12K36 (0%,15%,12%,36%) (0.00/0.15/0.12/0.36) 

CMYK percentages

%0
%14.63
%11.59
%35.69

Codes

Color #A48C91 in popluar color models

A4 8C 91
RGB 164 140 145
HSL 348° 11.65% 59.61%
HSB/HSV 348° 14.63% 64.31%
CMYK 0.00% 14.63% 11.59%
35.69%

Color #A48C91 in popluar number systems.

HEX A4 8C 91
Decimal 164 140 145
Binary 10100100 10001100 10010001
Octal 244 214 221

Shades and tints

Shades of #A48C91

#A48C91
(164,140,145)
#968084
(150,128,132)
#887477
(136,116,119)
#7A686A
(122,104,106)
#6C5C5D
(108,92,93)
#5E5050
(94,80,80)
#504443
(80,68,67)
#423836
(66,56,54)
#342C29
(52,44,41)
#26201C
(38,32,28)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #A48C91

#A48C91
(164,140,145)
#AC969B
(172,150,155)
#B4A0A5
(180,160,165)
#BCAAAF
(188,170,175)
#C4B4B9
(196,180,185)
#CCBEC3
(204,190,195)
#D4C8CD
(212,200,205)
#DCD2D7
(220,210,215)
#E4DCE1
(228,220,225)
#ECE6EB
(236,230,235)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48C91; }

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

This text font color is #A48C91.

Background Color

.myBgColor { background-color: #A48C91; }

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

This div background color is #A48C91.

Border color

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

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

This div border color is #A48C91.

Opacity

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

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

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

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

This text has shadow with #A48C91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48C91.

Preview

Color preview on black background

This text has color #A48C91 on black background.


Color preview on white background

This text has color #A48C91 on white background.


Black color preview on #A48C91 background

This text has black color on #A48C91 background.


White color preview on #A48C91 background

This text has white color on #A48C91 background.


Related colors

Complementary color

Complementary color for #hex is #5B736E.


I love getcolorcode.com

Triadic colors

1 #91A48C and #8C91A4 with #A48C91 are triadic colors.

2 #918CA4 and #8CA491 with #A48C91 are triadic colors.