COLOR #A19B8C

HEX: #A19B8C
RGB: (161,155,140)

Color info

#A19B8C contains red, green and blue colors in about the same proportion. Web safe color of #A19B8C is #999999 (or #999).

RGB color model

#A19B8C color RGB value is (161,155,140).

  • red value is 161;
  • green value is 155;
  • blue value is 140.
RGB:
(161,155,140)
(63%,61%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 140 of 255 = 55%

161
155
140

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

Portions of RGB colors in percentages

R + G + B =
161 + 155 + 140 = 456 (100%)
R 161 of 456 ~ 35.31%
G 155 of 456 ~ 33.99%
B 140 of 456 ~ 30.7%

%35.31
%33.99
%30.7

CMYK color model

#A19B8C color CMYK value is (0,4,13,37).

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(0,4,13,37)
C0M4Y13K37 
(0%,4%,13%,37%)
(0.00/0.04/0.13/0.37)	

CMYK percentages

%0
%3.73
%13.04
%36.86

Codes

Color #A19B8C in popluar color models

A19B8C
RGB161155140
HSL43°10.05%59.02%
HSB/HSV43°13.04%63.14%
CMYK0.00%3.73%13.04%
36.86%

Color #A19B8C in popluar number systems.

HEXA19B8C
Decimal161155140
Binary101000011001101110001100
Octal241233214

Shades and tints

Shades of #A19B8C

#A19B8C
(161,155,140)
#938D80
(147,141,128)
#857F74
(133,127,116)
#777168
(119,113,104)
#69635C
(105,99,92)
#5B5550
(91,85,80)
#4D4744
(77,71,68)
#3F3938
(63,57,56)
#312B2C
(49,43,44)
#231D20
(35,29,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #A19B8C

#A19B8C
(161,155,140)
#A9A496
(169,164,150)
#B1ADA0
(177,173,160)
#B9B6AA
(185,182,170)
#C1BFB4
(193,191,180)
#C9C8BE
(201,200,190)
#D1D1C8
(209,209,200)
#D9DAD2
(217,218,210)
#E1E3DC
(225,227,220)
#E9ECE6
(233,236,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19B8C color. Also use rgb(161,155,140) instead hex code.

Text Font Color

.myTextColor { color: #A19B8C; }

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

This text font color is #A19B8C.


Background Color

.myBgColor { background-color: #A19B8C; }

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

This div background color is #A19B8C.


Border color

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

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

This div border color is #A19B8C.


Opacity

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

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

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

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

This text has shadow with #A19B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19B8C on black background.


Color preview on white background

This text has color #A19B8C on white background.



Black color preview on #A19B8C background

This text has black color on #A19B8C background.


White color preview on #A19B8C background

This text has white color on #A19B8C background.