COLOR #A89596

HEX: #A89596 RGB: (168,149,150)

Color info

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

RGB color model

#A89596 color RGB value is (168,149,150).

RGB: (168,149,150) (66%, 58%, 59%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 150 of 255 = 59%

168
149
150

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

Portions of RGB colors in percentages

R + G + B = 168 + 149 + 150 = 467 (100%)
R 168 of 467 ~ 35.97%
G 149 of 467 ~ 31.91%
B 150 of 467 ~ 32.12'%

%35.97
%31.91
%32.12

CMYK color model

#A89596 color CMYK value is (0,11,11,34).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 10.71%
  • key color value is 34.12%

CMYK: (0,11,11,34)
C0M11Y11K34 (0%, 11%, 11%, 34%)
(0.00 / 0.11 / 0.11 / 0.34)

CMYK percentages

%0
%11.31
%10.71
%34.12

Codes

Color #A89596 in popluar color models

A8 95 96
RGB 168 149 150
HSL 357° 9.84% 62.16%
HSB/HSV 357° 11.31% 65.88%
CMYK 0.00% 11.31% 10.71%
34.12%

Color #A89596 in popluar number systems.

HEX A8 95 96
Decimal 168 149 150
Binary 10101000 10010101 10010110
Octal 250 225 226

Shades and tints

Shades of #A89596

#A89596
(168,149,150)
#998889
(153,136,137)
#8A7B7C
(138,123,124)
#7B6E6F
(123,110,111)
#6C6162
(108,97,98)
#5D5455
(93,84,85)
#4E4748
(78,71,72)
#3F3A3B
(63,58,59)
#302D2E
(48,45,46)
#212021
(33,32,33)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A89596

#A89596
(168,149,150)
#AF9E9F
(175,158,159)
#B6A7A8
(182,167,168)
#BDB0B1
(189,176,177)
#C4B9BA
(196,185,186)
#CBC2C3
(203,194,195)
#D2CBCC
(210,203,204)
#D9D4D5
(217,212,213)
#E0DDDE
(224,221,222)
#E7E6E7
(231,230,231)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89596 color. Also use rgb(168,149,150) instead hex code.

Text Font Color

.myTextColor { color: #A89596; }

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

This text font color is #A89596.

Background Color

.myBgColor { background-color: #A89596; }

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

This div background color is #A89596.

Border color

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

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

This div border color is #A89596.

Opacity

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

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

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

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

This text has shadow with #A89596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89596.

Preview

Color preview on black background

This text has color #A89596 on black background.


Color preview on white background

This text has color #A89596 on white background.


Black color preview on #A89596 background

This text has black color on #A89596 background.


White color preview on #A89596 background

This text has white color on #A89596 background.


Related colors

Complementary color

Complementary color for #hex is #576A69.


I love getcolorcode.com

Triadic colors

1 #96A895 and #9596A8 with #A89596 are triadic colors.

2 #9695A8 and #95A896 with #A89596 are triadic colors.