COLOR #A9808B

HEX: #A9808B RGB: (169,128,139)

Color info

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

RGB color model

#A9808B color RGB value is (169,128,139).

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

RGB channels and saturation

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

169
128
139

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

Portions of RGB colors in percentages

R + G + B = 169 + 128 + 139 = 436 (100%)
R 169 of 436 ~ 38.76%
G 128 of 436 ~ 29.36%
B 139 of 436 ~ 31.88'%

%38.76
%29.36
%31.88

CMYK color model

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

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

CMYK percentages

%0
%24.26
%17.75
%33.73

Codes

Color #A9808B in popluar color models

A9 80 8B
RGB 169 128 139
HSL 344° 19.25% 58.24%
HSB/HSV 344° 24.26% 66.27%
CMYK 0.00% 24.26% 17.75%
33.73%

Color #A9808B in popluar number systems.

HEX A9 80 8B
Decimal 169 128 139
Binary 10101001 10000000 10001011
Octal 251 200 213

Shades and tints

Shades of #A9808B

#A9808B
(169,128,139)
#9A757F
(154,117,127)
#8B6A73
(139,106,115)
#7C5F67
(124,95,103)
#6D545B
(109,84,91)
#5E494F
(94,73,79)
#4F3E43
(79,62,67)
#403337
(64,51,55)
#31282B
(49,40,43)
#221D1F
(34,29,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #A9808B

#A9808B
(169,128,139)
#B08B95
(176,139,149)
#B7969F
(183,150,159)
#BEA1A9
(190,161,169)
#C5ACB3
(197,172,179)
#CCB7BD
(204,183,189)
#D3C2C7
(211,194,199)
#DACDD1
(218,205,209)
#E1D8DB
(225,216,219)
#E8E3E5
(232,227,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9808B; }

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

This text font color is #A9808B.

Background Color

.myBgColor { background-color: #A9808B; }

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

This div background color is #A9808B.

Border color

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

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

This div border color is #A9808B.

Opacity

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

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

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

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

This text has shadow with #A9808B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9808B.

Preview

Color preview on black background

This text has color #A9808B on black background.


Color preview on white background

This text has color #A9808B on white background.


Black color preview on #A9808B background

This text has black color on #A9808B background.


White color preview on #A9808B background

This text has white color on #A9808B background.


Related colors

Complementary color

Complementary color for #hex is #567F74.


I love getcolorcode.com

Triadic colors

1 #8BA980 and #808BA9 with #A9808B are triadic colors.

2 #8B80A9 and #80A98B with #A9808B are triadic colors.