COLOR #A19599

HEX: #A19599
RGB: (161,149,153)

Color info

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

RGB color model

#A19599 color RGB value is (161,149,153).

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

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 153 of 255 = 60%

161
149
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 149 + 153 = 463 (100%)
R 161 of 463 ~ 34.77%
G 149 of 463 ~ 32.18%
B 153 of 463 ~ 33.05%

%34.77
%32.18
%33.05

CMYK color model

#A19599 color CMYK value is (0,7,5,37).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(0,7,5,37)
C0M7Y5K37 
(0%,7%,5%,37%)
(0.00/0.07/0.05/0.37)	

CMYK percentages

%0
%7.45
%4.97
%36.86

Codes

Color #A19599 in popluar color models

A19599
RGB161149153
HSL340°6.00%60.78%
HSB/HSV340°7.45%63.14%
CMYK0.00%7.45%4.97%
36.86%

Color #A19599 in popluar number systems.

HEXA19599
Decimal161149153
Binary101000011001010110011001
Octal241225231

Shades and tints

Shades of #A19599

#A19599
(161,149,153)
#93888C
(147,136,140)
#857B7F
(133,123,127)
#776E72
(119,110,114)
#696165
(105,97,101)
#5B5458
(91,84,88)
#4D474B
(77,71,75)
#3F3A3E
(63,58,62)
#312D31
(49,45,49)
#232024
(35,32,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #A19599

#A19599
(161,149,153)
#A99EA2
(169,158,162)
#B1A7AB
(177,167,171)
#B9B0B4
(185,176,180)
#C1B9BD
(193,185,189)
#C9C2C6
(201,194,198)
#D1CBCF
(209,203,207)
#D9D4D8
(217,212,216)
#E1DDE1
(225,221,225)
#E9E6EA
(233,230,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19599; }

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

This text font color is #A19599.


Background Color

.myBgColor { background-color: #A19599; }

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

This div background color is #A19599.


Border color

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

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

This div border color is #A19599.


Opacity

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

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

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

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

This text has shadow with #A19599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19599 on black background.


Color preview on white background

This text has color #A19599 on white background.



Black color preview on #A19599 background

This text has black color on #A19599 background.


White color preview on #A19599 background

This text has white color on #A19599 background.