COLOR #A99696

HEX: #A99696
RGB: (169,150,150)

Color info

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

RGB color model

#A99696 color RGB value is (169,150,150).

  • red value is 169;
  • green value is 150;
  • blue value is 150.
RGB:
(169,150,150)
(66%,59%,59%)

RGB channels and saturation

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

169
150
150

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 150 = 469 (100%)
R 169 of 469 ~ 36.03%
G 150 of 469 ~ 31.98%
B 150 of 469 ~ 31.98%

%36.03
%31.98
%31.98

CMYK color model

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

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

CMYK percentages

%0
%11.24
%11.24
%33.73

Codes

Color #A99696 in popluar color models

A99696
RGB169150150
HSL9.95%62.55%
HSB/HSV11.24%66.27%
CMYK0.00%11.24%11.24%
33.73%

Color #A99696 in popluar number systems.

HEXA99696
Decimal169150150
Binary101010011001011010010110
Octal251226226

Shades and tints

Shades of #A99696

#A99696
(169,150,150)
#9A8989
(154,137,137)
#8B7C7C
(139,124,124)
#7C6F6F
(124,111,111)
#6D6262
(109,98,98)
#5E5555
(94,85,85)
#4F4848
(79,72,72)
#403B3B
(64,59,59)
#312E2E
(49,46,46)
#222121
(34,33,33)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A99696

#A99696
(169,150,150)
#B09F9F
(176,159,159)
#B7A8A8
(183,168,168)
#BEB1B1
(190,177,177)
#C5BABA
(197,186,186)
#CCC3C3
(204,195,195)
#D3CCCC
(211,204,204)
#DAD5D5
(218,213,213)
#E1DEDE
(225,222,222)
#E8E7E7
(232,231,231)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99696; }

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

This text font color is #A99696.


Background Color

.myBgColor { background-color: #A99696; }

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

This div background color is #A99696.


Border color

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

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

This div border color is #A99696.


Opacity

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

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

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

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

This text has shadow with #A99696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99696 on black background.


Color preview on white background

This text has color #A99696 on white background.



Black color preview on #A99696 background

This text has black color on #A99696 background.


White color preview on #A99696 background

This text has white color on #A99696 background.