COLOR #A48593

HEX: #A48593
RGB: (164,133,147)

Color info

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

RGB color model

#A48593 color RGB value is (164,133,147).

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

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 147 of 255 = 58%

164
133
147

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 147 = 444 (100%)
R 164 of 444 ~ 36.94%
G 133 of 444 ~ 29.95%
B 147 of 444 ~ 33.11%

%36.94
%29.95
%33.11

CMYK color model

#A48593 color CMYK value is (0,19,10,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(0,19,10,36)
C0M19Y10K36 
(0%,19%,10%,36%)
(0.00/0.19/0.10/0.36)	

CMYK percentages

%0
%18.9
%10.37
%35.69

Codes

Color #A48593 in popluar color models

A48593
RGB164133147
HSL333°14.55%58.24%
HSB/HSV333°18.90%64.31%
CMYK0.00%18.90%10.37%
35.69%

Color #A48593 in popluar number systems.

HEXA48593
Decimal164133147
Binary101001001000010110010011
Octal244205223

Shades and tints

Shades of #A48593

#A48593
(164,133,147)
#967986
(150,121,134)
#886D79
(136,109,121)
#7A616C
(122,97,108)
#6C555F
(108,85,95)
#5E4952
(94,73,82)
#503D45
(80,61,69)
#423138
(66,49,56)
#34252B
(52,37,43)
#26191E
(38,25,30)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A48593

#A48593
(164,133,147)
#AC909C
(172,144,156)
#B49BA5
(180,155,165)
#BCA6AE
(188,166,174)
#C4B1B7
(196,177,183)
#CCBCC0
(204,188,192)
#D4C7C9
(212,199,201)
#DCD2D2
(220,210,210)
#E4DDDB
(228,221,219)
#ECE8E4
(236,232,228)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48593; }

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

This text font color is #A48593.


Background Color

.myBgColor { background-color: #A48593; }

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

This div background color is #A48593.


Border color

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

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

This div border color is #A48593.


Opacity

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

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

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

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

This text has shadow with #A48593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48593 on black background.


Color preview on white background

This text has color #A48593 on white background.



Black color preview on #A48593 background

This text has black color on #A48593 background.


White color preview on #A48593 background

This text has white color on #A48593 background.