COLOR #A99496

HEX: #A99496 RGB: (169,148,150)

Color info

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

RGB color model

#A99496 color RGB value is (169,148,150).

RGB: (169,148,150) (66%, 58%, 59%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 150 of 255 = 59%

169
148
150

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

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 150 = 467 (100%)
R 169 of 467 ~ 36.19%
G 148 of 467 ~ 31.69%
B 150 of 467 ~ 32.12'%

%36.19
%31.69
%32.12

CMYK color model

#A99496 color CMYK value is (0,12,11,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK: (0,12,11,34) C0M12Y11K34 (0%,12%,11%,34%) (0.00/0.12/0.11/0.34) 

CMYK percentages

%0
%12.43
%11.24
%33.73

Codes

Color #A99496 in popluar color models

A9 94 96
RGB 169 148 150
HSL 354° 10.88% 62.16%
HSB/HSV 354° 12.43% 66.27%
CMYK 0.00% 12.43% 11.24%
33.73%

Color #A99496 in popluar number systems.

HEX A9 94 96
Decimal 169 148 150
Binary 10101001 10010100 10010110
Octal 251 224 226

Shades and tints

Shades of #A99496

#A99496
(169,148,150)
#9A8789
(154,135,137)
#8B7A7C
(139,122,124)
#7C6D6F
(124,109,111)
#6D6062
(109,96,98)
#5E5355
(94,83,85)
#4F4648
(79,70,72)
#40393B
(64,57,59)
#312C2E
(49,44,46)
#221F21
(34,31,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A99496

#A99496
(169,148,150)
#B09D9F
(176,157,159)
#B7A6A8
(183,166,168)
#BEAFB1
(190,175,177)
#C5B8BA
(197,184,186)
#CCC1C3
(204,193,195)
#D3CACC
(211,202,204)
#DAD3D5
(218,211,213)
#E1DCDE
(225,220,222)
#E8E5E7
(232,229,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99496; }

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

This text font color is #A99496.

Background Color

.myBgColor { background-color: #A99496; }

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

This div background color is #A99496.

Border color

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

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

This div border color is #A99496.

Opacity

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

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

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

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

This text has shadow with #A99496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99496.

Preview

Color preview on black background

This text has color #A99496 on black background.


Color preview on white background

This text has color #A99496 on white background.


Black color preview on #A99496 background

This text has black color on #A99496 background.


White color preview on #A99496 background

This text has white color on #A99496 background.


Related colors

Complementary color

Complementary color for #hex is #566B69.


I love getcolorcode.com

Triadic colors

1 #96A994 and #9496A9 with #A99496 are triadic colors.

2 #9694A9 and #94A996 with #A99496 are triadic colors.