COLOR #A19E50

HEX: #A19E50
RGB: (161,158,80)

Color info

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

RGB color model

#A19E50 color RGB value is (161,158,80).

  • red value is 161;
  • green value is 158;
  • blue value is 80.
RGB:
(161,158,80)
(63%,62%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 158 of 255 = 62%
B 80 of 255 = 31%

161
158
80

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

Portions of RGB colors in percentages

R + G + B =
161 + 158 + 80 = 399 (100%)
R 161 of 399 ~ 40.35%
G 158 of 399 ~ 39.6%
B 80 of 399 ~ 20.05%

%40.35
%39.6
%20.05

CMYK color model

#A19E50 color CMYK value is (0,2,50,37).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 50.31%
  • key color value is 36.86%
CMYK:
(0,2,50,37)
C0M2Y50K37 
(0%,2%,50%,37%)
(0.00/0.02/0.50/0.37)	

CMYK percentages

%0
%1.86
%50.31
%36.86

Codes

Color #A19E50 in popluar color models

A19E50
RGB16115880
HSL58°33.61%47.25%
HSB/HSV58°50.31%63.14%
CMYK0.00%1.86%50.31%
36.86%

Color #A19E50 in popluar number systems.

HEXA19E50
Decimal16115880
Binary10100001100111101010000
Octal241236120

Shades and tints

Shades of #A19E50

#A19E50
(161,158,80)
#939049
(147,144,73)
#858242
(133,130,66)
#77743B
(119,116,59)
#696634
(105,102,52)
#5B582D
(91,88,45)
#4D4A26
(77,74,38)
#3F3C1F
(63,60,31)
#312E18
(49,46,24)
#232011
(35,32,17)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #A19E50

#A19E50
(161,158,80)
#A9A65F
(169,166,95)
#B1AE6E
(177,174,110)
#B9B67D
(185,182,125)
#C1BE8C
(193,190,140)
#C9C69B
(201,198,155)
#D1CEAA
(209,206,170)
#D9D6B9
(217,214,185)
#E1DEC8
(225,222,200)
#E9E6D7
(233,230,215)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19E50 color. Also use rgb(161,158,80) instead hex code.

Text Font Color

.myTextColor { color: #A19E50; }

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

This text font color is #A19E50.


Background Color

.myBgColor { background-color: #A19E50; }

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

This div background color is #A19E50.


Border color

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

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

This div border color is #A19E50.


Opacity

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

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

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

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

This text has shadow with #A19E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19E50 on black background.


Color preview on white background

This text has color #A19E50 on white background.



Black color preview on #A19E50 background

This text has black color on #A19E50 background.


White color preview on #A19E50 background

This text has white color on #A19E50 background.