COLOR #A48B99

HEX: #A48B99
RGB: (164,139,153)

Color info

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

RGB color model

#A48B99 color RGB value is (164,139,153).

  • red value is 164;
  • green value is 139;
  • blue value is 153.
RGB:
(164,139,153)
(64%,55%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 153 of 255 = 60%

164
139
153

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

Portions of RGB colors in percentages

R + G + B =
164 + 139 + 153 = 456 (100%)
R 164 of 456 ~ 35.96%
G 139 of 456 ~ 30.48%
B 153 of 456 ~ 33.55%

%35.96
%30.48
%33.55

CMYK color model

#A48B99 color CMYK value is (0,15,7,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 6.71%
  • key color value is 35.69%
CMYK:
(0,15,7,36)
C0M15Y7K36 
(0%,15%,7%,36%)
(0.00/0.15/0.07/0.36)	

CMYK percentages

%0
%15.24
%6.71
%35.69

Codes

Color #A48B99 in popluar color models

A48B99
RGB164139153
HSL326°12.08%59.41%
HSB/HSV326°15.24%64.31%
CMYK0.00%15.24%6.71%
35.69%

Color #A48B99 in popluar number systems.

HEXA48B99
Decimal164139153
Binary101001001000101110011001
Octal244213231

Shades and tints

Shades of #A48B99

#A48B99
(164,139,153)
#967F8C
(150,127,140)
#88737F
(136,115,127)
#7A6772
(122,103,114)
#6C5B65
(108,91,101)
#5E4F58
(94,79,88)
#50434B
(80,67,75)
#42373E
(66,55,62)
#342B31
(52,43,49)
#261F24
(38,31,36)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #A48B99

#A48B99
(164,139,153)
#AC95A2
(172,149,162)
#B49FAB
(180,159,171)
#BCA9B4
(188,169,180)
#C4B3BD
(196,179,189)
#CCBDC6
(204,189,198)
#D4C7CF
(212,199,207)
#DCD1D8
(220,209,216)
#E4DBE1
(228,219,225)
#ECE5EA
(236,229,234)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48B99 color. Also use rgb(164,139,153) instead hex code.

Text Font Color

.myTextColor { color: #A48B99; }

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

This text font color is #A48B99.


Background Color

.myBgColor { background-color: #A48B99; }

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

This div background color is #A48B99.


Border color

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

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

This div border color is #A48B99.


Opacity

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

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

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

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

This text has shadow with #A48B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48B99 on black background.


Color preview on white background

This text has color #A48B99 on white background.



Black color preview on #A48B99 background

This text has black color on #A48B99 background.


White color preview on #A48B99 background

This text has white color on #A48B99 background.