COLOR #A48D88

HEX: #A48D88
RGB: (164,141,136)

Color info

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

RGB color model

#A48D88 color RGB value is (164,141,136).

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

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 136 of 255 = 53%

164
141
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 136 = 441 (100%)
R 164 of 441 ~ 37.19%
G 141 of 441 ~ 31.97%
B 136 of 441 ~ 30.84%

%37.19
%31.97
%30.84

CMYK color model

#A48D88 color CMYK value is (0,14,17,36).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,14,17,36)
C0M14Y17K36 
(0%,14%,17%,36%)
(0.00/0.14/0.17/0.36)	

CMYK percentages

%0
%14.02
%17.07
%35.69

Codes

Color #A48D88 in popluar color models

A48D88
RGB164141136
HSL11°13.33%58.82%
HSB/HSV11°17.07%64.31%
CMYK0.00%14.02%17.07%
35.69%

Color #A48D88 in popluar number systems.

HEXA48D88
Decimal164141136
Binary101001001000110110001000
Octal244215210

Shades and tints

Shades of #A48D88

#A48D88
(164,141,136)
#96817C
(150,129,124)
#887570
(136,117,112)
#7A6964
(122,105,100)
#6C5D58
(108,93,88)
#5E514C
(94,81,76)
#504540
(80,69,64)
#423934
(66,57,52)
#342D28
(52,45,40)
#26211C
(38,33,28)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #A48D88

#A48D88
(164,141,136)
#AC9792
(172,151,146)
#B4A19C
(180,161,156)
#BCABA6
(188,171,166)
#C4B5B0
(196,181,176)
#CCBFBA
(204,191,186)
#D4C9C4
(212,201,196)
#DCD3CE
(220,211,206)
#E4DDD8
(228,221,216)
#ECE7E2
(236,231,226)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48D88; }

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

This text font color is #A48D88.


Background Color

.myBgColor { background-color: #A48D88; }

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

This div background color is #A48D88.


Border color

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

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

This div border color is #A48D88.


Opacity

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

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

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

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

This text has shadow with #A48D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D88 on black background.


Color preview on white background

This text has color #A48D88 on white background.



Black color preview on #A48D88 background

This text has black color on #A48D88 background.


White color preview on #A48D88 background

This text has white color on #A48D88 background.