COLOR #A99D99

HEX: #A99D99
RGB: (169,157,153)

Color info

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

RGB color model

#A99D99 color RGB value is (169,157,153).

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

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 153 of 255 = 60%

169
157
153

R + G + B ~ 63%. #A99D99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 157 + 153 = 479 (100%)
R 169 of 479 ~ 35.28%
G 157 of 479 ~ 32.78%
B 153 of 479 ~ 31.94%

%35.28
%32.78
%31.94

CMYK color model

#A99D99 color CMYK value is (0,7,9,34).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 9.47%
  • key color value is 33.73%
CMYK:
(0,7,9,34)
C0M7Y9K34 
(0%,7%,9%,34%)
(0.00/0.07/0.09/0.34)	

CMYK percentages

%0
%7.1
%9.47
%33.73

Codes

Color #A99D99 in popluar color models

A99D99
RGB169157153
HSL15°8.51%63.14%
HSB/HSV15°9.47%66.27%
CMYK0.00%7.10%9.47%
33.73%

Color #A99D99 in popluar number systems.

HEXA99D99
Decimal169157153
Binary101010011001110110011001
Octal251235231

Shades and tints

Shades of #A99D99

#A99D99
(169,157,153)
#9A8F8C
(154,143,140)
#8B817F
(139,129,127)
#7C7372
(124,115,114)
#6D6565
(109,101,101)
#5E5758
(94,87,88)
#4F494B
(79,73,75)
#403B3E
(64,59,62)
#312D31
(49,45,49)
#221F24
(34,31,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #A99D99

#A99D99
(169,157,153)
#B0A5A2
(176,165,162)
#B7ADAB
(183,173,171)
#BEB5B4
(190,181,180)
#C5BDBD
(197,189,189)
#CCC5C6
(204,197,198)
#D3CDCF
(211,205,207)
#DAD5D8
(218,213,216)
#E1DDE1
(225,221,225)
#E8E5EA
(232,229,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99D99; }

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

This text font color is #A99D99.


Background Color

.myBgColor { background-color: #A99D99; }

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

This div background color is #A99D99.


Border color

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

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

This div border color is #A99D99.


Opacity

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

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

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

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

This text has shadow with #A99D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99D99 on black background.


Color preview on white background

This text has color #A99D99 on white background.



Black color preview on #A99D99 background

This text has black color on #A99D99 background.


White color preview on #A99D99 background

This text has white color on #A99D99 background.