COLOR #A78F6C

HEX: #A78F6C
RGB: (167,143,108)

Color info

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

RGB color model

#A78F6C color RGB value is (167,143,108).

  • red value is 167;
  • green value is 143;
  • blue value is 108.
RGB:
(167,143,108)
(65%,56%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 108 of 255 = 42%

167
143
108

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 108 = 418 (100%)
R 167 of 418 ~ 39.95%
G 143 of 418 ~ 34.21%
B 108 of 418 ~ 25.84%

%39.95
%34.21
%25.84

CMYK color model

#A78F6C color CMYK value is (0,14,35,35).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 35.33%
  • key color value is 34.51%
CMYK:
(0,14,35,35)
C0M14Y35K35 
(0%,14%,35%,35%)
(0.00/0.14/0.35/0.35)	

CMYK percentages

%0
%14.37
%35.33
%34.51

Codes

Color #A78F6C in popluar color models

A78F6C
RGB167143108
HSL36°25.11%53.92%
HSB/HSV36°35.33%65.49%
CMYK0.00%14.37%35.33%
34.51%

Color #A78F6C in popluar number systems.

HEXA78F6C
Decimal167143108
Binary10100111100011111101100
Octal247217154

Shades and tints

Shades of #A78F6C

#A78F6C
(167,143,108)
#988263
(152,130,99)
#89755A
(137,117,90)
#7A6851
(122,104,81)
#6B5B48
(107,91,72)
#5C4E3F
(92,78,63)
#4D4136
(77,65,54)
#3E342D
(62,52,45)
#2F2724
(47,39,36)
#201A1B
(32,26,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #A78F6C

#A78F6C
(167,143,108)
#AF9979
(175,153,121)
#B7A386
(183,163,134)
#BFAD93
(191,173,147)
#C7B7A0
(199,183,160)
#CFC1AD
(207,193,173)
#D7CBBA
(215,203,186)
#DFD5C7
(223,213,199)
#E7DFD4
(231,223,212)
#EFE9E1
(239,233,225)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78F6C color. Also use rgb(167,143,108) instead hex code.

Text Font Color

.myTextColor { color: #A78F6C; }

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

This text font color is #A78F6C.


Background Color

.myBgColor { background-color: #A78F6C; }

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

This div background color is #A78F6C.


Border color

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

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

This div border color is #A78F6C.


Opacity

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

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

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

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

This text has shadow with #A78F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F6C on black background.


Color preview on white background

This text has color #A78F6C on white background.



Black color preview on #A78F6C background

This text has black color on #A78F6C background.


White color preview on #A78F6C background

This text has white color on #A78F6C background.