COLOR #A19490

HEX: #A19490 RGB: (161,148,144)

Color info

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

RGB color model

#A19490 color RGB value is (161,148,144).

RGB: (161,148,144) (63%, 58%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 148 of 255 = 58%
B 144 of 255 = 56%

161
148
144

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

Portions of RGB colors in percentages

R + G + B = 161 + 148 + 144 = 453 (100%)
R 161 of 453 ~ 35.54%
G 148 of 453 ~ 32.67%
B 144 of 453 ~ 31.79'%

%35.54
%32.67
%31.79

CMYK color model

#A19490 color CMYK value is (0,8,11,37).

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

CMYK: (0,8,11,37)
C0M8Y11K37 (0%, 8%, 11%, 37%)
(0.00 / 0.08 / 0.11 / 0.37)

CMYK percentages

%0
%8.07
%10.56
%36.86

Codes

Color #A19490 in popluar color models

A1 94 90
RGB 161 148 144
HSL 14° 8.29% 59.80%
HSB/HSV 14° 10.56% 63.14%
CMYK 0.00% 8.07% 10.56%
36.86%

Color #A19490 in popluar number systems.

HEX A1 94 90
Decimal 161 148 144
Binary 10100001 10010100 10010000
Octal 241 224 220

Shades and tints

Shades of #A19490

#A19490
(161,148,144)
#938783
(147,135,131)
#857A76
(133,122,118)
#776D69
(119,109,105)
#69605C
(105,96,92)
#5B534F
(91,83,79)
#4D4642
(77,70,66)
#3F3935
(63,57,53)
#312C28
(49,44,40)
#231F1B
(35,31,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #A19490

#A19490
(161,148,144)
#A99D9A
(169,157,154)
#B1A6A4
(177,166,164)
#B9AFAE
(185,175,174)
#C1B8B8
(193,184,184)
#C9C1C2
(201,193,194)
#D1CACC
(209,202,204)
#D9D3D6
(217,211,214)
#E1DCE0
(225,220,224)
#E9E5EA
(233,229,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19490; }

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

This text font color is #A19490.

Background Color

.myBgColor { background-color: #A19490; }

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

This div background color is #A19490.

Border color

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

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

This div border color is #A19490.

Opacity

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

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

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

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

This text has shadow with #A19490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19490.

Preview

Color preview on black background

This text has color #A19490 on black background.


Color preview on white background

This text has color #A19490 on white background.


Black color preview on #A19490 background

This text has black color on #A19490 background.


White color preview on #A19490 background

This text has white color on #A19490 background.


Related colors

Complementary color

Complementary color for #hex is #5E6B6F.


I love getcolorcode.com

Triadic colors

1 #90A194 and #9490A1 with #A19490 are triadic colors.

2 #9094A1 and #94A190 with #A19490 are triadic colors.