COLOR #A48587

HEX: #A48587 RGB: (164,133,135)

Color info

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

RGB color model

#A48587 color RGB value is (164,133,135).

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

RGB channels and saturation

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

164
133
135

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

Portions of RGB colors in percentages

R + G + B = 164 + 133 + 135 = 432 (100%)
R 164 of 432 ~ 37.96%
G 133 of 432 ~ 30.79%
B 135 of 432 ~ 31.25'%

%37.96
%30.79
%31.25

CMYK color model

#A48587 color CMYK value is (0,19,18,36).

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

CMYK: (0,19,18,36)
C0M19Y18K36 (0%, 19%, 18%, 36%)
(0.00 / 0.19 / 0.18 / 0.36)

CMYK percentages

%0
%18.9
%17.68
%35.69

Codes

Color #A48587 in popluar color models

A4 85 87
RGB 164 133 135
HSL 356° 14.55% 58.24%
HSB/HSV 356° 18.90% 64.31%
CMYK 0.00% 18.90% 17.68%
35.69%

Color #A48587 in popluar number systems.

HEX A4 85 87
Decimal 164 133 135
Binary 10100100 10000101 10000111
Octal 244 205 207

Shades and tints

Shades of #A48587

#A48587
(164,133,135)
#96797B
(150,121,123)
#886D6F
(136,109,111)
#7A6163
(122,97,99)
#6C5557
(108,85,87)
#5E494B
(94,73,75)
#503D3F
(80,61,63)
#423133
(66,49,51)
#342527
(52,37,39)
#26191B
(38,25,27)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #A48587

#A48587
(164,133,135)
#AC9091
(172,144,145)
#B49B9B
(180,155,155)
#BCA6A5
(188,166,165)
#C4B1AF
(196,177,175)
#CCBCB9
(204,188,185)
#D4C7C3
(212,199,195)
#DCD2CD
(220,210,205)
#E4DDD7
(228,221,215)
#ECE8E1
(236,232,225)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48587; }

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

This text font color is #A48587.

Background Color

.myBgColor { background-color: #A48587; }

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

This div background color is #A48587.

Border color

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

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

This div border color is #A48587.

Opacity

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

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

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

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

This text has shadow with #A48587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48587.

Preview

Color preview on black background

This text has color #A48587 on black background.


Color preview on white background

This text has color #A48587 on white background.


Black color preview on #A48587 background

This text has black color on #A48587 background.


White color preview on #A48587 background

This text has white color on #A48587 background.


Related colors

Complementary color

Complementary color for #hex is #5B7A78.


I love getcolorcode.com

Triadic colors

1 #87A485 and #8587A4 with #A48587 are triadic colors.

2 #8785A4 and #85A487 with #A48587 are triadic colors.