COLOR #A0897E

HEX: #A0897E RGB: (160,137,126)

Color info

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

RGB color model

#A0897E color RGB value is (160,137,126).

RGB: (160,137,126) (63%, 54%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 126 of 255 = 49%

160
137
126

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

Portions of RGB colors in percentages

R + G + B = 160 + 137 + 126 = 423 (100%)
R 160 of 423 ~ 37.83%
G 137 of 423 ~ 32.39%
B 126 of 423 ~ 29.79'%

%37.83
%32.39
%29.79

CMYK color model

#A0897E color CMYK value is (0,14,21,37).

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

CMYK: (0,14,21,37)
C0M14Y21K37 (0%, 14%, 21%, 37%)
(0.00 / 0.14 / 0.21 / 0.37)

CMYK percentages

%0
%14.38
%21.25
%37.25

Codes

Color #A0897E in popluar color models

A0 89 7E
RGB 160 137 126
HSL 19° 15.18% 56.08%
HSB/HSV 19° 21.25% 62.75%
CMYK 0.00% 14.38% 21.25%
37.25%

Color #A0897E in popluar number systems.

HEX A0 89 7E
Decimal 160 137 126
Binary 10100000 10001001 1111110
Octal 240 211 176

Shades and tints

Shades of #A0897E

#A0897E
(160,137,126)
#927D73
(146,125,115)
#847168
(132,113,104)
#76655D
(118,101,93)
#685952
(104,89,82)
#5A4D47
(90,77,71)
#4C413C
(76,65,60)
#3E3531
(62,53,49)
#302926
(48,41,38)
#221D1B
(34,29,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A0897E

#A0897E
(160,137,126)
#A89389
(168,147,137)
#B09D94
(176,157,148)
#B8A79F
(184,167,159)
#C0B1AA
(192,177,170)
#C8BBB5
(200,187,181)
#D0C5C0
(208,197,192)
#D8CFCB
(216,207,203)
#E0D9D6
(224,217,214)
#E8E3E1
(232,227,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0897E; }

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

This text font color is #A0897E.

Background Color

.myBgColor { background-color: #A0897E; }

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

This div background color is #A0897E.

Border color

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

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

This div border color is #A0897E.

Opacity

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

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

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

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

This text has shadow with #A0897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0897E.

Preview

Color preview on black background

This text has color #A0897E on black background.


Color preview on white background

This text has color #A0897E on white background.


Black color preview on #A0897E background

This text has black color on #A0897E background.


White color preview on #A0897E background

This text has white color on #A0897E background.


Related colors

Complementary color

Complementary color for #hex is #5F7681.


I love getcolorcode.com

Triadic colors

1 #7EA089 and #897EA0 with #A0897E are triadic colors.

2 #7E89A0 and #89A07E with #A0897E are triadic colors.