COLOR #A48488

HEX: #A48488
RGB: (164,132,136)

Color info

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

RGB color model

#A48488 color RGB value is (164,132,136).

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

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 136 of 255 = 53%

164
132
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 136 = 432 (100%)
R 164 of 432 ~ 37.96%
G 132 of 432 ~ 30.56%
B 136 of 432 ~ 31.48%

%37.96
%30.56
%31.48

CMYK color model

#A48488 color CMYK value is (0,20,17,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,20,17,36)
C0M20Y17K36 
(0%,20%,17%,36%)
(0.00/0.20/0.17/0.36)	

CMYK percentages

%0
%19.51
%17.07
%35.69

Codes

Color #A48488 in popluar color models

A48488
RGB164132136
HSL353°14.95%58.04%
HSB/HSV353°19.51%64.31%
CMYK0.00%19.51%17.07%
35.69%

Color #A48488 in popluar number systems.

HEXA48488
Decimal164132136
Binary101001001000010010001000
Octal244204210

Shades and tints

Shades of #A48488

#A48488
(164,132,136)
#96787C
(150,120,124)
#886C70
(136,108,112)
#7A6064
(122,96,100)
#6C5458
(108,84,88)
#5E484C
(94,72,76)
#503C40
(80,60,64)
#423034
(66,48,52)
#342428
(52,36,40)
#26181C
(38,24,28)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #A48488

#A48488
(164,132,136)
#AC8F92
(172,143,146)
#B49A9C
(180,154,156)
#BCA5A6
(188,165,166)
#C4B0B0
(196,176,176)
#CCBBBA
(204,187,186)
#D4C6C4
(212,198,196)
#DCD1CE
(220,209,206)
#E4DCD8
(228,220,216)
#ECE7E2
(236,231,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48488; }

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

This text font color is #A48488.


Background Color

.myBgColor { background-color: #A48488; }

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

This div background color is #A48488.


Border color

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

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

This div border color is #A48488.


Opacity

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

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

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

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

This text has shadow with #A48488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48488 on black background.


Color preview on white background

This text has color #A48488 on white background.



Black color preview on #A48488 background

This text has black color on #A48488 background.


White color preview on #A48488 background

This text has white color on #A48488 background.