COLOR #A99D7C

HEX: #A99D7C
RGB: (169,157,124)

Color info

#A99D7C contains red, green and blue colors in about the same proportion. Web safe color of #A99D7C is #999966 (or #996).

RGB color model

#A99D7C color RGB value is (169,157,124).

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

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 124 of 255 = 49%

169
157
124

R + G + B ~ 59%. #A99D7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 157 + 124 = 450 (100%)
R 169 of 450 ~ 37.56%
G 157 of 450 ~ 34.89%
B 124 of 450 ~ 27.56%

%37.56
%34.89
%27.56

CMYK color model

#A99D7C color CMYK value is (0,7,27,34).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,7,27,34)
C0M7Y27K34 
(0%,7%,27%,34%)
(0.00/0.07/0.27/0.34)	

CMYK percentages

%0
%7.1
%26.63
%33.73

Codes

Color #A99D7C in popluar color models

A99D7C
RGB169157124
HSL44°20.74%57.45%
HSB/HSV44°26.63%66.27%
CMYK0.00%7.10%26.63%
33.73%

Color #A99D7C in popluar number systems.

HEXA99D7C
Decimal169157124
Binary10101001100111011111100
Octal251235174

Shades and tints

Shades of #A99D7C

#A99D7C
(169,157,124)
#9A8F71
(154,143,113)
#8B8166
(139,129,102)
#7C735B
(124,115,91)
#6D6550
(109,101,80)
#5E5745
(94,87,69)
#4F493A
(79,73,58)
#403B2F
(64,59,47)
#312D24
(49,45,36)
#221F19
(34,31,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #A99D7C

#A99D7C
(169,157,124)
#B0A587
(176,165,135)
#B7AD92
(183,173,146)
#BEB59D
(190,181,157)
#C5BDA8
(197,189,168)
#CCC5B3
(204,197,179)
#D3CDBE
(211,205,190)
#DAD5C9
(218,213,201)
#E1DDD4
(225,221,212)
#E8E5DF
(232,229,223)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99D7C; }

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

This text font color is #A99D7C.


Background Color

.myBgColor { background-color: #A99D7C; }

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

This div background color is #A99D7C.


Border color

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

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

This div border color is #A99D7C.


Opacity

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

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

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

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

This text has shadow with #A99D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99D7C on black background.


Color preview on white background

This text has color #A99D7C on white background.



Black color preview on #A99D7C background

This text has black color on #A99D7C background.


White color preview on #A99D7C background

This text has white color on #A99D7C background.