COLOR #A19B99

HEX: #A19B99
RGB: (161,155,153)

Color info

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

RGB color model

#A19B99 color RGB value is (161,155,153).

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

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 153 of 255 = 60%

161
155
153

R + G + B ~ 61%. #A19B99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 155 + 153 = 469 (100%)
R 161 of 469 ~ 34.33%
G 155 of 469 ~ 33.05%
B 153 of 469 ~ 32.62%

%34.33
%33.05
%32.62

CMYK color model

#A19B99 color CMYK value is (0,4,5,37).

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(0,4,5,37)
C0M4Y5K37 
(0%,4%,5%,37%)
(0.00/0.04/0.05/0.37)	

CMYK percentages

%0
%3.73
%4.97
%36.86

Codes

Color #A19B99 in popluar color models

A19B99
RGB161155153
HSL15°4.08%61.57%
HSB/HSV15°4.97%63.14%
CMYK0.00%3.73%4.97%
36.86%

Color #A19B99 in popluar number systems.

HEXA19B99
Decimal161155153
Binary101000011001101110011001
Octal241233231

Shades and tints

Shades of #A19B99

#A19B99
(161,155,153)
#938D8C
(147,141,140)
#857F7F
(133,127,127)
#777172
(119,113,114)
#696365
(105,99,101)
#5B5558
(91,85,88)
#4D474B
(77,71,75)
#3F393E
(63,57,62)
#312B31
(49,43,49)
#231D24
(35,29,36)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #A19B99

#A19B99
(161,155,153)
#A9A4A2
(169,164,162)
#B1ADAB
(177,173,171)
#B9B6B4
(185,182,180)
#C1BFBD
(193,191,189)
#C9C8C6
(201,200,198)
#D1D1CF
(209,209,207)
#D9DAD8
(217,218,216)
#E1E3E1
(225,227,225)
#E9ECEA
(233,236,234)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19B99; }

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

This text font color is #A19B99.


Background Color

.myBgColor { background-color: #A19B99; }

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

This div background color is #A19B99.


Border color

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

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

This div border color is #A19B99.


Opacity

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

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

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

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

This text has shadow with #A19B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19B99 on black background.


Color preview on white background

This text has color #A19B99 on white background.



Black color preview on #A19B99 background

This text has black color on #A19B99 background.


White color preview on #A19B99 background

This text has white color on #A19B99 background.