COLOR #A98080

HEX: #A98080
RGB: (169,128,128)

Color info

#A98080 contains red, green and blue colors in about the same proportion. Web safe color of #A98080 is #996666 (or #966).

RGB color model

#A98080 color RGB value is (169,128,128).

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

RGB channels and saturation

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

169
128
128

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

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 128 = 425 (100%)
R 169 of 425 ~ 39.76%
G 128 of 425 ~ 30.12%
B 128 of 425 ~ 30.12%

%39.76
%30.12
%30.12

CMYK color model

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

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

CMYK percentages

%0
%24.26
%24.26
%33.73

Codes

Color #A98080 in popluar color models

A98080
RGB169128128
HSL19.25%58.24%
HSB/HSV24.26%66.27%
CMYK0.00%24.26%24.26%
33.73%

Color #A98080 in popluar number systems.

HEXA98080
Decimal169128128
Binary101010011000000010000000
Octal251200200

Shades and tints

Shades of #A98080

#A98080
(169,128,128)
#9A7575
(154,117,117)
#8B6A6A
(139,106,106)
#7C5F5F
(124,95,95)
#6D5454
(109,84,84)
#5E4949
(94,73,73)
#4F3E3E
(79,62,62)
#403333
(64,51,51)
#312828
(49,40,40)
#221D1D
(34,29,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A98080

#A98080
(169,128,128)
#B08B8B
(176,139,139)
#B79696
(183,150,150)
#BEA1A1
(190,161,161)
#C5ACAC
(197,172,172)
#CCB7B7
(204,183,183)
#D3C2C2
(211,194,194)
#DACDCD
(218,205,205)
#E1D8D8
(225,216,216)
#E8E3E3
(232,227,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98080; }

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

This text font color is #A98080.


Background Color

.myBgColor { background-color: #A98080; }

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

This div background color is #A98080.


Border color

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

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

This div border color is #A98080.


Opacity

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

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

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

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

This text has shadow with #A98080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98080 on black background.


Color preview on white background

This text has color #A98080 on white background.



Black color preview on #A98080 background

This text has black color on #A98080 background.


White color preview on #A98080 background

This text has white color on #A98080 background.