COLOR #A99A71

HEX: #A99A71 RGB: (169,154,113)

Color info

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

RGB color model

#A99A71 color RGB value is (169,154,113).

RGB: (169,154,113) (66%, 60%, 44%)

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 113 of 255 = 44%

169
154
113

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

Portions of RGB colors in percentages

R + G + B = 169 + 154 + 113 = 436 (100%)
R 169 of 436 ~ 38.76%
G 154 of 436 ~ 35.32%
B 113 of 436 ~ 25.92'%

%38.76
%35.32
%25.92

CMYK color model

#A99A71 color CMYK value is (0,9,33,34).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 33.14%
  • key color value is 33.73%

CMYK: (0,9,33,34)
C0M9Y33K34 (0%, 9%, 33%, 34%)
(0.00 / 0.09 / 0.33 / 0.34)

CMYK percentages

%0
%8.88
%33.14
%33.73

Codes

Color #A99A71 in popluar color models

A9 9A 71
RGB 169 154 113
HSL 44° 24.56% 55.29%
HSB/HSV 44° 33.14% 66.27%
CMYK 0.00% 8.88% 33.14%
33.73%

Color #A99A71 in popluar number systems.

HEX A9 9A 71
Decimal 169 154 113
Binary 10101001 10011010 1110001
Octal 251 232 161

Shades and tints

Shades of #A99A71

#A99A71
(169,154,113)
#9A8C67
(154,140,103)
#8B7E5D
(139,126,93)
#7C7053
(124,112,83)
#6D6249
(109,98,73)
#5E543F
(94,84,63)
#4F4635
(79,70,53)
#40382B
(64,56,43)
#312A21
(49,42,33)
#221C17
(34,28,23)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #A99A71

#A99A71
(169,154,113)
#B0A37D
(176,163,125)
#B7AC89
(183,172,137)
#BEB595
(190,181,149)
#C5BEA1
(197,190,161)
#CCC7AD
(204,199,173)
#D3D0B9
(211,208,185)
#DAD9C5
(218,217,197)
#E1E2D1
(225,226,209)
#E8EBDD
(232,235,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99A71 color. Also use rgb(169,154,113) instead hex code.

Text Font Color

.myTextColor { color: #A99A71; }

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

This text font color is #A99A71.

Background Color

.myBgColor { background-color: #A99A71; }

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

This div background color is #A99A71.

Border color

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

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

This div border color is #A99A71.

Opacity

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

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

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

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

This text has shadow with #A99A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99A71.

Preview

Color preview on black background

This text has color #A99A71 on black background.


Color preview on white background

This text has color #A99A71 on white background.


Black color preview on #A99A71 background

This text has black color on #A99A71 background.


White color preview on #A99A71 background

This text has white color on #A99A71 background.


Related colors

Complementary color

Complementary color for #hex is #56658E.


I love getcolorcode.com

Triadic colors

1 #71A99A and #9A71A9 with #A99A71 are triadic colors.

2 #719AA9 and #9AA971 with #A99A71 are triadic colors.