COLOR #A48384

HEX: #A48384
RGB: (164,131,132)

Color info

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

RGB color model

#A48384 color RGB value is (164,131,132).

  • red value is 164;
  • green value is 131;
  • blue value is 132.
RGB:
(164,131,132)
(64%,51%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 132 of 255 = 52%

164
131
132

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

Portions of RGB colors in percentages

R + G + B =
164 + 131 + 132 = 427 (100%)
R 164 of 427 ~ 38.41%
G 131 of 427 ~ 30.68%
B 132 of 427 ~ 30.91%

%38.41
%30.68
%30.91

CMYK color model

#A48384 color CMYK value is (0,20,20,36).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 19.51%
  • key color value is 35.69%
CMYK:
(0,20,20,36)
C0M20Y20K36 
(0%,20%,20%,36%)
(0.00/0.20/0.20/0.36)	

CMYK percentages

%0
%20.12
%19.51
%35.69

Codes

Color #A48384 in popluar color models

A48384
RGB164131132
HSL358°15.35%57.84%
HSB/HSV358°20.12%64.31%
CMYK0.00%20.12%19.51%
35.69%

Color #A48384 in popluar number systems.

HEXA48384
Decimal164131132
Binary101001001000001110000100
Octal244203204

Shades and tints

Shades of #A48384

#A48384
(164,131,132)
#967878
(150,120,120)
#886D6C
(136,109,108)
#7A6260
(122,98,96)
#6C5754
(108,87,84)
#5E4C48
(94,76,72)
#50413C
(80,65,60)
#423630
(66,54,48)
#342B24
(52,43,36)
#262018
(38,32,24)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #A48384

#A48384
(164,131,132)
#AC8E8F
(172,142,143)
#B4999A
(180,153,154)
#BCA4A5
(188,164,165)
#C4AFB0
(196,175,176)
#CCBABB
(204,186,187)
#D4C5C6
(212,197,198)
#DCD0D1
(220,208,209)
#E4DBDC
(228,219,220)
#ECE6E7
(236,230,231)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48384; }

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

This text font color is #A48384.


Background Color

.myBgColor { background-color: #A48384; }

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

This div background color is #A48384.


Border color

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

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

This div border color is #A48384.


Opacity

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

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

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

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

This text has shadow with #A48384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48384 on black background.


Color preview on white background

This text has color #A48384 on white background.



Black color preview on #A48384 background

This text has black color on #A48384 background.


White color preview on #A48384 background

This text has white color on #A48384 background.