COLOR #A78E81

HEX: #A78E81
RGB: (167,142,129)

Color info

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

RGB color model

#A78E81 color RGB value is (167,142,129).

  • red value is 167;
  • green value is 142;
  • blue value is 129.
RGB:
(167,142,129)
(65%,56%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 129 of 255 = 51%

167
142
129

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 129 = 438 (100%)
R 167 of 438 ~ 38.13%
G 142 of 438 ~ 32.42%
B 129 of 438 ~ 29.45%

%38.13
%32.42
%29.45

CMYK color model

#A78E81 color CMYK value is (0,15,23,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 22.75%
  • key color value is 34.51%
CMYK:
(0,15,23,35)
C0M15Y23K35 
(0%,15%,23%,35%)
(0.00/0.15/0.23/0.35)	

CMYK percentages

%0
%14.97
%22.75
%34.51

Codes

Color #A78E81 in popluar color models

A78E81
RGB167142129
HSL21°17.76%58.04%
HSB/HSV21°22.75%65.49%
CMYK0.00%14.97%22.75%
34.51%

Color #A78E81 in popluar number systems.

HEXA78E81
Decimal167142129
Binary101001111000111010000001
Octal247216201

Shades and tints

Shades of #A78E81

#A78E81
(167,142,129)
#988276
(152,130,118)
#89766B
(137,118,107)
#7A6A60
(122,106,96)
#6B5E55
(107,94,85)
#5C524A
(92,82,74)
#4D463F
(77,70,63)
#3E3A34
(62,58,52)
#2F2E29
(47,46,41)
#20221E
(32,34,30)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #A78E81

#A78E81
(167,142,129)
#AF988C
(175,152,140)
#B7A297
(183,162,151)
#BFACA2
(191,172,162)
#C7B6AD
(199,182,173)
#CFC0B8
(207,192,184)
#D7CAC3
(215,202,195)
#DFD4CE
(223,212,206)
#E7DED9
(231,222,217)
#EFE8E4
(239,232,228)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78E81 color. Also use rgb(167,142,129) instead hex code.

Text Font Color

.myTextColor { color: #A78E81; }

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

This text font color is #A78E81.


Background Color

.myBgColor { background-color: #A78E81; }

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

This div background color is #A78E81.


Border color

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

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

This div border color is #A78E81.


Opacity

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

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

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

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

This text has shadow with #A78E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78E81 on black background.


Color preview on white background

This text has color #A78E81 on white background.



Black color preview on #A78E81 background

This text has black color on #A78E81 background.


White color preview on #A78E81 background

This text has white color on #A78E81 background.