COLOR #A9918C

HEX: #A9918C RGB: (169,145,140)

Color info

#A9918C contains red, green and blue colors in about the same proportion. Web safe color of #A9918C is #999999 (or #999).

RGB color model

#A9918C color RGB value is (169,145,140).

RGB: (169,145,140) (66%, 57%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 140 of 255 = 55%

169
145
140

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

Portions of RGB colors in percentages

R + G + B = 169 + 145 + 140 = 454 (100%)
R 169 of 454 ~ 37.22%
G 145 of 454 ~ 31.94%
B 140 of 454 ~ 30.84'%

%37.22
%31.94
%30.84

CMYK color model

#A9918C color CMYK value is (0,14,17,34).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 17.16%
  • key color value is 33.73%

CMYK: (0,14,17,34)
C0M14Y17K34 (0%, 14%, 17%, 34%)
(0.00 / 0.14 / 0.17 / 0.34)

CMYK percentages

%0
%14.2
%17.16
%33.73

Codes

Color #A9918C in popluar color models

A9 91 8C
RGB 169 145 140
HSL 10° 14.43% 60.59%
HSB/HSV 10° 17.16% 66.27%
CMYK 0.00% 14.20% 17.16%
33.73%

Color #A9918C in popluar number systems.

HEX A9 91 8C
Decimal 169 145 140
Binary 10101001 10010001 10001100
Octal 251 221 214

Shades and tints

Shades of #A9918C

#A9918C
(169,145,140)
#9A8480
(154,132,128)
#8B7774
(139,119,116)
#7C6A68
(124,106,104)
#6D5D5C
(109,93,92)
#5E5050
(94,80,80)
#4F4344
(79,67,68)
#403638
(64,54,56)
#31292C
(49,41,44)
#221C20
(34,28,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #A9918C

#A9918C
(169,145,140)
#B09B96
(176,155,150)
#B7A5A0
(183,165,160)
#BEAFAA
(190,175,170)
#C5B9B4
(197,185,180)
#CCC3BE
(204,195,190)
#D3CDC8
(211,205,200)
#DAD7D2
(218,215,210)
#E1E1DC
(225,225,220)
#E8EBE6
(232,235,230)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9918C; }

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

This text font color is #A9918C.

Background Color

.myBgColor { background-color: #A9918C; }

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

This div background color is #A9918C.

Border color

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

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

This div border color is #A9918C.

Opacity

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

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

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

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

This text has shadow with #A9918C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9918C.

Preview

Color preview on black background

This text has color #A9918C on black background.


Color preview on white background

This text has color #A9918C on white background.


Black color preview on #A9918C background

This text has black color on #A9918C background.


White color preview on #A9918C background

This text has white color on #A9918C background.


Related colors

Complementary color

Complementary color for #hex is #566E73.


I love getcolorcode.com

Triadic colors

1 #8CA991 and #918CA9 with #A9918C are triadic colors.

2 #8C91A9 and #91A98C with #A9918C are triadic colors.