COLOR #A48784

HEX: #A48784 RGB: (164,135,132)

Color info

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

RGB color model

#A48784 color RGB value is (164,135,132).

RGB: (164,135,132) (64%, 53%, 52%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 132 of 255 = 52%

164
135
132

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 132 = 431 (100%)
R 164 of 431 ~ 38.05%
G 135 of 431 ~ 31.32%
B 132 of 431 ~ 30.63'%

%38.05
%31.32
%30.63

CMYK color model

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

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

CMYK: (0,18,20,36)
C0M18Y20K36 (0%, 18%, 20%, 36%)
(0.00 / 0.18 / 0.20 / 0.36)

CMYK percentages

%0
%17.68
%19.51
%35.69

Codes

Color #A48784 in popluar color models

A4 87 84
RGB 164 135 132
HSL 14.95% 58.04%
HSB/HSV 19.51% 64.31%
CMYK 0.00% 17.68% 19.51%
35.69%

Color #A48784 in popluar number systems.

HEX A4 87 84
Decimal 164 135 132
Binary 10100100 10000111 10000100
Octal 244 207 204

Shades and tints

Shades of #A48784

#A48784
(164,135,132)
#967B78
(150,123,120)
#886F6C
(136,111,108)
#7A6360
(122,99,96)
#6C5754
(108,87,84)
#5E4B48
(94,75,72)
#503F3C
(80,63,60)
#423330
(66,51,48)
#342724
(52,39,36)
#261B18
(38,27,24)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #A48784

#A48784
(164,135,132)
#AC918F
(172,145,143)
#B49B9A
(180,155,154)
#BCA5A5
(188,165,165)
#C4AFB0
(196,175,176)
#CCB9BB
(204,185,187)
#D4C3C6
(212,195,198)
#DCCDD1
(220,205,209)
#E4D7DC
(228,215,220)
#ECE1E7
(236,225,231)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48784; }

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

This text font color is #A48784.

Background Color

.myBgColor { background-color: #A48784; }

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

This div background color is #A48784.

Border color

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

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

This div border color is #A48784.

Opacity

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

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

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

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

This text has shadow with #A48784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48784.

Preview

Color preview on black background

This text has color #A48784 on black background.


Color preview on white background

This text has color #A48784 on white background.


Black color preview on #A48784 background

This text has black color on #A48784 background.


White color preview on #A48784 background

This text has white color on #A48784 background.


Related colors

Complementary color

Complementary color for #hex is #5B787B.


I love getcolorcode.com

Triadic colors

1 #84A487 and #8784A4 with #A48784 are triadic colors.

2 #8487A4 and #87A484 with #A48784 are triadic colors.