COLOR #A08D89

HEX: #A08D89 RGB: (160,141,137)

Color info

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

RGB color model

#A08D89 color RGB value is (160,141,137).

RGB: (160,141,137) (63%, 55%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 137 of 255 = 54%

160
141
137

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

Portions of RGB colors in percentages

R + G + B = 160 + 141 + 137 = 438 (100%)
R 160 of 438 ~ 36.53%
G 141 of 438 ~ 32.19%
B 137 of 438 ~ 31.28'%

%36.53
%32.19
%31.28

CMYK color model

#A08D89 color CMYK value is (0,12,14,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK: (0,12,14,37) C0M12Y14K37 (0%,12%,14%,37%) (0.00/0.12/0.14/0.37) 

CMYK percentages

%0
%11.88
%14.38
%37.25

Codes

Color #A08D89 in popluar color models

A0 8D 89
RGB 160 141 137
HSL 10° 10.80% 58.24%
HSB/HSV 10° 14.38% 62.75%
CMYK 0.00% 11.88% 14.38%
37.25%

Color #A08D89 in popluar number systems.

HEX A0 8D 89
Decimal 160 141 137
Binary 10100000 10001101 10001001
Octal 240 215 211

Shades and tints

Shades of #A08D89

#A08D89
(160,141,137)
#92817D
(146,129,125)
#847571
(132,117,113)
#766965
(118,105,101)
#685D59
(104,93,89)
#5A514D
(90,81,77)
#4C4541
(76,69,65)
#3E3935
(62,57,53)
#302D29
(48,45,41)
#22211D
(34,33,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A08D89

#A08D89
(160,141,137)
#A89793
(168,151,147)
#B0A19D
(176,161,157)
#B8ABA7
(184,171,167)
#C0B5B1
(192,181,177)
#C8BFBB
(200,191,187)
#D0C9C5
(208,201,197)
#D8D3CF
(216,211,207)
#E0DDD9
(224,221,217)
#E8E7E3
(232,231,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08D89; }

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

This text font color is #A08D89.

Background Color

.myBgColor { background-color: #A08D89; }

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

This div background color is #A08D89.

Border color

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

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

This div border color is #A08D89.

Opacity

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

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

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

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

This text has shadow with #A08D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08D89.

Preview

Color preview on black background

This text has color #A08D89 on black background.


Color preview on white background

This text has color #A08D89 on white background.


Black color preview on #A08D89 background

This text has black color on #A08D89 background.


White color preview on #A08D89 background

This text has white color on #A08D89 background.


Related colors

Complementary color

Complementary color for #hex is #5F7276.


I love getcolorcode.com

Triadic colors

1 #89A08D and #8D89A0 with #A08D89 are triadic colors.

2 #898DA0 and #8DA089 with #A08D89 are triadic colors.