COLOR #A48788

HEX: #A48788 RGB: (164,135,136)

Color info

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

RGB color model

#A48788 color RGB value is (164,135,136).

RGB: (164,135,136) (64%, 53%, 53%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 136 of 255 = 53%

164
135
136

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 136 = 435 (100%)
R 164 of 435 ~ 37.7%
G 135 of 435 ~ 31.03%
B 136 of 435 ~ 31.26'%

%37.7
%31.03
%31.26

CMYK color model

#A48788 color CMYK value is (0,18,17,36).

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

CMYK: (0,18,17,36)
C0M18Y17K36 (0%, 18%, 17%, 36%)
(0.00 / 0.18 / 0.17 / 0.36)

CMYK percentages

%0
%17.68
%17.07
%35.69

Codes

Color #A48788 in popluar color models

A4 87 88
RGB 164 135 136
HSL 358° 13.74% 58.63%
HSB/HSV 358° 17.68% 64.31%
CMYK 0.00% 17.68% 17.07%
35.69%

Color #A48788 in popluar number systems.

HEX A4 87 88
Decimal 164 135 136
Binary 10100100 10000111 10001000
Octal 244 207 210

Shades and tints

Shades of #A48788

#A48788
(164,135,136)
#967B7C
(150,123,124)
#886F70
(136,111,112)
#7A6364
(122,99,100)
#6C5758
(108,87,88)
#5E4B4C
(94,75,76)
#503F40
(80,63,64)
#423334
(66,51,52)
#342728
(52,39,40)
#261B1C
(38,27,28)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A48788

#A48788
(164,135,136)
#AC9192
(172,145,146)
#B49B9C
(180,155,156)
#BCA5A6
(188,165,166)
#C4AFB0
(196,175,176)
#CCB9BA
(204,185,186)
#D4C3C4
(212,195,196)
#DCCDCE
(220,205,206)
#E4D7D8
(228,215,216)
#ECE1E2
(236,225,226)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48788; }

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

This text font color is #A48788.

Background Color

.myBgColor { background-color: #A48788; }

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

This div background color is #A48788.

Border color

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

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

This div border color is #A48788.

Opacity

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

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

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

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

This text has shadow with #A48788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48788.

Preview

Color preview on black background

This text has color #A48788 on black background.


Color preview on white background

This text has color #A48788 on white background.


Black color preview on #A48788 background

This text has black color on #A48788 background.


White color preview on #A48788 background

This text has white color on #A48788 background.


Related colors

Complementary color

Complementary color for #hex is #5B7877.


I love getcolorcode.com

Triadic colors

1 #88A487 and #8788A4 with #A48788 are triadic colors.

2 #8887A4 and #87A488 with #A48788 are triadic colors.