COLOR #A78563

HEX: #A78563
RGB: (167,133,99)

Color info

#A78563 contains mainly red and green colors. Web safe color of #A78563 is #999966 (or #996).

RGB color model

#A78563 color RGB value is (167,133,99).

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

RGB channels and saturation

R 167 of 255 = 65%
G 133 of 255 = 52%
B 99 of 255 = 39%

167
133
99

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

Portions of RGB colors in percentages

R + G + B =
167 + 133 + 99 = 399 (100%)
R 167 of 399 ~ 41.85%
G 133 of 399 ~ 33.33%
B 99 of 399 ~ 24.81%

%41.85
%33.33
%24.81

CMYK color model

#A78563 color CMYK value is (0,20,41,35).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 40.72%
  • key color value is 34.51%
CMYK:
(0,20,41,35)
C0M20Y41K35 
(0%,20%,41%,35%)
(0.00/0.20/0.41/0.35)	

CMYK percentages

%0
%20.36
%40.72
%34.51

Codes

Color #A78563 in popluar color models

A78563
RGB16713399
HSL30°27.87%52.16%
HSB/HSV30°40.72%65.49%
CMYK0.00%20.36%40.72%
34.51%

Color #A78563 in popluar number systems.

HEXA78563
Decimal16713399
Binary10100111100001011100011
Octal247205143

Shades and tints

Shades of #A78563

#A78563
(167,133,99)
#98795A
(152,121,90)
#896D51
(137,109,81)
#7A6148
(122,97,72)
#6B553F
(107,85,63)
#5C4936
(92,73,54)
#4D3D2D
(77,61,45)
#3E3124
(62,49,36)
#2F251B
(47,37,27)
#201912
(32,25,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #A78563

#A78563
(167,133,99)
#AF9071
(175,144,113)
#B79B7F
(183,155,127)
#BFA68D
(191,166,141)
#C7B19B
(199,177,155)
#CFBCA9
(207,188,169)
#D7C7B7
(215,199,183)
#DFD2C5
(223,210,197)
#E7DDD3
(231,221,211)
#EFE8E1
(239,232,225)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78563; }

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

This text font color is #A78563.


Background Color

.myBgColor { background-color: #A78563; }

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

This div background color is #A78563.


Border color

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

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

This div border color is #A78563.


Opacity

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

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

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

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

This text has shadow with #A78563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78563 on black background.


Color preview on white background

This text has color #A78563 on white background.



Black color preview on #A78563 background

This text has black color on #A78563 background.


White color preview on #A78563 background

This text has white color on #A78563 background.