COLOR #A48E97

HEX: #A48E97
RGB: (164,142,151)

Color info

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

RGB color model

#A48E97 color RGB value is (164,142,151).

  • red value is 164;
  • green value is 142;
  • blue value is 151.
RGB:
(164,142,151)
(64%,56%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 151 of 255 = 59%

164
142
151

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 151 = 457 (100%)
R 164 of 457 ~ 35.89%
G 142 of 457 ~ 31.07%
B 151 of 457 ~ 33.04%

%35.89
%31.07
%33.04

CMYK color model

#A48E97 color CMYK value is (0,13,8,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(0,13,8,36)
C0M13Y8K36 
(0%,13%,8%,36%)
(0.00/0.13/0.08/0.36)	

CMYK percentages

%0
%13.41
%7.93
%35.69

Codes

Color #A48E97 in popluar color models

A48E97
RGB164142151
HSL335°10.78%60.00%
HSB/HSV335°13.41%64.31%
CMYK0.00%13.41%7.93%
35.69%

Color #A48E97 in popluar number systems.

HEXA48E97
Decimal164142151
Binary101001001000111010010111
Octal244216227

Shades and tints

Shades of #A48E97

#A48E97
(164,142,151)
#96828A
(150,130,138)
#88767D
(136,118,125)
#7A6A70
(122,106,112)
#6C5E63
(108,94,99)
#5E5256
(94,82,86)
#504649
(80,70,73)
#423A3C
(66,58,60)
#342E2F
(52,46,47)
#262222
(38,34,34)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A48E97

#A48E97
(164,142,151)
#AC98A0
(172,152,160)
#B4A2A9
(180,162,169)
#BCACB2
(188,172,178)
#C4B6BB
(196,182,187)
#CCC0C4
(204,192,196)
#D4CACD
(212,202,205)
#DCD4D6
(220,212,214)
#E4DEDF
(228,222,223)
#ECE8E8
(236,232,232)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48E97 color. Also use rgb(164,142,151) instead hex code.

Text Font Color

.myTextColor { color: #A48E97; }

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

This text font color is #A48E97.


Background Color

.myBgColor { background-color: #A48E97; }

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

This div background color is #A48E97.


Border color

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

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

This div border color is #A48E97.


Opacity

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

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

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

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

This text has shadow with #A48E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E97 on black background.


Color preview on white background

This text has color #A48E97 on white background.



Black color preview on #A48E97 background

This text has black color on #A48E97 background.


White color preview on #A48E97 background

This text has white color on #A48E97 background.