COLOR #A48385

HEX: #A48385
RGB: (164,131,133)

Color info

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

RGB color model

#A48385 color RGB value is (164,131,133).

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

RGB channels and saturation

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

164
131
133

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

Portions of RGB colors in percentages

R + G + B =
164 + 131 + 133 = 428 (100%)
R 164 of 428 ~ 38.32%
G 131 of 428 ~ 30.61%
B 133 of 428 ~ 31.07%

%38.32
%30.61
%31.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(0,20,19,36)
C0M20Y19K36 
(0%,20%,19%,36%)
(0.00/0.20/0.19/0.36)	

CMYK percentages

%0
%20.12
%18.9
%35.69

Codes

Color #A48385 in popluar color models

A48385
RGB164131133
HSL356°15.35%57.84%
HSB/HSV356°20.12%64.31%
CMYK0.00%20.12%18.90%
35.69%

Color #A48385 in popluar number systems.

HEXA48385
Decimal164131133
Binary101001001000001110000101
Octal244203205

Shades and tints

Shades of #A48385

#A48385
(164,131,133)
#967879
(150,120,121)
#886D6D
(136,109,109)
#7A6261
(122,98,97)
#6C5755
(108,87,85)
#5E4C49
(94,76,73)
#50413D
(80,65,61)
#423631
(66,54,49)
#342B25
(52,43,37)
#262019
(38,32,25)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #A48385

#A48385
(164,131,133)
#AC8E90
(172,142,144)
#B4999B
(180,153,155)
#BCA4A6
(188,164,166)
#C4AFB1
(196,175,177)
#CCBABC
(204,186,188)
#D4C5C7
(212,197,199)
#DCD0D2
(220,208,210)
#E4DBDD
(228,219,221)
#ECE6E8
(236,230,232)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48385; }

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

This text font color is #A48385.


Background Color

.myBgColor { background-color: #A48385; }

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

This div background color is #A48385.


Border color

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

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

This div border color is #A48385.


Opacity

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

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

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

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

This text has shadow with #A48385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48385 on black background.


Color preview on white background

This text has color #A48385 on white background.



Black color preview on #A48385 background

This text has black color on #A48385 background.


White color preview on #A48385 background

This text has white color on #A48385 background.