COLOR #A78499

HEX: #A78499
RGB: (167,132,153)

Color info

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

RGB color model

#A78499 color RGB value is (167,132,153).

  • red value is 167;
  • green value is 132;
  • blue value is 153.
RGB:
(167,132,153)
(65%,52%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 153 of 255 = 60%

167
132
153

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

Portions of RGB colors in percentages

R + G + B =
167 + 132 + 153 = 452 (100%)
R 167 of 452 ~ 36.95%
G 132 of 452 ~ 29.2%
B 153 of 452 ~ 33.85%

%36.95
%29.2
%33.85

CMYK color model

#A78499 color CMYK value is (0,21,8,35).

  • cyan value is 0.00%
  • magenta value is 20.96%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(0,21,8,35)
C0M21Y8K35 
(0%,21%,8%,35%)
(0.00/0.21/0.08/0.35)	

CMYK percentages

%0
%20.96
%8.38
%34.51

Codes

Color #A78499 in popluar color models

A78499
RGB167132153
HSL324°16.59%58.63%
HSB/HSV324°20.96%65.49%
CMYK0.00%20.96%8.38%
34.51%

Color #A78499 in popluar number systems.

HEXA78499
Decimal167132153
Binary101001111000010010011001
Octal247204231

Shades and tints

Shades of #A78499

#A78499
(167,132,153)
#98788C
(152,120,140)
#896C7F
(137,108,127)
#7A6072
(122,96,114)
#6B5465
(107,84,101)
#5C4858
(92,72,88)
#4D3C4B
(77,60,75)
#3E303E
(62,48,62)
#2F2431
(47,36,49)
#201824
(32,24,36)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #A78499

#A78499
(167,132,153)
#AF8FA2
(175,143,162)
#B79AAB
(183,154,171)
#BFA5B4
(191,165,180)
#C7B0BD
(199,176,189)
#CFBBC6
(207,187,198)
#D7C6CF
(215,198,207)
#DFD1D8
(223,209,216)
#E7DCE1
(231,220,225)
#EFE7EA
(239,231,234)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78499; }

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

This text font color is #A78499.


Background Color

.myBgColor { background-color: #A78499; }

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

This div background color is #A78499.


Border color

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

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

This div border color is #A78499.


Opacity

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

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

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

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

This text has shadow with #A78499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78499 on black background.


Color preview on white background

This text has color #A78499 on white background.



Black color preview on #A78499 background

This text has black color on #A78499 background.


White color preview on #A78499 background

This text has white color on #A78499 background.