COLOR #A48089

HEX: #A48089
RGB: (164,128,137)

Color info

#A48089 contains red, green and blue colors in about the same proportion. Web safe color of #A48089 is #996699 (or #969).

RGB color model

#A48089 color RGB value is (164,128,137).

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

RGB channels and saturation

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

164
128
137

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 137 = 429 (100%)
R 164 of 429 ~ 38.23%
G 128 of 429 ~ 29.84%
B 137 of 429 ~ 31.93%

%38.23
%29.84
%31.93

CMYK color model

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

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

CMYK percentages

%0
%21.95
%16.46
%35.69

Codes

Color #A48089 in popluar color models

A48089
RGB164128137
HSL345°16.51%57.25%
HSB/HSV345°21.95%64.31%
CMYK0.00%21.95%16.46%
35.69%

Color #A48089 in popluar number systems.

HEXA48089
Decimal164128137
Binary101001001000000010001001
Octal244200211

Shades and tints

Shades of #A48089

#A48089
(164,128,137)
#96757D
(150,117,125)
#886A71
(136,106,113)
#7A5F65
(122,95,101)
#6C5459
(108,84,89)
#5E494D
(94,73,77)
#503E41
(80,62,65)
#423335
(66,51,53)
#342829
(52,40,41)
#261D1D
(38,29,29)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #A48089

#A48089
(164,128,137)
#AC8B93
(172,139,147)
#B4969D
(180,150,157)
#BCA1A7
(188,161,167)
#C4ACB1
(196,172,177)
#CCB7BB
(204,183,187)
#D4C2C5
(212,194,197)
#DCCDCF
(220,205,207)
#E4D8D9
(228,216,217)
#ECE3E3
(236,227,227)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48089; }

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

This text font color is #A48089.


Background Color

.myBgColor { background-color: #A48089; }

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

This div background color is #A48089.


Border color

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

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

This div border color is #A48089.


Opacity

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

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

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

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

This text has shadow with #A48089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48089 on black background.


Color preview on white background

This text has color #A48089 on white background.



Black color preview on #A48089 background

This text has black color on #A48089 background.


White color preview on #A48089 background

This text has white color on #A48089 background.