COLOR #A78E7E

HEX: #A78E7E RGB: (167,142,126)

Color info

#A78E7E contains red, green and blue colors in about the same proportion. Web safe color of #A78E7E is #999966 (or #996).

RGB color model

#A78E7E color RGB value is (167,142,126).

RGB: (167,142,126) (65%, 56%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 126 of 255 = 49%

167
142
126

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

Portions of RGB colors in percentages

R + G + B = 167 + 142 + 126 = 435 (100%)
R 167 of 435 ~ 38.39%
G 142 of 435 ~ 32.64%
B 126 of 435 ~ 28.97'%

%38.39
%32.64
%28.97

CMYK color model

#A78E7E color CMYK value is (0,15,25,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 24.55%
  • key color value is 34.51%

CMYK: (0,15,25,35)
C0M15Y25K35 (0%, 15%, 25%, 35%)
(0.00 / 0.15 / 0.25 / 0.35)

CMYK percentages

%0
%14.97
%24.55
%34.51

Codes

Color #A78E7E in popluar color models

A7 8E 7E
RGB 167 142 126
HSL 23° 18.89% 57.45%
HSB/HSV 23° 24.55% 65.49%
CMYK 0.00% 14.97% 24.55%
34.51%

Color #A78E7E in popluar number systems.

HEX A7 8E 7E
Decimal 167 142 126
Binary 10100111 10001110 1111110
Octal 247 216 176

Shades and tints

Shades of #A78E7E

#A78E7E
(167,142,126)
#988273
(152,130,115)
#897668
(137,118,104)
#7A6A5D
(122,106,93)
#6B5E52
(107,94,82)
#5C5247
(92,82,71)
#4D463C
(77,70,60)
#3E3A31
(62,58,49)
#2F2E26
(47,46,38)
#20221B
(32,34,27)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #A78E7E

#A78E7E
(167,142,126)
#AF9889
(175,152,137)
#B7A294
(183,162,148)
#BFAC9F
(191,172,159)
#C7B6AA
(199,182,170)
#CFC0B5
(207,192,181)
#D7CAC0
(215,202,192)
#DFD4CB
(223,212,203)
#E7DED6
(231,222,214)
#EFE8E1
(239,232,225)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78E7E; }

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

This text font color is #A78E7E.

Background Color

.myBgColor { background-color: #A78E7E; }

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

This div background color is #A78E7E.

Border color

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

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

This div border color is #A78E7E.

Opacity

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

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

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

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

This text has shadow with #A78E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78E7E.

Preview

Color preview on black background

This text has color #A78E7E on black background.


Color preview on white background

This text has color #A78E7E on white background.


Black color preview on #A78E7E background

This text has black color on #A78E7E background.


White color preview on #A78E7E background

This text has white color on #A78E7E background.


Related colors

Complementary color

Complementary color for #hex is #587181.


I love getcolorcode.com

Triadic colors

1 #7EA78E and #8E7EA7 with #A78E7E are triadic colors.

2 #7E8EA7 and #8EA77E with #A78E7E are triadic colors.