COLOR #A48989

HEX: #A48989
RGB: (164,137,137)

Color info

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

RGB color model

#A48989 color RGB value is (164,137,137).

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

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 137 of 255 = 54%

164
137
137

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

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 137 = 438 (100%)
R 164 of 438 ~ 37.44%
G 137 of 438 ~ 31.28%
B 137 of 438 ~ 31.28%

%37.44
%31.28
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 16.46%
  • key color value is 35.69%
CMYK:
(0,16,16,36)
C0M16Y16K36 
(0%,16%,16%,36%)
(0.00/0.16/0.16/0.36)	

CMYK percentages

%0
%16.46
%16.46
%35.69

Codes

Color #A48989 in popluar color models

A48989
RGB164137137
HSL12.92%59.02%
HSB/HSV16.46%64.31%
CMYK0.00%16.46%16.46%
35.69%

Color #A48989 in popluar number systems.

HEXA48989
Decimal164137137
Binary101001001000100110001001
Octal244211211

Shades and tints

Shades of #A48989

#A48989
(164,137,137)
#967D7D
(150,125,125)
#887171
(136,113,113)
#7A6565
(122,101,101)
#6C5959
(108,89,89)
#5E4D4D
(94,77,77)
#504141
(80,65,65)
#423535
(66,53,53)
#342929
(52,41,41)
#261D1D
(38,29,29)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #A48989

#A48989
(164,137,137)
#AC9393
(172,147,147)
#B49D9D
(180,157,157)
#BCA7A7
(188,167,167)
#C4B1B1
(196,177,177)
#CCBBBB
(204,187,187)
#D4C5C5
(212,197,197)
#DCCFCF
(220,207,207)
#E4D9D9
(228,217,217)
#ECE3E3
(236,227,227)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48989; }

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

This text font color is #A48989.


Background Color

.myBgColor { background-color: #A48989; }

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

This div background color is #A48989.


Border color

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

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

This div border color is #A48989.


Opacity

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

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

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

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

This text has shadow with #A48989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48989 on black background.


Color preview on white background

This text has color #A48989 on white background.



Black color preview on #A48989 background

This text has black color on #A48989 background.


White color preview on #A48989 background

This text has white color on #A48989 background.