COLOR #A48589

HEX: #A48589
RGB: (164,133,137)

Color info

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

RGB color model

#A48589 color RGB value is (164,133,137).

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

RGB channels and saturation

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

164
133
137

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 137 = 434 (100%)
R 164 of 434 ~ 37.79%
G 133 of 434 ~ 30.65%
B 137 of 434 ~ 31.57%

%37.79
%30.65
%31.57

CMYK color model

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

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

CMYK percentages

%0
%18.9
%16.46
%35.69

Codes

Color #A48589 in popluar color models

A48589
RGB164133137
HSL352°14.55%58.24%
HSB/HSV352°18.90%64.31%
CMYK0.00%18.90%16.46%
35.69%

Color #A48589 in popluar number systems.

HEXA48589
Decimal164133137
Binary101001001000010110001001
Octal244205211

Shades and tints

Shades of #A48589

#A48589
(164,133,137)
#96797D
(150,121,125)
#886D71
(136,109,113)
#7A6165
(122,97,101)
#6C5559
(108,85,89)
#5E494D
(94,73,77)
#503D41
(80,61,65)
#423135
(66,49,53)
#342529
(52,37,41)
#26191D
(38,25,29)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A48589

#A48589
(164,133,137)
#AC9093
(172,144,147)
#B49B9D
(180,155,157)
#BCA6A7
(188,166,167)
#C4B1B1
(196,177,177)
#CCBCBB
(204,188,187)
#D4C7C5
(212,199,197)
#DCD2CF
(220,210,207)
#E4DDD9
(228,221,217)
#ECE8E3
(236,232,227)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48589; }

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

This text font color is #A48589.


Background Color

.myBgColor { background-color: #A48589; }

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

This div background color is #A48589.


Border color

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

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

This div border color is #A48589.


Opacity

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

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

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

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

This text has shadow with #A48589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48589 on black background.


Color preview on white background

This text has color #A48589 on white background.



Black color preview on #A48589 background

This text has black color on #A48589 background.


White color preview on #A48589 background

This text has white color on #A48589 background.