COLOR #A78725

HEX: #A78725
RGB: (167,135,37)

Color info

#A78725 contains mainly red and green colors. Web safe color of #A78725 is #999933 (or #993).

RGB color model

#A78725 color RGB value is (167,135,37).

  • red value is 167;
  • green value is 135;
  • blue value is 37.
RGB:
(167,135,37)
(65%,53%,15%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 37 of 255 = 15%

167
135
37

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

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 37 = 339 (100%)
R 167 of 339 ~ 49.26%
G 135 of 339 ~ 39.82%
B 37 of 339 ~ 10.91%

%49.26
%39.82
%10.91

CMYK color model

#A78725 color CMYK value is (0,19,78,35).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 77.84%
  • key color value is 34.51%
CMYK:
(0,19,78,35)
C0M19Y78K35 
(0%,19%,78%,35%)
(0.00/0.19/0.78/0.35)	

CMYK percentages

%0
%19.16
%77.84
%34.51

Codes

Color #A78725 in popluar color models

A78725
RGB16713537
HSL45°63.73%40.00%
HSB/HSV45°77.84%65.49%
CMYK0.00%19.16%77.84%
34.51%

Color #A78725 in popluar number systems.

HEXA78725
Decimal16713537
Binary1010011110000111100101
Octal24720745

Shades and tints

Shades of #A78725

#A78725
(167,135,37)
#987B22
(152,123,34)
#896F1F
(137,111,31)
#7A631C
(122,99,28)
#6B5719
(107,87,25)
#5C4B16
(92,75,22)
#4D3F13
(77,63,19)
#3E3310
(62,51,16)
#2F270D
(47,39,13)
#201B0A
(32,27,10)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #A78725

#A78725
(167,135,37)
#AF9138
(175,145,56)
#B79B4B
(183,155,75)
#BFA55E
(191,165,94)
#C7AF71
(199,175,113)
#CFB984
(207,185,132)
#D7C397
(215,195,151)
#DFCDAA
(223,205,170)
#E7D7BD
(231,215,189)
#EFE1D0
(239,225,208)
#F7EBE3
(247,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78725 color. Also use rgb(167,135,37) instead hex code.

Text Font Color

.myTextColor { color: #A78725; }

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

This text font color is #A78725.


Background Color

.myBgColor { background-color: #A78725; }

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

This div background color is #A78725.


Border color

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

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

This div border color is #A78725.


Opacity

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

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

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

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

This text has shadow with #A78725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78725 on black background.


Color preview on white background

This text has color #A78725 on white background.



Black color preview on #A78725 background

This text has black color on #A78725 background.


White color preview on #A78725 background

This text has white color on #A78725 background.