COLOR #A78899

HEX: #A78899 RGB: (167,136,153)

Color info

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

RGB color model

#A78899 color RGB value is (167,136,153).

RGB: (167,136,153) (65%, 53%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 153 of 255 = 60%

167
136
153

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

Portions of RGB colors in percentages

R + G + B = 167 + 136 + 153 = 456 (100%)
R 167 of 456 ~ 36.62%
G 136 of 456 ~ 29.82%
B 153 of 456 ~ 33.55'%

%36.62
%29.82
%33.55

CMYK color model

#A78899 color CMYK value is (0,19,8,35).

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

CMYK: (0,19,8,35)
C0M19Y8K35 (0%, 19%, 8%, 35%)
(0.00 / 0.19 / 0.08 / 0.35)

CMYK percentages

%0
%18.56
%8.38
%34.51

Codes

Color #A78899 in popluar color models

A7 88 99
RGB 167 136 153
HSL 327° 14.98% 59.41%
HSB/HSV 327° 18.56% 65.49%
CMYK 0.00% 18.56% 8.38%
34.51%

Color #A78899 in popluar number systems.

HEX A7 88 99
Decimal 167 136 153
Binary 10100111 10001000 10011001
Octal 247 210 231

Shades and tints

Shades of #A78899

#A78899
(167,136,153)
#987C8C
(152,124,140)
#89707F
(137,112,127)
#7A6472
(122,100,114)
#6B5865
(107,88,101)
#5C4C58
(92,76,88)
#4D404B
(77,64,75)
#3E343E
(62,52,62)
#2F2831
(47,40,49)
#201C24
(32,28,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A78899

#A78899
(167,136,153)
#AF92A2
(175,146,162)
#B79CAB
(183,156,171)
#BFA6B4
(191,166,180)
#C7B0BD
(199,176,189)
#CFBAC6
(207,186,198)
#D7C4CF
(215,196,207)
#DFCED8
(223,206,216)
#E7D8E1
(231,216,225)
#EFE2EA
(239,226,234)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78899; }

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

This text font color is #A78899.

Background Color

.myBgColor { background-color: #A78899; }

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

This div background color is #A78899.

Border color

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

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

This div border color is #A78899.

Opacity

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

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

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

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

This text has shadow with #A78899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78899.

Preview

Color preview on black background

This text has color #A78899 on black background.


Color preview on white background

This text has color #A78899 on white background.


Black color preview on #A78899 background

This text has black color on #A78899 background.


White color preview on #A78899 background

This text has white color on #A78899 background.


Related colors

Complementary color

Complementary color for #hex is #587766.


I love getcolorcode.com

Triadic colors

1 #99A788 and #8899A7 with #A78899 are triadic colors.

2 #9988A7 and #88A799 with #A78899 are triadic colors.