COLOR #A99477

HEX: #A99477 RGB: (169,148,119)

Color info

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

RGB color model

#A99477 color RGB value is (169,148,119).

RGB: (169,148,119) (66%, 58%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 119 of 255 = 47%

169
148
119

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

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 119 = 436 (100%)
R 169 of 436 ~ 38.76%
G 148 of 436 ~ 33.94%
B 119 of 436 ~ 27.29'%

%38.76
%33.94
%27.29

CMYK color model

#A99477 color CMYK value is (0,12,30,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 29.59%
  • key color value is 33.73%

CMYK: (0,12,30,34)
C0M12Y30K34 (0%, 12%, 30%, 34%)
(0.00 / 0.12 / 0.30 / 0.34)

CMYK percentages

%0
%12.43
%29.59
%33.73

Codes

Color #A99477 in popluar color models

A9 94 77
RGB 169 148 119
HSL 35° 22.52% 56.47%
HSB/HSV 35° 29.59% 66.27%
CMYK 0.00% 12.43% 29.59%
33.73%

Color #A99477 in popluar number systems.

HEX A9 94 77
Decimal 169 148 119
Binary 10101001 10010100 1110111
Octal 251 224 167

Shades and tints

Shades of #A99477

#A99477
(169,148,119)
#9A876D
(154,135,109)
#8B7A63
(139,122,99)
#7C6D59
(124,109,89)
#6D604F
(109,96,79)
#5E5345
(94,83,69)
#4F463B
(79,70,59)
#403931
(64,57,49)
#312C27
(49,44,39)
#221F1D
(34,31,29)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #A99477

#A99477
(169,148,119)
#B09D83
(176,157,131)
#B7A68F
(183,166,143)
#BEAF9B
(190,175,155)
#C5B8A7
(197,184,167)
#CCC1B3
(204,193,179)
#D3CABF
(211,202,191)
#DAD3CB
(218,211,203)
#E1DCD7
(225,220,215)
#E8E5E3
(232,229,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99477 color. Also use rgb(169,148,119) instead hex code.

Text Font Color

.myTextColor { color: #A99477; }

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

This text font color is #A99477.

Background Color

.myBgColor { background-color: #A99477; }

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

This div background color is #A99477.

Border color

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

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

This div border color is #A99477.

Opacity

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

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

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

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

This text has shadow with #A99477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99477.

Preview

Color preview on black background

This text has color #A99477 on black background.


Color preview on white background

This text has color #A99477 on white background.


Black color preview on #A99477 background

This text has black color on #A99477 background.


White color preview on #A99477 background

This text has white color on #A99477 background.


Related colors

Complementary color

Complementary color for #hex is #566B88.


I love getcolorcode.com

Triadic colors

1 #77A994 and #9477A9 with #A99477 are triadic colors.

2 #7794A9 and #94A977 with #A99477 are triadic colors.