COLOR #A98088

HEX: #A98088
RGB: (169,128,136)

Color info

#A98088 contains red, green and blue colors in about the same proportion. Web safe color of #A98088 is #996699 (or #969).

RGB color model

#A98088 color RGB value is (169,128,136).

  • red value is 169;
  • green value is 128;
  • blue value is 136.
RGB:
(169,128,136)
(66%,50%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 128 of 255 = 50%
B 136 of 255 = 53%

169
128
136

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

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 136 = 433 (100%)
R 169 of 433 ~ 39.03%
G 128 of 433 ~ 29.56%
B 136 of 433 ~ 31.41%

%39.03
%29.56
%31.41

CMYK color model

#A98088 color CMYK value is (0,24,20,34).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(0,24,20,34)
C0M24Y20K34 
(0%,24%,20%,34%)
(0.00/0.24/0.20/0.34)	

CMYK percentages

%0
%24.26
%19.53
%33.73

Codes

Color #A98088 in popluar color models

A98088
RGB169128136
HSL348°19.25%58.24%
HSB/HSV348°24.26%66.27%
CMYK0.00%24.26%19.53%
33.73%

Color #A98088 in popluar number systems.

HEXA98088
Decimal169128136
Binary101010011000000010001000
Octal251200210

Shades and tints

Shades of #A98088

#A98088
(169,128,136)
#9A757C
(154,117,124)
#8B6A70
(139,106,112)
#7C5F64
(124,95,100)
#6D5458
(109,84,88)
#5E494C
(94,73,76)
#4F3E40
(79,62,64)
#403334
(64,51,52)
#312828
(49,40,40)
#221D1C
(34,29,28)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A98088

#A98088
(169,128,136)
#B08B92
(176,139,146)
#B7969C
(183,150,156)
#BEA1A6
(190,161,166)
#C5ACB0
(197,172,176)
#CCB7BA
(204,183,186)
#D3C2C4
(211,194,196)
#DACDCE
(218,205,206)
#E1D8D8
(225,216,216)
#E8E3E2
(232,227,226)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98088 color. Also use rgb(169,128,136) instead hex code.

Text Font Color

.myTextColor { color: #A98088; }

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

This text font color is #A98088.


Background Color

.myBgColor { background-color: #A98088; }

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

This div background color is #A98088.


Border color

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

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

This div border color is #A98088.


Opacity

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

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

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

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

This text has shadow with #A98088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98088 on black background.


Color preview on white background

This text has color #A98088 on white background.



Black color preview on #A98088 background

This text has black color on #A98088 background.


White color preview on #A98088 background

This text has white color on #A98088 background.