COLOR #A78F5A

HEX: #A78F5A RGB: (167,143,90)

Color info

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

RGB color model

#A78F5A color RGB value is (167,143,90).

RGB: (167,143,90) (65%, 56%, 35%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 90 of 255 = 35%

167
143
90

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

Portions of RGB colors in percentages

R + G + B = 167 + 143 + 90 = 400 (100%)
R 167 of 400 ~ 41.75%
G 143 of 400 ~ 35.75%
B 90 of 400 ~ 22.5'%

%41.75
%35.75
%22.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 46.11%
  • key color value is 34.51%

CMYK: (0,14,46,35)
C0M14Y46K35 (0%, 14%, 46%, 35%)
(0.00 / 0.14 / 0.46 / 0.35)

CMYK percentages

%0
%14.37
%46.11
%34.51

Codes

Color #A78F5A in popluar color models

A7 8F 5A
RGB 167 143 90
HSL 41° 30.43% 50.39%
HSB/HSV 41° 46.11% 65.49%
CMYK 0.00% 14.37% 46.11%
34.51%

Color #A78F5A in popluar number systems.

HEX A7 8F 5A
Decimal 167 143 90
Binary 10100111 10001111 1011010
Octal 247 217 132

Shades and tints

Shades of #A78F5A

#A78F5A
(167,143,90)
#988252
(152,130,82)
#89754A
(137,117,74)
#7A6842
(122,104,66)
#6B5B3A
(107,91,58)
#5C4E32
(92,78,50)
#4D412A
(77,65,42)
#3E3422
(62,52,34)
#2F271A
(47,39,26)
#201A12
(32,26,18)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #A78F5A

#A78F5A
(167,143,90)
#AF9969
(175,153,105)
#B7A378
(183,163,120)
#BFAD87
(191,173,135)
#C7B796
(199,183,150)
#CFC1A5
(207,193,165)
#D7CBB4
(215,203,180)
#DFD5C3
(223,213,195)
#E7DFD2
(231,223,210)
#EFE9E1
(239,233,225)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78F5A; }

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

This text font color is #A78F5A.

Background Color

.myBgColor { background-color: #A78F5A; }

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

This div background color is #A78F5A.

Border color

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

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

This div border color is #A78F5A.

Opacity

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

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

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

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

This text has shadow with #A78F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78F5A.

Preview

Color preview on black background

This text has color #A78F5A on black background.


Color preview on white background

This text has color #A78F5A on white background.


Black color preview on #A78F5A background

This text has black color on #A78F5A background.


White color preview on #A78F5A background

This text has white color on #A78F5A background.


Related colors

Complementary color

Complementary color for #hex is #5870A5.


I love getcolorcode.com

Triadic colors

1 #5AA78F and #8F5AA7 with #A78F5A are triadic colors.

2 #5A8FA7 and #8FA75A with #A78F5A are triadic colors.