COLOR #A09089

HEX: #A09089 RGB: (160,144,137)

Color info

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

RGB color model

#A09089 color RGB value is (160,144,137).

RGB: (160,144,137) (63%, 56%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 137 of 255 = 54%

160
144
137

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

Portions of RGB colors in percentages

R + G + B = 160 + 144 + 137 = 441 (100%)
R 160 of 441 ~ 36.28%
G 144 of 441 ~ 32.65%
B 137 of 441 ~ 31.07'%

%36.28
%32.65
%31.07

CMYK color model

#A09089 color CMYK value is (0,10,14,37).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 14.38%
  • key color value is 37.25%

CMYK: (0,10,14,37)
C0M10Y14K37 (0%, 10%, 14%, 37%)
(0.00 / 0.10 / 0.14 / 0.37)

CMYK percentages

%0
%10
%14.38
%37.25

Codes

Color #A09089 in popluar color models

A0 90 89
RGB 160 144 137
HSL 18° 10.80% 58.24%
HSB/HSV 18° 14.38% 62.75%
CMYK 0.00% 10.00% 14.38%
37.25%

Color #A09089 in popluar number systems.

HEX A0 90 89
Decimal 160 144 137
Binary 10100000 10010000 10001001
Octal 240 220 211

Shades and tints

Shades of #A09089

#A09089
(160,144,137)
#92837D
(146,131,125)
#847671
(132,118,113)
#766965
(118,105,101)
#685C59
(104,92,89)
#5A4F4D
(90,79,77)
#4C4241
(76,66,65)
#3E3535
(62,53,53)
#302829
(48,40,41)
#221B1D
(34,27,29)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #A09089

#A09089
(160,144,137)
#A89A93
(168,154,147)
#B0A49D
(176,164,157)
#B8AEA7
(184,174,167)
#C0B8B1
(192,184,177)
#C8C2BB
(200,194,187)
#D0CCC5
(208,204,197)
#D8D6CF
(216,214,207)
#E0E0D9
(224,224,217)
#E8EAE3
(232,234,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09089; }

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

This text font color is #A09089.

Background Color

.myBgColor { background-color: #A09089; }

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

This div background color is #A09089.

Border color

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

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

This div border color is #A09089.

Opacity

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

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

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

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

This text has shadow with #A09089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09089.

Preview

Color preview on black background

This text has color #A09089 on black background.


Color preview on white background

This text has color #A09089 on white background.


Black color preview on #A09089 background

This text has black color on #A09089 background.


White color preview on #A09089 background

This text has white color on #A09089 background.


Related colors

Complementary color

Complementary color for #hex is #5F6F76.


I love getcolorcode.com

Triadic colors

1 #89A090 and #9089A0 with #A09089 are triadic colors.

2 #8990A0 and #90A089 with #A09089 are triadic colors.