COLOR #A48A93

HEX: #A48A93
RGB: (164,138,147)

Color info

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

RGB color model

#A48A93 color RGB value is (164,138,147).

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

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 147 of 255 = 58%

164
138
147

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

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 147 = 449 (100%)
R 164 of 449 ~ 36.53%
G 138 of 449 ~ 30.73%
B 147 of 449 ~ 32.74%

%36.53
%30.73
%32.74

CMYK color model

#A48A93 color CMYK value is (0,16,10,36).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(0,16,10,36)
C0M16Y10K36 
(0%,16%,10%,36%)
(0.00/0.16/0.10/0.36)	

CMYK percentages

%0
%15.85
%10.37
%35.69

Codes

Color #A48A93 in popluar color models

A48A93
RGB164138147
HSL339°12.50%59.22%
HSB/HSV339°15.85%64.31%
CMYK0.00%15.85%10.37%
35.69%

Color #A48A93 in popluar number systems.

HEXA48A93
Decimal164138147
Binary101001001000101010010011
Octal244212223

Shades and tints

Shades of #A48A93

#A48A93
(164,138,147)
#967E86
(150,126,134)
#887279
(136,114,121)
#7A666C
(122,102,108)
#6C5A5F
(108,90,95)
#5E4E52
(94,78,82)
#504245
(80,66,69)
#423638
(66,54,56)
#342A2B
(52,42,43)
#261E1E
(38,30,30)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #A48A93

#A48A93
(164,138,147)
#AC949C
(172,148,156)
#B49EA5
(180,158,165)
#BCA8AE
(188,168,174)
#C4B2B7
(196,178,183)
#CCBCC0
(204,188,192)
#D4C6C9
(212,198,201)
#DCD0D2
(220,208,210)
#E4DADB
(228,218,219)
#ECE4E4
(236,228,228)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48A93; }

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

This text font color is #A48A93.


Background Color

.myBgColor { background-color: #A48A93; }

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

This div background color is #A48A93.


Border color

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

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

This div border color is #A48A93.


Opacity

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

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

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

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

This text has shadow with #A48A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48A93 on black background.


Color preview on white background

This text has color #A48A93 on white background.



Black color preview on #A48A93 background

This text has black color on #A48A93 background.


White color preview on #A48A93 background

This text has white color on #A48A93 background.