COLOR #A9808D

HEX: #A9808D RGB: (169,128,141)

Color info

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

RGB color model

#A9808D color RGB value is (169,128,141).

RGB: (169,128,141) (66%, 50%, 55%)

RGB channels and saturation

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

169
128
141

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

Portions of RGB colors in percentages

R + G + B = 169 + 128 + 141 = 438 (100%)
R 169 of 438 ~ 38.58%
G 128 of 438 ~ 29.22%
B 141 of 438 ~ 32.19'%

%38.58
%29.22
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 16.57%
  • key color value is 33.73%

CMYK: (0,24,17,34)
C0M24Y17K34 (0%, 24%, 17%, 34%)
(0.00 / 0.24 / 0.17 / 0.34)

CMYK percentages

%0
%24.26
%16.57
%33.73

Codes

Color #A9808D in popluar color models

A9 80 8D
RGB 169 128 141
HSL 341° 19.25% 58.24%
HSB/HSV 341° 24.26% 66.27%
CMYK 0.00% 24.26% 16.57%
33.73%

Color #A9808D in popluar number systems.

HEX A9 80 8D
Decimal 169 128 141
Binary 10101001 10000000 10001101
Octal 251 200 215

Shades and tints

Shades of #A9808D

#A9808D
(169,128,141)
#9A7581
(154,117,129)
#8B6A75
(139,106,117)
#7C5F69
(124,95,105)
#6D545D
(109,84,93)
#5E4951
(94,73,81)
#4F3E45
(79,62,69)
#403339
(64,51,57)
#31282D
(49,40,45)
#221D21
(34,29,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A9808D

#A9808D
(169,128,141)
#B08B97
(176,139,151)
#B796A1
(183,150,161)
#BEA1AB
(190,161,171)
#C5ACB5
(197,172,181)
#CCB7BF
(204,183,191)
#D3C2C9
(211,194,201)
#DACDD3
(218,205,211)
#E1D8DD
(225,216,221)
#E8E3E7
(232,227,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9808D; }

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

This text font color is #A9808D.

Background Color

.myBgColor { background-color: #A9808D; }

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

This div background color is #A9808D.

Border color

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

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

This div border color is #A9808D.

Opacity

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

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

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

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

This text has shadow with #A9808D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9808D.

Preview

Color preview on black background

This text has color #A9808D on black background.


Color preview on white background

This text has color #A9808D on white background.


Black color preview on #A9808D background

This text has black color on #A9808D background.


White color preview on #A9808D background

This text has white color on #A9808D background.


Related colors

Complementary color

Complementary color for #hex is #567F72.


I love getcolorcode.com

Triadic colors

1 #8DA980 and #808DA9 with #A9808D are triadic colors.

2 #8D80A9 and #80A98D with #A9808D are triadic colors.