COLOR #A19C78

HEX: #A19C78 RGB: (161,156,120)

Color info

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

RGB color model

#A19C78 color RGB value is (161,156,120).

RGB: (161,156,120) (63%, 61%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 156 of 255 = 61%
B 120 of 255 = 47%

161
156
120

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

Portions of RGB colors in percentages

R + G + B = 161 + 156 + 120 = 437 (100%)
R 161 of 437 ~ 36.84%
G 156 of 437 ~ 35.7%
B 120 of 437 ~ 27.46'%

%36.84
%35.7
%27.46

CMYK color model

#A19C78 color CMYK value is (0,3,25,37).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 25.47%
  • key color value is 36.86%

CMYK: (0,3,25,37)
C0M3Y25K37 (0%, 3%, 25%, 37%)
(0.00 / 0.03 / 0.25 / 0.37)

CMYK percentages

%0
%3.11
%25.47
%36.86

Codes

Color #A19C78 in popluar color models

A1 9C 78
RGB 161 156 120
HSL 53° 17.90% 55.10%
HSB/HSV 53° 25.47% 63.14%
CMYK 0.00% 3.11% 25.47%
36.86%

Color #A19C78 in popluar number systems.

HEX A1 9C 78
Decimal 161 156 120
Binary 10100001 10011100 1111000
Octal 241 234 170

Shades and tints

Shades of #A19C78

#A19C78
(161,156,120)
#938E6E
(147,142,110)
#858064
(133,128,100)
#77725A
(119,114,90)
#696450
(105,100,80)
#5B5646
(91,86,70)
#4D483C
(77,72,60)
#3F3A32
(63,58,50)
#312C28
(49,44,40)
#231E1E
(35,30,30)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #A19C78

#A19C78
(161,156,120)
#A9A584
(169,165,132)
#B1AE90
(177,174,144)
#B9B79C
(185,183,156)
#C1C0A8
(193,192,168)
#C9C9B4
(201,201,180)
#D1D2C0
(209,210,192)
#D9DBCC
(217,219,204)
#E1E4D8
(225,228,216)
#E9EDE4
(233,237,228)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19C78 color. Also use rgb(161,156,120) instead hex code.

Text Font Color

.myTextColor { color: #A19C78; }

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

This text font color is #A19C78.

Background Color

.myBgColor { background-color: #A19C78; }

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

This div background color is #A19C78.

Border color

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

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

This div border color is #A19C78.

Opacity

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

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

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

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

This text has shadow with #A19C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19C78.

Preview

Color preview on black background

This text has color #A19C78 on black background.


Color preview on white background

This text has color #A19C78 on white background.


Black color preview on #A19C78 background

This text has black color on #A19C78 background.


White color preview on #A19C78 background

This text has white color on #A19C78 background.


Related colors

Complementary color

Complementary color for #hex is #5E6387.


I love getcolorcode.com

Triadic colors

1 #78A19C and #9C78A1 with #A19C78 are triadic colors.

2 #789CA1 and #9CA178 with #A19C78 are triadic colors.