COLOR #A78089

HEX: #A78089
RGB: (167,128,137)

Color info

#A78089 contains red, green and blue colors in about the same proportion. Web safe color of #A78089 is #996699 (or #969).

RGB color model

#A78089 color RGB value is (167,128,137).

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

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 137 of 255 = 54%

167
128
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 128 + 137 = 432 (100%)
R 167 of 432 ~ 38.66%
G 128 of 432 ~ 29.63%
B 137 of 432 ~ 31.71%

%38.66
%29.63
%31.71

CMYK color model

#A78089 color CMYK value is (0,23,18,35).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(0,23,18,35)
C0M23Y18K35 
(0%,23%,18%,35%)
(0.00/0.23/0.18/0.35)	

CMYK percentages

%0
%23.35
%17.96
%34.51

Codes

Color #A78089 in popluar color models

A78089
RGB167128137
HSL346°18.14%57.84%
HSB/HSV346°23.35%65.49%
CMYK0.00%23.35%17.96%
34.51%

Color #A78089 in popluar number systems.

HEXA78089
Decimal167128137
Binary101001111000000010001001
Octal247200211

Shades and tints

Shades of #A78089

#A78089
(167,128,137)
#98757D
(152,117,125)
#896A71
(137,106,113)
#7A5F65
(122,95,101)
#6B5459
(107,84,89)
#5C494D
(92,73,77)
#4D3E41
(77,62,65)
#3E3335
(62,51,53)
#2F2829
(47,40,41)
#201D1D
(32,29,29)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A78089

#A78089
(167,128,137)
#AF8B93
(175,139,147)
#B7969D
(183,150,157)
#BFA1A7
(191,161,167)
#C7ACB1
(199,172,177)
#CFB7BB
(207,183,187)
#D7C2C5
(215,194,197)
#DFCDCF
(223,205,207)
#E7D8D9
(231,216,217)
#EFE3E3
(239,227,227)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78089; }

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

This text font color is #A78089.


Background Color

.myBgColor { background-color: #A78089; }

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

This div background color is #A78089.


Border color

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

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

This div border color is #A78089.


Opacity

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

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

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

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

This text has shadow with #A78089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78089 on black background.


Color preview on white background

This text has color #A78089 on white background.



Black color preview on #A78089 background

This text has black color on #A78089 background.


White color preview on #A78089 background

This text has white color on #A78089 background.