COLOR #A98777

HEX: #A98777 RGB: (169,135,119)

Color info

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

RGB color model

#A98777 color RGB value is (169,135,119).

RGB: (169,135,119) (66%, 53%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 119 of 255 = 47%

169
135
119

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

Portions of RGB colors in percentages

R + G + B = 169 + 135 + 119 = 423 (100%)
R 169 of 423 ~ 39.95%
G 135 of 423 ~ 31.91%
B 119 of 423 ~ 28.13'%

%39.95
%31.91
%28.13

CMYK color model

#A98777 color CMYK value is (0,20,30,34).

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

CMYK: (0,20,30,34)
C0M20Y30K34 (0%, 20%, 30%, 34%)
(0.00 / 0.20 / 0.30 / 0.34)

CMYK percentages

%0
%20.12
%29.59
%33.73

Codes

Color #A98777 in popluar color models

A9 87 77
RGB 169 135 119
HSL 19° 22.52% 56.47%
HSB/HSV 19° 29.59% 66.27%
CMYK 0.00% 20.12% 29.59%
33.73%

Color #A98777 in popluar number systems.

HEX A9 87 77
Decimal 169 135 119
Binary 10101001 10000111 1110111
Octal 251 207 167

Shades and tints

Shades of #A98777

#A98777
(169,135,119)
#9A7B6D
(154,123,109)
#8B6F63
(139,111,99)
#7C6359
(124,99,89)
#6D574F
(109,87,79)
#5E4B45
(94,75,69)
#4F3F3B
(79,63,59)
#403331
(64,51,49)
#312727
(49,39,39)
#221B1D
(34,27,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A98777

#A98777
(169,135,119)
#B09183
(176,145,131)
#B79B8F
(183,155,143)
#BEA59B
(190,165,155)
#C5AFA7
(197,175,167)
#CCB9B3
(204,185,179)
#D3C3BF
(211,195,191)
#DACDCB
(218,205,203)
#E1D7D7
(225,215,215)
#E8E1E3
(232,225,227)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98777; }

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

This text font color is #A98777.

Background Color

.myBgColor { background-color: #A98777; }

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

This div background color is #A98777.

Border color

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

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

This div border color is #A98777.

Opacity

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

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

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

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

This text has shadow with #A98777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98777.

Preview

Color preview on black background

This text has color #A98777 on black background.


Color preview on white background

This text has color #A98777 on white background.


Black color preview on #A98777 background

This text has black color on #A98777 background.


White color preview on #A98777 background

This text has white color on #A98777 background.


Related colors

Complementary color

Complementary color for #hex is #567888.


I love getcolorcode.com

Triadic colors

1 #77A987 and #8777A9 with #A98777 are triadic colors.

2 #7787A9 and #87A977 with #A98777 are triadic colors.