COLOR #A99177

HEX: #A99177 RGB: (169,145,119)

Color info

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

RGB color model

#A99177 color RGB value is (169,145,119).

RGB: (169,145,119) (66%, 57%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 119 of 255 = 47%

169
145
119

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

Portions of RGB colors in percentages

R + G + B = 169 + 145 + 119 = 433 (100%)
R 169 of 433 ~ 39.03%
G 145 of 433 ~ 33.49%
B 119 of 433 ~ 27.48'%

%39.03
%33.49
%27.48

CMYK color model

#A99177 color CMYK value is (0,14,30,34).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK: (0,14,30,34) C0M14Y30K34 (0%,14%,30%,34%) (0.00/0.14/0.30/0.34) 

CMYK percentages

%0
%14.2
%29.59
%33.73

Codes

Color #A99177 in popluar color models

A9 91 77
RGB 169 145 119
HSL 31° 22.52% 56.47%
HSB/HSV 31° 29.59% 66.27%
CMYK 0.00% 14.20% 29.59%
33.73%

Color #A99177 in popluar number systems.

HEX A9 91 77
Decimal 169 145 119
Binary 10101001 10010001 1110111
Octal 251 221 167

Shades and tints

Shades of #A99177

#A99177
(169,145,119)
#9A846D
(154,132,109)
#8B7763
(139,119,99)
#7C6A59
(124,106,89)
#6D5D4F
(109,93,79)
#5E5045
(94,80,69)
#4F433B
(79,67,59)
#403631
(64,54,49)
#312927
(49,41,39)
#221C1D
(34,28,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A99177

#A99177
(169,145,119)
#B09B83
(176,155,131)
#B7A58F
(183,165,143)
#BEAF9B
(190,175,155)
#C5B9A7
(197,185,167)
#CCC3B3
(204,195,179)
#D3CDBF
(211,205,191)
#DAD7CB
(218,215,203)
#E1E1D7
(225,225,215)
#E8EBE3
(232,235,227)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99177; }

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

This text font color is #A99177.

Background Color

.myBgColor { background-color: #A99177; }

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

This div background color is #A99177.

Border color

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

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

This div border color is #A99177.

Opacity

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

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

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

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

This text has shadow with #A99177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99177.

Preview

Color preview on black background

This text has color #A99177 on black background.


Color preview on white background

This text has color #A99177 on white background.


Black color preview on #A99177 background

This text has black color on #A99177 background.


White color preview on #A99177 background

This text has white color on #A99177 background.


Related colors

Complementary color

Complementary color for #hex is #566E88.


I love getcolorcode.com

Triadic colors

1 #77A991 and #9177A9 with #A99177 are triadic colors.

2 #7791A9 and #91A977 with #A99177 are triadic colors.