COLOR #A48A84

HEX: #A48A84
RGB: (164,138,132)

Color info

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

RGB color model

#A48A84 color RGB value is (164,138,132).

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

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 132 of 255 = 52%

164
138
132

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

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 132 = 434 (100%)
R 164 of 434 ~ 37.79%
G 138 of 434 ~ 31.8%
B 132 of 434 ~ 30.41%

%37.79
%31.8
%30.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 19.51%
  • key color value is 35.69%
CMYK:
(0,16,20,36)
C0M16Y20K36 
(0%,16%,20%,36%)
(0.00/0.16/0.20/0.36)	

CMYK percentages

%0
%15.85
%19.51
%35.69

Codes

Color #A48A84 in popluar color models

A48A84
RGB164138132
HSL11°14.95%58.04%
HSB/HSV11°19.51%64.31%
CMYK0.00%15.85%19.51%
35.69%

Color #A48A84 in popluar number systems.

HEXA48A84
Decimal164138132
Binary101001001000101010000100
Octal244212204

Shades and tints

Shades of #A48A84

#A48A84
(164,138,132)
#967E78
(150,126,120)
#88726C
(136,114,108)
#7A6660
(122,102,96)
#6C5A54
(108,90,84)
#5E4E48
(94,78,72)
#50423C
(80,66,60)
#423630
(66,54,48)
#342A24
(52,42,36)
#261E18
(38,30,24)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #A48A84

#A48A84
(164,138,132)
#AC948F
(172,148,143)
#B49E9A
(180,158,154)
#BCA8A5
(188,168,165)
#C4B2B0
(196,178,176)
#CCBCBB
(204,188,187)
#D4C6C6
(212,198,198)
#DCD0D1
(220,208,209)
#E4DADC
(228,218,220)
#ECE4E7
(236,228,231)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48A84; }

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

This text font color is #A48A84.


Background Color

.myBgColor { background-color: #A48A84; }

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

This div background color is #A48A84.


Border color

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

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

This div border color is #A48A84.


Opacity

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

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

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

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

This text has shadow with #A48A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48A84 on black background.


Color preview on white background

This text has color #A48A84 on white background.



Black color preview on #A48A84 background

This text has black color on #A48A84 background.


White color preview on #A48A84 background

This text has white color on #A48A84 background.