COLOR #A19C59

HEX: #A19C59 RGB: (161,156,89)

Color info

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

RGB color model

#A19C59 color RGB value is (161,156,89).

RGB: (161,156,89) (63%, 61%, 35%)

RGB channels and saturation

R 161 of 255 = 63%
G 156 of 255 = 61%
B 89 of 255 = 35%

161
156
89

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

Portions of RGB colors in percentages

R + G + B = 161 + 156 + 89 = 406 (100%)
R 161 of 406 ~ 39.66%
G 156 of 406 ~ 38.42%
B 89 of 406 ~ 21.92'%

%39.66
%38.42
%21.92

CMYK color model

#A19C59 color CMYK value is (0,3,45,37).

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

CMYK: (0,3,45,37)
C0M3Y45K37 (0%, 3%, 45%, 37%)
(0.00 / 0.03 / 0.45 / 0.37)

CMYK percentages

%0
%3.11
%44.72
%36.86

Codes

Color #A19C59 in popluar color models

A1 9C 59
RGB 161 156 89
HSL 56° 28.80% 49.02%
HSB/HSV 56° 44.72% 63.14%
CMYK 0.00% 3.11% 44.72%
36.86%

Color #A19C59 in popluar number systems.

HEX A1 9C 59
Decimal 161 156 89
Binary 10100001 10011100 1011001
Octal 241 234 131

Shades and tints

Shades of #A19C59

#A19C59
(161,156,89)
#938E51
(147,142,81)
#858049
(133,128,73)
#777241
(119,114,65)
#696439
(105,100,57)
#5B5631
(91,86,49)
#4D4829
(77,72,41)
#3F3A21
(63,58,33)
#312C19
(49,44,25)
#231E11
(35,30,17)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #A19C59

#A19C59
(161,156,89)
#A9A568
(169,165,104)
#B1AE77
(177,174,119)
#B9B786
(185,183,134)
#C1C095
(193,192,149)
#C9C9A4
(201,201,164)
#D1D2B3
(209,210,179)
#D9DBC2
(217,219,194)
#E1E4D1
(225,228,209)
#E9EDE0
(233,237,224)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19C59; }

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

This text font color is #A19C59.

Background Color

.myBgColor { background-color: #A19C59; }

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

This div background color is #A19C59.

Border color

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

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

This div border color is #A19C59.

Opacity

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

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

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

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

This text has shadow with #A19C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19C59.

Preview

Color preview on black background

This text has color #A19C59 on black background.


Color preview on white background

This text has color #A19C59 on white background.


Black color preview on #A19C59 background

This text has black color on #A19C59 background.


White color preview on #A19C59 background

This text has white color on #A19C59 background.


Related colors

Complementary color

Complementary color for #hex is #5E63A6.


I love getcolorcode.com

Triadic colors

1 #59A19C and #9C59A1 with #A19C59 are triadic colors.

2 #599CA1 and #9CA159 with #A19C59 are triadic colors.