COLOR #A99779

HEX: #A99779
RGB: (169,151,121)

Color info

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

RGB color model

#A99779 color RGB value is (169,151,121).

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

RGB channels and saturation

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

169
151
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 151 + 121 = 441 (100%)
R 169 of 441 ~ 38.32%
G 151 of 441 ~ 34.24%
B 121 of 441 ~ 27.44%

%38.32
%34.24
%27.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.65%
  • 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
%10.65
%28.4
%33.73

Codes

Color #A99779 in popluar color models

A99779
RGB169151121
HSL38°21.82%56.86%
HSB/HSV38°28.40%66.27%
CMYK0.00%10.65%28.40%
33.73%

Color #A99779 in popluar number systems.

HEXA99779
Decimal169151121
Binary10101001100101111111001
Octal251227171

Shades and tints

Shades of #A99779

#A99779
(169,151,121)
#9A8A6E
(154,138,110)
#8B7D63
(139,125,99)
#7C7058
(124,112,88)
#6D634D
(109,99,77)
#5E5642
(94,86,66)
#4F4937
(79,73,55)
#403C2C
(64,60,44)
#312F21
(49,47,33)
#222216
(34,34,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #A99779

#A99779
(169,151,121)
#B0A085
(176,160,133)
#B7A991
(183,169,145)
#BEB29D
(190,178,157)
#C5BBA9
(197,187,169)
#CCC4B5
(204,196,181)
#D3CDC1
(211,205,193)
#DAD6CD
(218,214,205)
#E1DFD9
(225,223,217)
#E8E8E5
(232,232,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99779; }

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

This text font color is #A99779.


Background Color

.myBgColor { background-color: #A99779; }

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

This div background color is #A99779.


Border color

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

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

This div border color is #A99779.


Opacity

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

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

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

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

This text has shadow with #A99779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99779 on black background.


Color preview on white background

This text has color #A99779 on white background.



Black color preview on #A99779 background

This text has black color on #A99779 background.


White color preview on #A99779 background

This text has white color on #A99779 background.