COLOR #A48B84

HEX: #A48B84 RGB: (164,139,132)

Color info

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

RGB color model

#A48B84 color RGB value is (164,139,132).

RGB: (164,139,132) (64%, 55%, 52%)

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 132 of 255 = 52%

164
139
132

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

Portions of RGB colors in percentages

R + G + B = 164 + 139 + 132 = 435 (100%)
R 164 of 435 ~ 37.7%
G 139 of 435 ~ 31.95%
B 132 of 435 ~ 30.34'%

%37.7
%31.95
%30.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 19.51%
  • key color value is 35.69%

CMYK: (0,15,20,36)
C0M15Y20K36 (0%, 15%, 20%, 36%)
(0.00 / 0.15 / 0.20 / 0.36)

CMYK percentages

%0
%15.24
%19.51
%35.69

Codes

Color #A48B84 in popluar color models

A4 8B 84
RGB 164 139 132
HSL 13° 14.95% 58.04%
HSB/HSV 13° 19.51% 64.31%
CMYK 0.00% 15.24% 19.51%
35.69%

Color #A48B84 in popluar number systems.

HEX A4 8B 84
Decimal 164 139 132
Binary 10100100 10001011 10000100
Octal 244 213 204

Shades and tints

Shades of #A48B84

#A48B84
(164,139,132)
#967F78
(150,127,120)
#88736C
(136,115,108)
#7A6760
(122,103,96)
#6C5B54
(108,91,84)
#5E4F48
(94,79,72)
#50433C
(80,67,60)
#423730
(66,55,48)
#342B24
(52,43,36)
#261F18
(38,31,24)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #A48B84

#A48B84
(164,139,132)
#AC958F
(172,149,143)
#B49F9A
(180,159,154)
#BCA9A5
(188,169,165)
#C4B3B0
(196,179,176)
#CCBDBB
(204,189,187)
#D4C7C6
(212,199,198)
#DCD1D1
(220,209,209)
#E4DBDC
(228,219,220)
#ECE5E7
(236,229,231)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48B84; }

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

This text font color is #A48B84.

Background Color

.myBgColor { background-color: #A48B84; }

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

This div background color is #A48B84.

Border color

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

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

This div border color is #A48B84.

Opacity

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

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

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

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

This text has shadow with #A48B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48B84.

Preview

Color preview on black background

This text has color #A48B84 on black background.


Color preview on white background

This text has color #A48B84 on white background.


Black color preview on #A48B84 background

This text has black color on #A48B84 background.


White color preview on #A48B84 background

This text has white color on #A48B84 background.


Related colors

Complementary color

Complementary color for #hex is #5B747B.


I love getcolorcode.com

Triadic colors

1 #84A48B and #8B84A4 with #A48B84 are triadic colors.

2 #848BA4 and #8BA484 with #A48B84 are triadic colors.