COLOR #A49089

HEX: #A49089 RGB: (164,144,137)

Color info

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

RGB color model

#A49089 color RGB value is (164,144,137).

RGB: (164,144,137) (64%, 56%, 54%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 137 of 255 = 54%

164
144
137

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

Portions of RGB colors in percentages

R + G + B = 164 + 144 + 137 = 445 (100%)
R 164 of 445 ~ 36.85%
G 144 of 445 ~ 32.36%
B 137 of 445 ~ 30.79'%

%36.85
%32.36
%30.79

CMYK color model

#A49089 color CMYK value is (0,12,16,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 16.46%
  • key color value is 35.69%

CMYK: (0,12,16,36)
C0M12Y16K36 (0%, 12%, 16%, 36%)
(0.00 / 0.12 / 0.16 / 0.36)

CMYK percentages

%0
%12.2
%16.46
%35.69

Codes

Color #A49089 in popluar color models

A4 90 89
RGB 164 144 137
HSL 16° 12.92% 59.02%
HSB/HSV 16° 16.46% 64.31%
CMYK 0.00% 12.20% 16.46%
35.69%

Color #A49089 in popluar number systems.

HEX A4 90 89
Decimal 164 144 137
Binary 10100100 10010000 10001001
Octal 244 220 211

Shades and tints

Shades of #A49089

#A49089
(164,144,137)
#96837D
(150,131,125)
#887671
(136,118,113)
#7A6965
(122,105,101)
#6C5C59
(108,92,89)
#5E4F4D
(94,79,77)
#504241
(80,66,65)
#423535
(66,53,53)
#342829
(52,40,41)
#261B1D
(38,27,29)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #A49089

#A49089
(164,144,137)
#AC9A93
(172,154,147)
#B4A49D
(180,164,157)
#BCAEA7
(188,174,167)
#C4B8B1
(196,184,177)
#CCC2BB
(204,194,187)
#D4CCC5
(212,204,197)
#DCD6CF
(220,214,207)
#E4E0D9
(228,224,217)
#ECEAE3
(236,234,227)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49089 color. Also use rgb(164,144,137) instead hex code.

Text Font Color

.myTextColor { color: #A49089; }

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

This text font color is #A49089.

Background Color

.myBgColor { background-color: #A49089; }

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

This div background color is #A49089.

Border color

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

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

This div border color is #A49089.

Opacity

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

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

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

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

This text has shadow with #A49089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49089.

Preview

Color preview on black background

This text has color #A49089 on black background.


Color preview on white background

This text has color #A49089 on white background.


Black color preview on #A49089 background

This text has black color on #A49089 background.


White color preview on #A49089 background

This text has white color on #A49089 background.


Related colors

Complementary color

Complementary color for #hex is #5B6F76.


I love getcolorcode.com

Triadic colors

1 #89A490 and #9089A4 with #A49089 are triadic colors.

2 #8990A4 and #90A489 with #A49089 are triadic colors.