COLOR #A99979

HEX: #A99979
RGB: (169,153,121)

Color info

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

RGB color model

#A99979 color RGB value is (169,153,121).

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

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 121 of 255 = 47%

169
153
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 121 = 443 (100%)
R 169 of 443 ~ 38.15%
G 153 of 443 ~ 34.54%
B 121 of 443 ~ 27.31%

%38.15
%34.54
%27.31

CMYK color model

#A99979 color CMYK value is (0,9,28,34).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(0,9,28,34)
C0M9Y28K34 
(0%,9%,28%,34%)
(0.00/0.09/0.28/0.34)	

CMYK percentages

%0
%9.47
%28.4
%33.73

Codes

Color #A99979 in popluar color models

A99979
RGB169153121
HSL40°21.82%56.86%
HSB/HSV40°28.40%66.27%
CMYK0.00%9.47%28.40%
33.73%

Color #A99979 in popluar number systems.

HEXA99979
Decimal169153121
Binary10101001100110011111001
Octal251231171

Shades and tints

Shades of #A99979

#A99979
(169,153,121)
#9A8C6E
(154,140,110)
#8B7F63
(139,127,99)
#7C7258
(124,114,88)
#6D654D
(109,101,77)
#5E5842
(94,88,66)
#4F4B37
(79,75,55)
#403E2C
(64,62,44)
#313121
(49,49,33)
#222416
(34,36,22)
#13170B
(19,23,11)
#000000
(0,0,0)

Tints of #A99979

#A99979
(169,153,121)
#B0A285
(176,162,133)
#B7AB91
(183,171,145)
#BEB49D
(190,180,157)
#C5BDA9
(197,189,169)
#CCC6B5
(204,198,181)
#D3CFC1
(211,207,193)
#DAD8CD
(218,216,205)
#E1E1D9
(225,225,217)
#E8EAE5
(232,234,229)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99979; }

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

This text font color is #A99979.


Background Color

.myBgColor { background-color: #A99979; }

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

This div background color is #A99979.


Border color

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

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

This div border color is #A99979.


Opacity

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

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

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

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

This text has shadow with #A99979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99979 on black background.


Color preview on white background

This text has color #A99979 on white background.



Black color preview on #A99979 background

This text has black color on #A99979 background.


White color preview on #A99979 background

This text has white color on #A99979 background.