COLOR #A08997

HEX: #A08997 RGB: (160,137,151)

Color info

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

RGB color model

#A08997 color RGB value is (160,137,151).

RGB: (160,137,151) (63%, 54%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 151 of 255 = 59%

160
137
151

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

Portions of RGB colors in percentages

R + G + B = 160 + 137 + 151 = 448 (100%)
R 160 of 448 ~ 35.71%
G 137 of 448 ~ 30.58%
B 151 of 448 ~ 33.71'%

%35.71
%30.58
%33.71

CMYK color model

#A08997 color CMYK value is (0,14,6,37).

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

CMYK: (0,14,6,37)
C0M14Y6K37 (0%, 14%, 6%, 37%)
(0.00 / 0.14 / 0.06 / 0.37)

CMYK percentages

%0
%14.38
%5.63
%37.25

Codes

Color #A08997 in popluar color models

A0 89 97
RGB 160 137 151
HSL 323° 10.80% 58.24%
HSB/HSV 323° 14.38% 62.75%
CMYK 0.00% 14.38% 5.63%
37.25%

Color #A08997 in popluar number systems.

HEX A0 89 97
Decimal 160 137 151
Binary 10100000 10001001 10010111
Octal 240 211 227

Shades and tints

Shades of #A08997

#A08997
(160,137,151)
#927D8A
(146,125,138)
#84717D
(132,113,125)
#766570
(118,101,112)
#685963
(104,89,99)
#5A4D56
(90,77,86)
#4C4149
(76,65,73)
#3E353C
(62,53,60)
#30292F
(48,41,47)
#221D22
(34,29,34)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #A08997

#A08997
(160,137,151)
#A893A0
(168,147,160)
#B09DA9
(176,157,169)
#B8A7B2
(184,167,178)
#C0B1BB
(192,177,187)
#C8BBC4
(200,187,196)
#D0C5CD
(208,197,205)
#D8CFD6
(216,207,214)
#E0D9DF
(224,217,223)
#E8E3E8
(232,227,232)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08997; }

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

This text font color is #A08997.

Background Color

.myBgColor { background-color: #A08997; }

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

This div background color is #A08997.

Border color

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

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

This div border color is #A08997.

Opacity

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

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

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

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

This text has shadow with #A08997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08997.

Preview

Color preview on black background

This text has color #A08997 on black background.


Color preview on white background

This text has color #A08997 on white background.


Black color preview on #A08997 background

This text has black color on #A08997 background.


White color preview on #A08997 background

This text has white color on #A08997 background.


Related colors

Complementary color

Complementary color for #hex is #5F7668.


I love getcolorcode.com

Triadic colors

1 #97A089 and #8997A0 with #A08997 are triadic colors.

2 #9789A0 and #89A097 with #A08997 are triadic colors.