COLOR #A89497

HEX: #A89497 RGB: (168,148,151)

Color info

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

RGB color model

#A89497 color RGB value is (168,148,151).

RGB: (168,148,151) (66%, 58%, 59%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 151 of 255 = 59%

168
148
151

R + G + B ~ 61%. #A89497 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 148 + 151 = 467 (100%)
R 168 of 467 ~ 35.97%
G 148 of 467 ~ 31.69%
B 151 of 467 ~ 32.33'%

%35.97
%31.69
%32.33

CMYK color model

#A89497 color CMYK value is (0,12,10,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 10.12%
  • key color value is 34.12%
CMYK: (0,12,10,34) C0M12Y10K34 (0%,12%,10%,34%) (0.00/0.12/0.10/0.34) 

CMYK percentages

%0
%11.9
%10.12
%34.12

Codes

Color #A89497 in popluar color models

A8 94 97
RGB 168 148 151
HSL 351° 10.31% 61.96%
HSB/HSV 351° 11.90% 65.88%
CMYK 0.00% 11.90% 10.12%
34.12%

Color #A89497 in popluar number systems.

HEX A8 94 97
Decimal 168 148 151
Binary 10101000 10010100 10010111
Octal 250 224 227

Shades and tints

Shades of #A89497

#A89497
(168,148,151)
#99878A
(153,135,138)
#8A7A7D
(138,122,125)
#7B6D70
(123,109,112)
#6C6063
(108,96,99)
#5D5356
(93,83,86)
#4E4649
(78,70,73)
#3F393C
(63,57,60)
#302C2F
(48,44,47)
#211F22
(33,31,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #A89497

#A89497
(168,148,151)
#AF9DA0
(175,157,160)
#B6A6A9
(182,166,169)
#BDAFB2
(189,175,178)
#C4B8BB
(196,184,187)
#CBC1C4
(203,193,196)
#D2CACD
(210,202,205)
#D9D3D6
(217,211,214)
#E0DCDF
(224,220,223)
#E7E5E8
(231,229,232)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89497; }

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

This text font color is #A89497.

Background Color

.myBgColor { background-color: #A89497; }

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

This div background color is #A89497.

Border color

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

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

This div border color is #A89497.

Opacity

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

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

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

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

This text has shadow with #A89497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89497.

Preview

Color preview on black background

This text has color #A89497 on black background.


Color preview on white background

This text has color #A89497 on white background.


Black color preview on #A89497 background

This text has black color on #A89497 background.


White color preview on #A89497 background

This text has white color on #A89497 background.


Related colors

Complementary color

Complementary color for #hex is #576B68.


I love getcolorcode.com

Triadic colors

1 #97A894 and #9497A8 with #A89497 are triadic colors.

2 #9794A8 and #94A897 with #A89497 are triadic colors.