COLOR #A48495

HEX: #A48495
RGB: (164,132,149)

Color info

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

RGB color model

#A48495 color RGB value is (164,132,149).

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

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 149 of 255 = 58%

164
132
149

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 149 = 445 (100%)
R 164 of 445 ~ 36.85%
G 132 of 445 ~ 29.66%
B 149 of 445 ~ 33.48%

%36.85
%29.66
%33.48

CMYK color model

#A48495 color CMYK value is (0,20,9,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(0,20,9,36)
C0M20Y9K36 
(0%,20%,9%,36%)
(0.00/0.20/0.09/0.36)	

CMYK percentages

%0
%19.51
%9.15
%35.69

Codes

Color #A48495 in popluar color models

A48495
RGB164132149
HSL328°14.95%58.04%
HSB/HSV328°19.51%64.31%
CMYK0.00%19.51%9.15%
35.69%

Color #A48495 in popluar number systems.

HEXA48495
Decimal164132149
Binary101001001000010010010101
Octal244204225

Shades and tints

Shades of #A48495

#A48495
(164,132,149)
#967888
(150,120,136)
#886C7B
(136,108,123)
#7A606E
(122,96,110)
#6C5461
(108,84,97)
#5E4854
(94,72,84)
#503C47
(80,60,71)
#42303A
(66,48,58)
#34242D
(52,36,45)
#261820
(38,24,32)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #A48495

#A48495
(164,132,149)
#AC8F9E
(172,143,158)
#B49AA7
(180,154,167)
#BCA5B0
(188,165,176)
#C4B0B9
(196,176,185)
#CCBBC2
(204,187,194)
#D4C6CB
(212,198,203)
#DCD1D4
(220,209,212)
#E4DCDD
(228,220,221)
#ECE7E6
(236,231,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48495 color. Also use rgb(164,132,149) instead hex code.

Text Font Color

.myTextColor { color: #A48495; }

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

This text font color is #A48495.


Background Color

.myBgColor { background-color: #A48495; }

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

This div background color is #A48495.


Border color

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

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

This div border color is #A48495.


Opacity

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

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

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

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

This text has shadow with #A48495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48495 on black background.


Color preview on white background

This text has color #A48495 on white background.



Black color preview on #A48495 background

This text has black color on #A48495 background.


White color preview on #A48495 background

This text has white color on #A48495 background.