COLOR #A48588

HEX: #A48588
RGB: (164,133,136)

Color info

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

RGB color model

#A48588 color RGB value is (164,133,136).

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

RGB channels and saturation

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

164
133
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 136 = 433 (100%)
R 164 of 433 ~ 37.88%
G 133 of 433 ~ 30.72%
B 136 of 433 ~ 31.41%

%37.88
%30.72
%31.41

CMYK color model

#A48588 color CMYK value is (0,19,17,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,19,17,36)
C0M19Y17K36 
(0%,19%,17%,36%)
(0.00/0.19/0.17/0.36)	

CMYK percentages

%0
%18.9
%17.07
%35.69

Codes

Color #A48588 in popluar color models

A48588
RGB164133136
HSL354°14.55%58.24%
HSB/HSV354°18.90%64.31%
CMYK0.00%18.90%17.07%
35.69%

Color #A48588 in popluar number systems.

HEXA48588
Decimal164133136
Binary101001001000010110001000
Octal244205210

Shades and tints

Shades of #A48588

#A48588
(164,133,136)
#96797C
(150,121,124)
#886D70
(136,109,112)
#7A6164
(122,97,100)
#6C5558
(108,85,88)
#5E494C
(94,73,76)
#503D40
(80,61,64)
#423134
(66,49,52)
#342528
(52,37,40)
#26191C
(38,25,28)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #A48588

#A48588
(164,133,136)
#AC9092
(172,144,146)
#B49B9C
(180,155,156)
#BCA6A6
(188,166,166)
#C4B1B0
(196,177,176)
#CCBCBA
(204,188,186)
#D4C7C4
(212,199,196)
#DCD2CE
(220,210,206)
#E4DDD8
(228,221,216)
#ECE8E2
(236,232,226)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48588; }

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

This text font color is #A48588.


Background Color

.myBgColor { background-color: #A48588; }

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

This div background color is #A48588.


Border color

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

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

This div border color is #A48588.


Opacity

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

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

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

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

This text has shadow with #A48588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48588 on black background.


Color preview on white background

This text has color #A48588 on white background.



Black color preview on #A48588 background

This text has black color on #A48588 background.


White color preview on #A48588 background

This text has white color on #A48588 background.