COLOR #A78985

HEX: #A78985
RGB: (167,137,133)

Color info

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

RGB color model

#A78985 color RGB value is (167,137,133).

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

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 133 of 255 = 52%

167
137
133

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 133 = 437 (100%)
R 167 of 437 ~ 38.22%
G 137 of 437 ~ 31.35%
B 133 of 437 ~ 30.43%

%38.22
%31.35
%30.43

CMYK color model

#A78985 color CMYK value is (0,18,20,35).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK: (0,18,20,35) C0M18Y20K35 (0%,18%,20%,35%) (0.00/0.18/0.20/0.35)

CMYK percentages

%0
%17.96
%20.36
%34.51

Codes

Color #A78985 in popluar color models

A78985
RGB167137133
HSL16.19%58.82%
HSB/HSV20.36%65.49%
CMYK0.00%17.96%20.36%
34.51%

Color #A78985 in popluar number systems.

HEXA78985
Decimal167137133
Binary101001111000100110000101
Octal247211205

Shades and tints

Shades of #A78985

#A78985
(167,137,133)
#987D79
(152,125,121)
#89716D
(137,113,109)
#7A6561
(122,101,97)
#6B5955
(107,89,85)
#5C4D49
(92,77,73)
#4D413D
(77,65,61)
#3E3531
(62,53,49)
#2F2925
(47,41,37)
#201D19
(32,29,25)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A78985

#A78985
(167,137,133)
#AF9390
(175,147,144)
#B79D9B
(183,157,155)
#BFA7A6
(191,167,166)
#C7B1B1
(199,177,177)
#CFBBBC
(207,187,188)
#D7C5C7
(215,197,199)
#DFCFD2
(223,207,210)
#E7D9DD
(231,217,221)
#EFE3E8
(239,227,232)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78985; }

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

This text font color is #A78985.


Background Color

.myBgColor { background-color: #A78985; }

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

This div background color is #A78985.


Border color

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

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

This div border color is #A78985.


Opacity

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

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

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

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

This text has shadow with #A78985 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A78985 on black background.


Color preview on white background

This text has color #A78985 on white background.



Black color preview on #A78985 background

This text has black color on #A78985 background.


White color preview on #A78985 background

This text has white color on #A78985 background.