COLOR #A99490

HEX: #A99490
RGB: (169,148,144)

Color info

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

RGB color model

#A99490 color RGB value is (169,148,144).

  • red value is 169;
  • green value is 148;
  • blue value is 144.
RGB:
(169,148,144)
(66%,58%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 144 of 255 = 56%

169
148
144

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 144 = 461 (100%)
R 169 of 461 ~ 36.66%
G 148 of 461 ~ 32.1%
B 144 of 461 ~ 31.24%

%36.66
%32.1
%31.24

CMYK color model

#A99490 color CMYK value is (0,12,15,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(0,12,15,34)
C0M12Y15K34 
(0%,12%,15%,34%)
(0.00/0.12/0.15/0.34)	

CMYK percentages

%0
%12.43
%14.79
%33.73

Codes

Color #A99490 in popluar color models

A99490
RGB169148144
HSL10°12.69%61.37%
HSB/HSV10°14.79%66.27%
CMYK0.00%12.43%14.79%
33.73%

Color #A99490 in popluar number systems.

HEXA99490
Decimal169148144
Binary101010011001010010010000
Octal251224220

Shades and tints

Shades of #A99490

#A99490
(169,148,144)
#9A8783
(154,135,131)
#8B7A76
(139,122,118)
#7C6D69
(124,109,105)
#6D605C
(109,96,92)
#5E534F
(94,83,79)
#4F4642
(79,70,66)
#403935
(64,57,53)
#312C28
(49,44,40)
#221F1B
(34,31,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A99490

#A99490
(169,148,144)
#B09D9A
(176,157,154)
#B7A6A4
(183,166,164)
#BEAFAE
(190,175,174)
#C5B8B8
(197,184,184)
#CCC1C2
(204,193,194)
#D3CACC
(211,202,204)
#DAD3D6
(218,211,214)
#E1DCE0
(225,220,224)
#E8E5EA
(232,229,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99490; }

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

This text font color is #A99490.


Background Color

.myBgColor { background-color: #A99490; }

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

This div background color is #A99490.


Border color

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

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

This div border color is #A99490.


Opacity

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

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

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

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

This text has shadow with #A99490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99490 on black background.


Color preview on white background

This text has color #A99490 on white background.



Black color preview on #A99490 background

This text has black color on #A99490 background.


White color preview on #A99490 background

This text has white color on #A99490 background.