COLOR #A9808E

HEX: #A9808E RGB: (169,128,142)

Color info

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

RGB color model

#A9808E color RGB value is (169,128,142).

RGB: (169,128,142) (66%, 50%, 56%)

RGB channels and saturation

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

169
128
142

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

Portions of RGB colors in percentages

R + G + B = 169 + 128 + 142 = 439 (100%)
R 169 of 439 ~ 38.5%
G 128 of 439 ~ 29.16%
B 142 of 439 ~ 32.35'%

%38.5
%29.16
%32.35

CMYK color model

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

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

CMYK: (0,24,16,34)
C0M24Y16K34 (0%, 24%, 16%, 34%)
(0.00 / 0.24 / 0.16 / 0.34)

CMYK percentages

%0
%24.26
%15.98
%33.73

Codes

Color #A9808E in popluar color models

A9 80 8E
RGB 169 128 142
HSL 340° 19.25% 58.24%
HSB/HSV 340° 24.26% 66.27%
CMYK 0.00% 24.26% 15.98%
33.73%

Color #A9808E in popluar number systems.

HEX A9 80 8E
Decimal 169 128 142
Binary 10101001 10000000 10001110
Octal 251 200 216

Shades and tints

Shades of #A9808E

#A9808E
(169,128,142)
#9A7582
(154,117,130)
#8B6A76
(139,106,118)
#7C5F6A
(124,95,106)
#6D545E
(109,84,94)
#5E4952
(94,73,82)
#4F3E46
(79,62,70)
#40333A
(64,51,58)
#31282E
(49,40,46)
#221D22
(34,29,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A9808E

#A9808E
(169,128,142)
#B08B98
(176,139,152)
#B796A2
(183,150,162)
#BEA1AC
(190,161,172)
#C5ACB6
(197,172,182)
#CCB7C0
(204,183,192)
#D3C2CA
(211,194,202)
#DACDD4
(218,205,212)
#E1D8DE
(225,216,222)
#E8E3E8
(232,227,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9808E; }

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

This text font color is #A9808E.

Background Color

.myBgColor { background-color: #A9808E; }

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

This div background color is #A9808E.

Border color

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

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

This div border color is #A9808E.

Opacity

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

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

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

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

This text has shadow with #A9808E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9808E.

Preview

Color preview on black background

This text has color #A9808E on black background.


Color preview on white background

This text has color #A9808E on white background.


Black color preview on #A9808E background

This text has black color on #A9808E background.


White color preview on #A9808E background

This text has white color on #A9808E background.


Related colors

Complementary color

Complementary color for #hex is #567F71.


I love getcolorcode.com

Triadic colors

1 #8EA980 and #808EA9 with #A9808E are triadic colors.

2 #8E80A9 and #80A98E with #A9808E are triadic colors.