COLOR #A99489

HEX: #A99489 RGB: (169,148,137)

Color info

#A99489 contains red, green and blue colors in about the same proportion. Web safe color of #A99489 is #999999 (or #999).

RGB color model

#A99489 color RGB value is (169,148,137).

RGB: (169,148,137) (66%, 58%, 54%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 137 of 255 = 54%

169
148
137

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

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 137 = 454 (100%)
R 169 of 454 ~ 37.22%
G 148 of 454 ~ 32.6%
B 137 of 454 ~ 30.18'%

%37.22
%32.6
%30.18

CMYK color model

#A99489 color CMYK value is (0,12,19,34).

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

CMYK: (0,12,19,34)
C0M12Y19K34 (0%, 12%, 19%, 34%)
(0.00 / 0.12 / 0.19 / 0.34)

CMYK percentages

%0
%12.43
%18.93
%33.73

Codes

Color #A99489 in popluar color models

A9 94 89
RGB 169 148 137
HSL 21° 15.69% 60.00%
HSB/HSV 21° 18.93% 66.27%
CMYK 0.00% 12.43% 18.93%
33.73%

Color #A99489 in popluar number systems.

HEX A9 94 89
Decimal 169 148 137
Binary 10101001 10010100 10001001
Octal 251 224 211

Shades and tints

Shades of #A99489

#A99489
(169,148,137)
#9A877D
(154,135,125)
#8B7A71
(139,122,113)
#7C6D65
(124,109,101)
#6D6059
(109,96,89)
#5E534D
(94,83,77)
#4F4641
(79,70,65)
#403935
(64,57,53)
#312C29
(49,44,41)
#221F1D
(34,31,29)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A99489

#A99489
(169,148,137)
#B09D93
(176,157,147)
#B7A69D
(183,166,157)
#BEAFA7
(190,175,167)
#C5B8B1
(197,184,177)
#CCC1BB
(204,193,187)
#D3CAC5
(211,202,197)
#DAD3CF
(218,211,207)
#E1DCD9
(225,220,217)
#E8E5E3
(232,229,227)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99489; }

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

This text font color is #A99489.

Background Color

.myBgColor { background-color: #A99489; }

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

This div background color is #A99489.

Border color

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

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

This div border color is #A99489.

Opacity

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

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

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

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

This text has shadow with #A99489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99489.

Preview

Color preview on black background

This text has color #A99489 on black background.


Color preview on white background

This text has color #A99489 on white background.


Black color preview on #A99489 background

This text has black color on #A99489 background.


White color preview on #A99489 background

This text has white color on #A99489 background.


Related colors

Complementary color

Complementary color for #hex is #566B76.


I love getcolorcode.com

Triadic colors

1 #89A994 and #9489A9 with #A99489 are triadic colors.

2 #8994A9 and #94A989 with #A99489 are triadic colors.