COLOR #A19992

HEX: #A19992
RGB: (161,153,146)

Color info

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

RGB color model

#A19992 color RGB value is (161,153,146).

  • red value is 161;
  • green value is 153;
  • blue value is 146.
RGB:
(161,153,146)
(63%,60%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 153 of 255 = 60%
B 146 of 255 = 57%

161
153
146

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

Portions of RGB colors in percentages

R + G + B =
161 + 153 + 146 = 460 (100%)
R 161 of 460 ~ 35%
G 153 of 460 ~ 33.26%
B 146 of 460 ~ 31.74%

%35
%33.26
%31.74

CMYK color model

#A19992 color CMYK value is (0,5,9,37).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 9.32%
  • key color value is 36.86%
CMYK:
(0,5,9,37)
C0M5Y9K37 
(0%,5%,9%,37%)
(0.00/0.05/0.09/0.37)	

CMYK percentages

%0
%4.97
%9.32
%36.86

Codes

Color #A19992 in popluar color models

A19992
RGB161153146
HSL28°7.39%60.20%
HSB/HSV28°9.32%63.14%
CMYK0.00%4.97%9.32%
36.86%

Color #A19992 in popluar number systems.

HEXA19992
Decimal161153146
Binary101000011001100110010010
Octal241231222

Shades and tints

Shades of #A19992

#A19992
(161,153,146)
#938C85
(147,140,133)
#857F78
(133,127,120)
#77726B
(119,114,107)
#69655E
(105,101,94)
#5B5851
(91,88,81)
#4D4B44
(77,75,68)
#3F3E37
(63,62,55)
#31312A
(49,49,42)
#23241D
(35,36,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #A19992

#A19992
(161,153,146)
#A9A29B
(169,162,155)
#B1ABA4
(177,171,164)
#B9B4AD
(185,180,173)
#C1BDB6
(193,189,182)
#C9C6BF
(201,198,191)
#D1CFC8
(209,207,200)
#D9D8D1
(217,216,209)
#E1E1DA
(225,225,218)
#E9EAE3
(233,234,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19992 color. Also use rgb(161,153,146) instead hex code.

Text Font Color

.myTextColor { color: #A19992; }

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

This text font color is #A19992.


Background Color

.myBgColor { background-color: #A19992; }

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

This div background color is #A19992.


Border color

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

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

This div border color is #A19992.


Opacity

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

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

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

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

This text has shadow with #A19992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19992 on black background.


Color preview on white background

This text has color #A19992 on white background.



Black color preview on #A19992 background

This text has black color on #A19992 background.


White color preview on #A19992 background

This text has white color on #A19992 background.