COLOR #A78E88

HEX: #A78E88 RGB: (167,142,136)

Color info

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

RGB color model

#A78E88 color RGB value is (167,142,136).

RGB: (167,142,136) (65%, 56%, 53%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 136 of 255 = 53%

167
142
136

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

Portions of RGB colors in percentages

R + G + B = 167 + 142 + 136 = 445 (100%)
R 167 of 445 ~ 37.53%
G 142 of 445 ~ 31.91%
B 136 of 445 ~ 30.56'%

%37.53
%31.91
%30.56

CMYK color model

#A78E88 color CMYK value is (0,15,19,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 18.56%
  • key color value is 34.51%

CMYK: (0,15,19,35)
C0M15Y19K35 (0%, 15%, 19%, 35%)
(0.00 / 0.15 / 0.19 / 0.35)

CMYK percentages

%0
%14.97
%18.56
%34.51

Codes

Color #A78E88 in popluar color models

A7 8E 88
RGB 167 142 136
HSL 12° 14.98% 59.41%
HSB/HSV 12° 18.56% 65.49%
CMYK 0.00% 14.97% 18.56%
34.51%

Color #A78E88 in popluar number systems.

HEX A7 8E 88
Decimal 167 142 136
Binary 10100111 10001110 10001000
Octal 247 216 210

Shades and tints

Shades of #A78E88

#A78E88
(167,142,136)
#98827C
(152,130,124)
#897670
(137,118,112)
#7A6A64
(122,106,100)
#6B5E58
(107,94,88)
#5C524C
(92,82,76)
#4D4640
(77,70,64)
#3E3A34
(62,58,52)
#2F2E28
(47,46,40)
#20221C
(32,34,28)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #A78E88

#A78E88
(167,142,136)
#AF9892
(175,152,146)
#B7A29C
(183,162,156)
#BFACA6
(191,172,166)
#C7B6B0
(199,182,176)
#CFC0BA
(207,192,186)
#D7CAC4
(215,202,196)
#DFD4CE
(223,212,206)
#E7DED8
(231,222,216)
#EFE8E2
(239,232,226)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78E88 color. Also use rgb(167,142,136) instead hex code.

Text Font Color

.myTextColor { color: #A78E88; }

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

This text font color is #A78E88.

Background Color

.myBgColor { background-color: #A78E88; }

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

This div background color is #A78E88.

Border color

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

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

This div border color is #A78E88.

Opacity

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

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

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

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

This text has shadow with #A78E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78E88.

Preview

Color preview on black background

This text has color #A78E88 on black background.


Color preview on white background

This text has color #A78E88 on white background.


Black color preview on #A78E88 background

This text has black color on #A78E88 background.


White color preview on #A78E88 background

This text has white color on #A78E88 background.


Related colors

Complementary color

Complementary color for #hex is #587177.


I love getcolorcode.com

Triadic colors

1 #88A78E and #8E88A7 with #A78E88 are triadic colors.

2 #888EA7 and #8EA788 with #A78E88 are triadic colors.