COLOR #A99596

HEX: #A99596 RGB: (169,149,150)

Color info

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

RGB color model

#A99596 color RGB value is (169,149,150).

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

RGB channels and saturation

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

169
149
150

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

Portions of RGB colors in percentages

R + G + B = 169 + 149 + 150 = 468 (100%)
R 169 of 468 ~ 36.11%
G 149 of 468 ~ 31.84%
B 150 of 468 ~ 32.05'%

%36.11
%31.84
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.83%
  • 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
%11.83
%11.24
%33.73

Codes

Color #A99596 in popluar color models

A9 95 96
RGB 169 149 150
HSL 357° 10.42% 62.35%
HSB/HSV 357° 11.83% 66.27%
CMYK 0.00% 11.83% 11.24%
33.73%

Color #A99596 in popluar number systems.

HEX A9 95 96
Decimal 169 149 150
Binary 10101001 10010101 10010110
Octal 251 225 226

Shades and tints

Shades of #A99596

#A99596
(169,149,150)
#9A8889
(154,136,137)
#8B7B7C
(139,123,124)
#7C6E6F
(124,110,111)
#6D6162
(109,97,98)
#5E5455
(94,84,85)
#4F4748
(79,71,72)
#403A3B
(64,58,59)
#312D2E
(49,45,46)
#222021
(34,32,33)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #A99596

#A99596
(169,149,150)
#B09E9F
(176,158,159)
#B7A7A8
(183,167,168)
#BEB0B1
(190,176,177)
#C5B9BA
(197,185,186)
#CCC2C3
(204,194,195)
#D3CBCC
(211,203,204)
#DAD4D5
(218,212,213)
#E1DDDE
(225,221,222)
#E8E6E7
(232,230,231)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99596; }

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

This text font color is #A99596.

Background Color

.myBgColor { background-color: #A99596; }

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

This div background color is #A99596.

Border color

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

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

This div border color is #A99596.

Opacity

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

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

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

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

This text has shadow with #A99596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99596.

Preview

Color preview on black background

This text has color #A99596 on black background.


Color preview on white background

This text has color #A99596 on white background.


Black color preview on #A99596 background

This text has black color on #A99596 background.


White color preview on #A99596 background

This text has white color on #A99596 background.


Related colors

Complementary color

Complementary color for #hex is #566A69.


I love getcolorcode.com

Triadic colors

1 #96A995 and #9596A9 with #A99596 are triadic colors.

2 #9695A9 and #95A996 with #A99596 are triadic colors.