COLOR #A48597

HEX: #A48597
RGB: (164,133,151)

Color info

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

RGB color model

#A48597 color RGB value is (164,133,151).

  • red value is 164;
  • green value is 133;
  • blue value is 151.
RGB:
(164,133,151)
(64%,52%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 151 of 255 = 59%

164
133
151

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 151 = 448 (100%)
R 164 of 448 ~ 36.61%
G 133 of 448 ~ 29.69%
B 151 of 448 ~ 33.71%

%36.61
%29.69
%33.71

CMYK color model

#A48597 color CMYK value is (0,19,8,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(0,19,8,36)
C0M19Y8K36 
(0%,19%,8%,36%)
(0.00/0.19/0.08/0.36)	

CMYK percentages

%0
%18.9
%7.93
%35.69

Codes

Color #A48597 in popluar color models

A48597
RGB164133151
HSL325°14.55%58.24%
HSB/HSV325°18.90%64.31%
CMYK0.00%18.90%7.93%
35.69%

Color #A48597 in popluar number systems.

HEXA48597
Decimal164133151
Binary101001001000010110010111
Octal244205227

Shades and tints

Shades of #A48597

#A48597
(164,133,151)
#96798A
(150,121,138)
#886D7D
(136,109,125)
#7A6170
(122,97,112)
#6C5563
(108,85,99)
#5E4956
(94,73,86)
#503D49
(80,61,73)
#42313C
(66,49,60)
#34252F
(52,37,47)
#261922
(38,25,34)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #A48597

#A48597
(164,133,151)
#AC90A0
(172,144,160)
#B49BA9
(180,155,169)
#BCA6B2
(188,166,178)
#C4B1BB
(196,177,187)
#CCBCC4
(204,188,196)
#D4C7CD
(212,199,205)
#DCD2D6
(220,210,214)
#E4DDDF
(228,221,223)
#ECE8E8
(236,232,232)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48597; }

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

This text font color is #A48597.


Background Color

.myBgColor { background-color: #A48597; }

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

This div background color is #A48597.


Border color

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

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

This div border color is #A48597.


Opacity

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

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

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

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

This text has shadow with #A48597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48597 on black background.


Color preview on white background

This text has color #A48597 on white background.



Black color preview on #A48597 background

This text has black color on #A48597 background.


White color preview on #A48597 background

This text has white color on #A48597 background.