COLOR #A78F89

HEX: #A78F89
RGB: (167,143,137)

Color info

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

RGB color model

#A78F89 color RGB value is (167,143,137).

  • red value is 167;
  • green value is 143;
  • blue value is 137.
RGB:
(167,143,137)
(65%,56%,54%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 137 of 255 = 54%

167
143
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 137 = 447 (100%)
R 167 of 447 ~ 37.36%
G 143 of 447 ~ 31.99%
B 137 of 447 ~ 30.65%

%37.36
%31.99
%30.65

CMYK color model

#A78F89 color CMYK value is (0,14,18,35).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(0,14,18,35)
C0M14Y18K35 
(0%,14%,18%,35%)
(0.00/0.14/0.18/0.35)	

CMYK percentages

%0
%14.37
%17.96
%34.51

Codes

Color #A78F89 in popluar color models

A78F89
RGB167143137
HSL12°14.56%59.61%
HSB/HSV12°17.96%65.49%
CMYK0.00%14.37%17.96%
34.51%

Color #A78F89 in popluar number systems.

HEXA78F89
Decimal167143137
Binary101001111000111110001001
Octal247217211

Shades and tints

Shades of #A78F89

#A78F89
(167,143,137)
#98827D
(152,130,125)
#897571
(137,117,113)
#7A6865
(122,104,101)
#6B5B59
(107,91,89)
#5C4E4D
(92,78,77)
#4D4141
(77,65,65)
#3E3435
(62,52,53)
#2F2729
(47,39,41)
#201A1D
(32,26,29)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A78F89

#A78F89
(167,143,137)
#AF9993
(175,153,147)
#B7A39D
(183,163,157)
#BFADA7
(191,173,167)
#C7B7B1
(199,183,177)
#CFC1BB
(207,193,187)
#D7CBC5
(215,203,197)
#DFD5CF
(223,213,207)
#E7DFD9
(231,223,217)
#EFE9E3
(239,233,227)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78F89 color. Also use rgb(167,143,137) instead hex code.

Text Font Color

.myTextColor { color: #A78F89; }

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

This text font color is #A78F89.


Background Color

.myBgColor { background-color: #A78F89; }

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

This div background color is #A78F89.


Border color

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

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

This div border color is #A78F89.


Opacity

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

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

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

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

This text has shadow with #A78F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F89 on black background.


Color preview on white background

This text has color #A78F89 on white background.



Black color preview on #A78F89 background

This text has black color on #A78F89 background.


White color preview on #A78F89 background

This text has white color on #A78F89 background.