COLOR #A9838C

HEX: #A9838C RGB: (169,131,140)

Color info

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

RGB color model

#A9838C color RGB value is (169,131,140).

RGB: (169,131,140) (66%, 51%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 140 of 255 = 55%

169
131
140

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

Portions of RGB colors in percentages

R + G + B = 169 + 131 + 140 = 440 (100%)
R 169 of 440 ~ 38.41%
G 131 of 440 ~ 29.77%
B 140 of 440 ~ 31.82'%

%38.41
%29.77
%31.82

CMYK color model

#A9838C color CMYK value is (0,22,17,34).

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

CMYK: (0,22,17,34)
C0M22Y17K34 (0%, 22%, 17%, 34%)
(0.00 / 0.22 / 0.17 / 0.34)

CMYK percentages

%0
%22.49
%17.16
%33.73

Codes

Color #A9838C in popluar color models

A9 83 8C
RGB 169 131 140
HSL 346° 18.10% 58.82%
HSB/HSV 346° 22.49% 66.27%
CMYK 0.00% 22.49% 17.16%
33.73%

Color #A9838C in popluar number systems.

HEX A9 83 8C
Decimal 169 131 140
Binary 10101001 10000011 10001100
Octal 251 203 214

Shades and tints

Shades of #A9838C

#A9838C
(169,131,140)
#9A7880
(154,120,128)
#8B6D74
(139,109,116)
#7C6268
(124,98,104)
#6D575C
(109,87,92)
#5E4C50
(94,76,80)
#4F4144
(79,65,68)
#403638
(64,54,56)
#312B2C
(49,43,44)
#222020
(34,32,32)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A9838C

#A9838C
(169,131,140)
#B08E96
(176,142,150)
#B799A0
(183,153,160)
#BEA4AA
(190,164,170)
#C5AFB4
(197,175,180)
#CCBABE
(204,186,190)
#D3C5C8
(211,197,200)
#DAD0D2
(218,208,210)
#E1DBDC
(225,219,220)
#E8E6E6
(232,230,230)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9838C; }

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

This text font color is #A9838C.

Background Color

.myBgColor { background-color: #A9838C; }

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

This div background color is #A9838C.

Border color

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

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

This div border color is #A9838C.

Opacity

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

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

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

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

This text has shadow with #A9838C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9838C.

Preview

Color preview on black background

This text has color #A9838C on black background.


Color preview on white background

This text has color #A9838C on white background.


Black color preview on #A9838C background

This text has black color on #A9838C background.


White color preview on #A9838C background

This text has white color on #A9838C background.


Related colors

Complementary color

Complementary color for #hex is #567C73.


I love getcolorcode.com

Triadic colors

1 #8CA983 and #838CA9 with #A9838C are triadic colors.

2 #8C83A9 and #83A98C with #A9838C are triadic colors.