COLOR #A78550

HEX: #A78550 RGB: (167,133,80)

Color info

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

RGB color model

#A78550 color RGB value is (167,133,80).

RGB: (167,133,80) (65%, 52%, 31%)

RGB channels and saturation

R 167 of 255 = 65%
G 133 of 255 = 52%
B 80 of 255 = 31%

167
133
80

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

Portions of RGB colors in percentages

R + G + B = 167 + 133 + 80 = 380 (100%)
R 167 of 380 ~ 43.95%
G 133 of 380 ~ 35%
B 80 of 380 ~ 21.05'%

%43.95
%35
%21.05

CMYK color model

#A78550 color CMYK value is (0,20,52,35).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 52.10%
  • key color value is 34.51%

CMYK: (0,20,52,35)
C0M20Y52K35 (0%, 20%, 52%, 35%)
(0.00 / 0.20 / 0.52 / 0.35)

CMYK percentages

%0
%20.36
%52.1
%34.51

Codes

Color #A78550 in popluar color models

A7 85 50
RGB 167 133 80
HSL 37° 35.22% 48.43%
HSB/HSV 37° 52.10% 65.49%
CMYK 0.00% 20.36% 52.10%
34.51%

Color #A78550 in popluar number systems.

HEX A7 85 50
Decimal 167 133 80
Binary 10100111 10000101 1010000
Octal 247 205 120

Shades and tints

Shades of #A78550

#A78550
(167,133,80)
#987949
(152,121,73)
#896D42
(137,109,66)
#7A613B
(122,97,59)
#6B5534
(107,85,52)
#5C492D
(92,73,45)
#4D3D26
(77,61,38)
#3E311F
(62,49,31)
#2F2518
(47,37,24)
#201911
(32,25,17)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #A78550

#A78550
(167,133,80)
#AF905F
(175,144,95)
#B79B6E
(183,155,110)
#BFA67D
(191,166,125)
#C7B18C
(199,177,140)
#CFBC9B
(207,188,155)
#D7C7AA
(215,199,170)
#DFD2B9
(223,210,185)
#E7DDC8
(231,221,200)
#EFE8D7
(239,232,215)
#F7F3E6
(247,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78550; }

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

This text font color is #A78550.

Background Color

.myBgColor { background-color: #A78550; }

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

This div background color is #A78550.

Border color

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

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

This div border color is #A78550.

Opacity

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

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

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

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

This text has shadow with #A78550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78550.

Preview

Color preview on black background

This text has color #A78550 on black background.


Color preview on white background

This text has color #A78550 on white background.


Black color preview on #A78550 background

This text has black color on #A78550 background.


White color preview on #A78550 background

This text has white color on #A78550 background.


Related colors

Complementary color

Complementary color for #hex is #587AAF.


I love getcolorcode.com

Triadic colors

1 #50A785 and #8550A7 with #A78550 are triadic colors.

2 #5085A7 and #85A750 with #A78550 are triadic colors.