COLOR #A89590

HEX: #A89590
RGB: (168,149,144)

Color info

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

RGB color model

#A89590 color RGB value is (168,149,144).

  • red value is 168;
  • green value is 149;
  • blue value is 144.
RGB:
(168,149,144)
(66%,58%,56%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 144 of 255 = 56%

168
149
144

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

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 144 = 461 (100%)
R 168 of 461 ~ 36.44%
G 149 of 461 ~ 32.32%
B 144 of 461 ~ 31.24%

%36.44
%32.32
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 14.29%
  • key color value is 34.12%
CMYK:
(0,11,14,34)
C0M11Y14K34 
(0%,11%,14%,34%)
(0.00/0.11/0.14/0.34)	

CMYK percentages

%0
%11.31
%14.29
%34.12

Codes

Color #A89590 in popluar color models

A89590
RGB168149144
HSL13°12.12%61.18%
HSB/HSV13°14.29%65.88%
CMYK0.00%11.31%14.29%
34.12%

Color #A89590 in popluar number systems.

HEXA89590
Decimal168149144
Binary101010001001010110010000
Octal250225220

Shades and tints

Shades of #A89590

#A89590
(168,149,144)
#998883
(153,136,131)
#8A7B76
(138,123,118)
#7B6E69
(123,110,105)
#6C615C
(108,97,92)
#5D544F
(93,84,79)
#4E4742
(78,71,66)
#3F3A35
(63,58,53)
#302D28
(48,45,40)
#21201B
(33,32,27)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #A89590

#A89590
(168,149,144)
#AF9E9A
(175,158,154)
#B6A7A4
(182,167,164)
#BDB0AE
(189,176,174)
#C4B9B8
(196,185,184)
#CBC2C2
(203,194,194)
#D2CBCC
(210,203,204)
#D9D4D6
(217,212,214)
#E0DDE0
(224,221,224)
#E7E6EA
(231,230,234)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89590; }

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

This text font color is #A89590.


Background Color

.myBgColor { background-color: #A89590; }

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

This div background color is #A89590.


Border color

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

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

This div border color is #A89590.


Opacity

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

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

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

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

This text has shadow with #A89590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89590 on black background.


Color preview on white background

This text has color #A89590 on white background.



Black color preview on #A89590 background

This text has black color on #A89590 background.


White color preview on #A89590 background

This text has white color on #A89590 background.