COLOR #A99679

HEX: #A99679
RGB: (169,150,121)

Color info

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

RGB color model

#A99679 color RGB value is (169,150,121).

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

RGB channels and saturation

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

169
150
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 121 = 440 (100%)
R 169 of 440 ~ 38.41%
G 150 of 440 ~ 34.09%
B 121 of 440 ~ 27.5%

%38.41
%34.09
%27.5

CMYK color model

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

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

CMYK percentages

%0
%11.24
%28.4
%33.73

Codes

Color #A99679 in popluar color models

A99679
RGB169150121
HSL36°21.82%56.86%
HSB/HSV36°28.40%66.27%
CMYK0.00%11.24%28.40%
33.73%

Color #A99679 in popluar number systems.

HEXA99679
Decimal169150121
Binary10101001100101101111001
Octal251226171

Shades and tints

Shades of #A99679

#A99679
(169,150,121)
#9A896E
(154,137,110)
#8B7C63
(139,124,99)
#7C6F58
(124,111,88)
#6D624D
(109,98,77)
#5E5542
(94,85,66)
#4F4837
(79,72,55)
#403B2C
(64,59,44)
#312E21
(49,46,33)
#222116
(34,33,22)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #A99679

#A99679
(169,150,121)
#B09F85
(176,159,133)
#B7A891
(183,168,145)
#BEB19D
(190,177,157)
#C5BAA9
(197,186,169)
#CCC3B5
(204,195,181)
#D3CCC1
(211,204,193)
#DAD5CD
(218,213,205)
#E1DED9
(225,222,217)
#E8E7E5
(232,231,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99679; }

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

This text font color is #A99679.


Background Color

.myBgColor { background-color: #A99679; }

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

This div background color is #A99679.


Border color

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

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

This div border color is #A99679.


Opacity

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

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

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

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

This text has shadow with #A99679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99679 on black background.


Color preview on white background

This text has color #A99679 on white background.



Black color preview on #A99679 background

This text has black color on #A99679 background.


White color preview on #A99679 background

This text has white color on #A99679 background.