COLOR #A19E6F

HEX: #A19E6F
RGB: (161,158,111)

Color info

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

RGB color model

#A19E6F color RGB value is (161,158,111).

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

RGB channels and saturation

R 161 of 255 = 63%
G 158 of 255 = 62%
B 111 of 255 = 44%

161
158
111

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

Portions of RGB colors in percentages

R + G + B =
161 + 158 + 111 = 430 (100%)
R 161 of 430 ~ 37.44%
G 158 of 430 ~ 36.74%
B 111 of 430 ~ 25.81%

%37.44
%36.74
%25.81

CMYK color model

#A19E6F color CMYK value is (0,2,31,37).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 31.06%
  • key color value is 36.86%
CMYK:
(0,2,31,37)
C0M2Y31K37 
(0%,2%,31%,37%)
(0.00/0.02/0.31/0.37)	

CMYK percentages

%0
%1.86
%31.06
%36.86

Codes

Color #A19E6F in popluar color models

A19E6F
RGB161158111
HSL56°21.01%53.33%
HSB/HSV56°31.06%63.14%
CMYK0.00%1.86%31.06%
36.86%

Color #A19E6F in popluar number systems.

HEXA19E6F
Decimal161158111
Binary10100001100111101101111
Octal241236157

Shades and tints

Shades of #A19E6F

#A19E6F
(161,158,111)
#939065
(147,144,101)
#85825B
(133,130,91)
#777451
(119,116,81)
#696647
(105,102,71)
#5B583D
(91,88,61)
#4D4A33
(77,74,51)
#3F3C29
(63,60,41)
#312E1F
(49,46,31)
#232015
(35,32,21)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #A19E6F

#A19E6F
(161,158,111)
#A9A67C
(169,166,124)
#B1AE89
(177,174,137)
#B9B696
(185,182,150)
#C1BEA3
(193,190,163)
#C9C6B0
(201,198,176)
#D1CEBD
(209,206,189)
#D9D6CA
(217,214,202)
#E1DED7
(225,222,215)
#E9E6E4
(233,230,228)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19E6F; }

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

This text font color is #A19E6F.


Background Color

.myBgColor { background-color: #A19E6F; }

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

This div background color is #A19E6F.


Border color

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

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

This div border color is #A19E6F.


Opacity

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

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

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

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

This text has shadow with #A19E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19E6F on black background.


Color preview on white background

This text has color #A19E6F on white background.



Black color preview on #A19E6F background

This text has black color on #A19E6F background.


White color preview on #A19E6F background

This text has white color on #A19E6F background.