COLOR #A99D6C

HEX: #A99D6C
RGB: (169,157,108)

Color info

#A99D6C contains mainly red and green colors. Web safe color of #A99D6C is #999966 (or #996).

RGB color model

#A99D6C color RGB value is (169,157,108).

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

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 108 of 255 = 42%

169
157
108

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

Portions of RGB colors in percentages

R + G + B =
169 + 157 + 108 = 434 (100%)
R 169 of 434 ~ 38.94%
G 157 of 434 ~ 36.18%
B 108 of 434 ~ 24.88%

%38.94
%36.18
%24.88

CMYK color model

#A99D6C color CMYK value is (0,7,36,34).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK:
(0,7,36,34)
C0M7Y36K34 
(0%,7%,36%,34%)
(0.00/0.07/0.36/0.34)	

CMYK percentages

%0
%7.1
%36.09
%33.73

Codes

Color #A99D6C in popluar color models

A99D6C
RGB169157108
HSL48°26.18%54.31%
HSB/HSV48°36.09%66.27%
CMYK0.00%7.10%36.09%
33.73%

Color #A99D6C in popluar number systems.

HEXA99D6C
Decimal169157108
Binary10101001100111011101100
Octal251235154

Shades and tints

Shades of #A99D6C

#A99D6C
(169,157,108)
#9A8F63
(154,143,99)
#8B815A
(139,129,90)
#7C7351
(124,115,81)
#6D6548
(109,101,72)
#5E573F
(94,87,63)
#4F4936
(79,73,54)
#403B2D
(64,59,45)
#312D24
(49,45,36)
#221F1B
(34,31,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #A99D6C

#A99D6C
(169,157,108)
#B0A579
(176,165,121)
#B7AD86
(183,173,134)
#BEB593
(190,181,147)
#C5BDA0
(197,189,160)
#CCC5AD
(204,197,173)
#D3CDBA
(211,205,186)
#DAD5C7
(218,213,199)
#E1DDD4
(225,221,212)
#E8E5E1
(232,229,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99D6C; }

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

This text font color is #A99D6C.


Background Color

.myBgColor { background-color: #A99D6C; }

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

This div background color is #A99D6C.


Border color

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

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

This div border color is #A99D6C.


Opacity

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

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

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

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

This text has shadow with #A99D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99D6C on black background.


Color preview on white background

This text has color #A99D6C on white background.



Black color preview on #A99D6C background

This text has black color on #A99D6C background.


White color preview on #A99D6C background

This text has white color on #A99D6C background.