COLOR #A99399

HEX: #A99399
RGB: (169,147,153)

Color info

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

RGB color model

#A99399 color RGB value is (169,147,153).

  • red value is 169;
  • green value is 147;
  • blue value is 153.
RGB:
(169,147,153)
(66%,58%,60%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 153 of 255 = 60%

169
147
153

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

Portions of RGB colors in percentages

R + G + B =
169 + 147 + 153 = 469 (100%)
R 169 of 469 ~ 36.03%
G 147 of 469 ~ 31.34%
B 153 of 469 ~ 32.62%

%36.03
%31.34
%32.62

CMYK color model

#A99399 color CMYK value is (0,13,9,34).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 9.47%
  • key color value is 33.73%
CMYK:
(0,13,9,34)
C0M13Y9K34 
(0%,13%,9%,34%)
(0.00/0.13/0.09/0.34)	

CMYK percentages

%0
%13.02
%9.47
%33.73

Codes

Color #A99399 in popluar color models

A99399
RGB169147153
HSL344°11.34%61.96%
HSB/HSV344°13.02%66.27%
CMYK0.00%13.02%9.47%
33.73%

Color #A99399 in popluar number systems.

HEXA99399
Decimal169147153
Binary101010011001001110011001
Octal251223231

Shades and tints

Shades of #A99399

#A99399
(169,147,153)
#9A868C
(154,134,140)
#8B797F
(139,121,127)
#7C6C72
(124,108,114)
#6D5F65
(109,95,101)
#5E5258
(94,82,88)
#4F454B
(79,69,75)
#40383E
(64,56,62)
#312B31
(49,43,49)
#221E24
(34,30,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #A99399

#A99399
(169,147,153)
#B09CA2
(176,156,162)
#B7A5AB
(183,165,171)
#BEAEB4
(190,174,180)
#C5B7BD
(197,183,189)
#CCC0C6
(204,192,198)
#D3C9CF
(211,201,207)
#DAD2D8
(218,210,216)
#E1DBE1
(225,219,225)
#E8E4EA
(232,228,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99399; }

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

This text font color is #A99399.


Background Color

.myBgColor { background-color: #A99399; }

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

This div background color is #A99399.


Border color

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

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

This div border color is #A99399.


Opacity

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

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

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

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

This text has shadow with #A99399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99399 on black background.


Color preview on white background

This text has color #A99399 on white background.



Black color preview on #A99399 background

This text has black color on #A99399 background.


White color preview on #A99399 background

This text has white color on #A99399 background.