COLOR #A98790

HEX: #A98790
RGB: (169,135,144)

Color info

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

RGB color model

#A98790 color RGB value is (169,135,144).

  • red value is 169;
  • green value is 135;
  • blue value is 144.
RGB:
(169,135,144)
(66%,53%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 144 of 255 = 56%

169
135
144

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

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 144 = 448 (100%)
R 169 of 448 ~ 37.72%
G 135 of 448 ~ 30.13%
B 144 of 448 ~ 32.14%

%37.72
%30.13
%32.14

CMYK color model

#A98790 color CMYK value is (0,20,15,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(0,20,15,34)
C0M20Y15K34 
(0%,20%,15%,34%)
(0.00/0.20/0.15/0.34)	

CMYK percentages

%0
%20.12
%14.79
%33.73

Codes

Color #A98790 in popluar color models

A98790
RGB169135144
HSL344°16.50%59.61%
HSB/HSV344°20.12%66.27%
CMYK0.00%20.12%14.79%
33.73%

Color #A98790 in popluar number systems.

HEXA98790
Decimal169135144
Binary101010011000011110010000
Octal251207220

Shades and tints

Shades of #A98790

#A98790
(169,135,144)
#9A7B83
(154,123,131)
#8B6F76
(139,111,118)
#7C6369
(124,99,105)
#6D575C
(109,87,92)
#5E4B4F
(94,75,79)
#4F3F42
(79,63,66)
#403335
(64,51,53)
#312728
(49,39,40)
#221B1B
(34,27,27)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #A98790

#A98790
(169,135,144)
#B0919A
(176,145,154)
#B79BA4
(183,155,164)
#BEA5AE
(190,165,174)
#C5AFB8
(197,175,184)
#CCB9C2
(204,185,194)
#D3C3CC
(211,195,204)
#DACDD6
(218,205,214)
#E1D7E0
(225,215,224)
#E8E1EA
(232,225,234)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98790 color. Also use rgb(169,135,144) instead hex code.

Text Font Color

.myTextColor { color: #A98790; }

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

This text font color is #A98790.


Background Color

.myBgColor { background-color: #A98790; }

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

This div background color is #A98790.


Border color

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

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

This div border color is #A98790.


Opacity

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

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

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

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

This text has shadow with #A98790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98790 on black background.


Color preview on white background

This text has color #A98790 on white background.



Black color preview on #A98790 background

This text has black color on #A98790 background.


White color preview on #A98790 background

This text has white color on #A98790 background.