COLOR #A89997

HEX: #A89997
RGB: (168,153,151)

Color info

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

RGB color model

#A89997 color RGB value is (168,153,151).

  • red value is 168;
  • green value is 153;
  • blue value is 151.
RGB:
(168,153,151)
(66%,60%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 151 of 255 = 59%

168
153
151

R + G + B ~ 62%. #A89997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 151 = 472 (100%)
R 168 of 472 ~ 35.59%
G 153 of 472 ~ 32.42%
B 151 of 472 ~ 31.99%

%35.59
%32.42
%31.99

CMYK color model

#A89997 color CMYK value is (0,9,10,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 10.12%
  • key color value is 34.12%
CMYK:
(0,9,10,34)
C0M9Y10K34 
(0%,9%,10%,34%)
(0.00/0.09/0.10/0.34)	

CMYK percentages

%0
%8.93
%10.12
%34.12

Codes

Color #A89997 in popluar color models

A89997
RGB168153151
HSL8.90%62.55%
HSB/HSV10.12%65.88%
CMYK0.00%8.93%10.12%
34.12%

Color #A89997 in popluar number systems.

HEXA89997
Decimal168153151
Binary101010001001100110010111
Octal250231227

Shades and tints

Shades of #A89997

#A89997
(168,153,151)
#998C8A
(153,140,138)
#8A7F7D
(138,127,125)
#7B7270
(123,114,112)
#6C6563
(108,101,99)
#5D5856
(93,88,86)
#4E4B49
(78,75,73)
#3F3E3C
(63,62,60)
#30312F
(48,49,47)
#212422
(33,36,34)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #A89997

#A89997
(168,153,151)
#AFA2A0
(175,162,160)
#B6ABA9
(182,171,169)
#BDB4B2
(189,180,178)
#C4BDBB
(196,189,187)
#CBC6C4
(203,198,196)
#D2CFCD
(210,207,205)
#D9D8D6
(217,216,214)
#E0E1DF
(224,225,223)
#E7EAE8
(231,234,232)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89997 color. Also use rgb(168,153,151) instead hex code.

Text Font Color

.myTextColor { color: #A89997; }

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

This text font color is #A89997.


Background Color

.myBgColor { background-color: #A89997; }

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

This div background color is #A89997.


Border color

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

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

This div border color is #A89997.


Opacity

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

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

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

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

This text has shadow with #A89997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89997 on black background.


Color preview on white background

This text has color #A89997 on white background.



Black color preview on #A89997 background

This text has black color on #A89997 background.


White color preview on #A89997 background

This text has white color on #A89997 background.