COLOR #A48899

HEX: #A48899
RGB: (164,136,153)

Color info

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

RGB color model

#A48899 color RGB value is (164,136,153).

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

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 153 of 255 = 60%

164
136
153

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

Portions of RGB colors in percentages

R + G + B =
164 + 136 + 153 = 453 (100%)
R 164 of 453 ~ 36.2%
G 136 of 453 ~ 30.02%
B 153 of 453 ~ 33.77%

%36.2
%30.02
%33.77

CMYK color model

#A48899 color CMYK value is (0,17,7,36).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 6.71%
  • key color value is 35.69%
CMYK:
(0,17,7,36)
C0M17Y7K36 
(0%,17%,7%,36%)
(0.00/0.17/0.07/0.36)	

CMYK percentages

%0
%17.07
%6.71
%35.69

Codes

Color #A48899 in popluar color models

A48899
RGB164136153
HSL324°13.33%58.82%
HSB/HSV324°17.07%64.31%
CMYK0.00%17.07%6.71%
35.69%

Color #A48899 in popluar number systems.

HEXA48899
Decimal164136153
Binary101001001000100010011001
Octal244210231

Shades and tints

Shades of #A48899

#A48899
(164,136,153)
#967C8C
(150,124,140)
#88707F
(136,112,127)
#7A6472
(122,100,114)
#6C5865
(108,88,101)
#5E4C58
(94,76,88)
#50404B
(80,64,75)
#42343E
(66,52,62)
#342831
(52,40,49)
#261C24
(38,28,36)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #A48899

#A48899
(164,136,153)
#AC92A2
(172,146,162)
#B49CAB
(180,156,171)
#BCA6B4
(188,166,180)
#C4B0BD
(196,176,189)
#CCBAC6
(204,186,198)
#D4C4CF
(212,196,207)
#DCCED8
(220,206,216)
#E4D8E1
(228,216,225)
#ECE2EA
(236,226,234)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48899; }

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

This text font color is #A48899.


Background Color

.myBgColor { background-color: #A48899; }

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

This div background color is #A48899.


Border color

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

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

This div border color is #A48899.


Opacity

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

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

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

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

This text has shadow with #A48899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48899 on black background.


Color preview on white background

This text has color #A48899 on white background.



Black color preview on #A48899 background

This text has black color on #A48899 background.


White color preview on #A48899 background

This text has white color on #A48899 background.