COLOR #A19C4C

HEX: #A19C4C RGB: (161,156,76)

Color info

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

RGB color model

#A19C4C color RGB value is (161,156,76).

RGB: (161,156,76) (63%, 61%, 30%)

RGB channels and saturation

R 161 of 255 = 63%
G 156 of 255 = 61%
B 76 of 255 = 30%

161
156
76

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

Portions of RGB colors in percentages

R + G + B = 161 + 156 + 76 = 393 (100%)
R 161 of 393 ~ 40.97%
G 156 of 393 ~ 39.69%
B 76 of 393 ~ 19.34'%

%40.97
%39.69
%19.34

CMYK color model

#A19C4C color CMYK value is (0,3,53,37).

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

CMYK: (0,3,53,37)
C0M3Y53K37 (0%, 3%, 53%, 37%)
(0.00 / 0.03 / 0.53 / 0.37)

CMYK percentages

%0
%3.11
%52.8
%36.86

Codes

Color #A19C4C in popluar color models

A1 9C 4C
RGB 161 156 76
HSL 56° 35.86% 46.47%
HSB/HSV 56° 52.80% 63.14%
CMYK 0.00% 3.11% 52.80%
36.86%

Color #A19C4C in popluar number systems.

HEX A1 9C 4C
Decimal 161 156 76
Binary 10100001 10011100 1001100
Octal 241 234 114

Shades and tints

Shades of #A19C4C

#A19C4C
(161,156,76)
#938E46
(147,142,70)
#858040
(133,128,64)
#77723A
(119,114,58)
#696434
(105,100,52)
#5B562E
(91,86,46)
#4D4828
(77,72,40)
#3F3A22
(63,58,34)
#312C1C
(49,44,28)
#231E16
(35,30,22)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #A19C4C

#A19C4C
(161,156,76)
#A9A55C
(169,165,92)
#B1AE6C
(177,174,108)
#B9B77C
(185,183,124)
#C1C08C
(193,192,140)
#C9C99C
(201,201,156)
#D1D2AC
(209,210,172)
#D9DBBC
(217,219,188)
#E1E4CC
(225,228,204)
#E9EDDC
(233,237,220)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19C4C; }

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

This text font color is #A19C4C.

Background Color

.myBgColor { background-color: #A19C4C; }

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

This div background color is #A19C4C.

Border color

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

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

This div border color is #A19C4C.

Opacity

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

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

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

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

This text has shadow with #A19C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19C4C.

Preview

Color preview on black background

This text has color #A19C4C on black background.


Color preview on white background

This text has color #A19C4C on white background.


Black color preview on #A19C4C background

This text has black color on #A19C4C background.


White color preview on #A19C4C background

This text has white color on #A19C4C background.


Related colors

Complementary color

Complementary color for #hex is #5E63B3.


I love getcolorcode.com

Triadic colors

1 #4CA19C and #9C4CA1 with #A19C4C are triadic colors.

2 #4C9CA1 and #9CA14C with #A19C4C are triadic colors.