COLOR #A19990

HEX: #A19990 RGB: (161,153,144)

Color info

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

RGB color model

#A19990 color RGB value is (161,153,144).

RGB: (161,153,144) (63%, 60%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 153 of 255 = 60%
B 144 of 255 = 56%

161
153
144

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

Portions of RGB colors in percentages

R + G + B = 161 + 153 + 144 = 458 (100%)
R 161 of 458 ~ 35.15%
G 153 of 458 ~ 33.41%
B 144 of 458 ~ 31.44'%

%35.15
%33.41
%31.44

CMYK color model

#A19990 color CMYK value is (0,5,11,37).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 10.56%
  • key color value is 36.86%

CMYK: (0,5,11,37)
C0M5Y11K37 (0%, 5%, 11%, 37%)
(0.00 / 0.05 / 0.11 / 0.37)

CMYK percentages

%0
%4.97
%10.56
%36.86

Codes

Color #A19990 in popluar color models

A1 99 90
RGB 161 153 144
HSL 32° 8.29% 59.80%
HSB/HSV 32° 10.56% 63.14%
CMYK 0.00% 4.97% 10.56%
36.86%

Color #A19990 in popluar number systems.

HEX A1 99 90
Decimal 161 153 144
Binary 10100001 10011001 10010000
Octal 241 231 220

Shades and tints

Shades of #A19990

#A19990
(161,153,144)
#938C83
(147,140,131)
#857F76
(133,127,118)
#777269
(119,114,105)
#69655C
(105,101,92)
#5B584F
(91,88,79)
#4D4B42
(77,75,66)
#3F3E35
(63,62,53)
#313128
(49,49,40)
#23241B
(35,36,27)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #A19990

#A19990
(161,153,144)
#A9A29A
(169,162,154)
#B1ABA4
(177,171,164)
#B9B4AE
(185,180,174)
#C1BDB8
(193,189,184)
#C9C6C2
(201,198,194)
#D1CFCC
(209,207,204)
#D9D8D6
(217,216,214)
#E1E1E0
(225,225,224)
#E9EAEA
(233,234,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19990; }

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

This text font color is #A19990.

Background Color

.myBgColor { background-color: #A19990; }

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

This div background color is #A19990.

Border color

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

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

This div border color is #A19990.

Opacity

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

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

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

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

This text has shadow with #A19990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19990.

Preview

Color preview on black background

This text has color #A19990 on black background.


Color preview on white background

This text has color #A19990 on white background.


Black color preview on #A19990 background

This text has black color on #A19990 background.


White color preview on #A19990 background

This text has white color on #A19990 background.


Related colors

Complementary color

Complementary color for #hex is #5E666F.


I love getcolorcode.com

Triadic colors

1 #90A199 and #9990A1 with #A19990 are triadic colors.

2 #9099A1 and #99A190 with #A19990 are triadic colors.