COLOR #A49C98

HEX: #A49C98 RGB: (164,156,152)

Color info

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

RGB color model

#A49C98 color RGB value is (164,156,152).

RGB: (164,156,152) (64%, 61%, 60%)

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 152 of 255 = 60%

164
156
152

R + G + B ~ 62%. #A49C98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 156 + 152 = 472 (100%)
R 164 of 472 ~ 34.75%
G 156 of 472 ~ 33.05%
B 152 of 472 ~ 32.2'%

%34.75
%33.05
%32.2

CMYK color model

#A49C98 color CMYK value is (0,5,7,36).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 7.32%
  • key color value is 35.69%

CMYK: (0,5,7,36)
C0M5Y7K36 (0%, 5%, 7%, 36%)
(0.00 / 0.05 / 0.07 / 0.36)

CMYK percentages

%0
%4.88
%7.32
%35.69

Codes

Color #A49C98 in popluar color models

A4 9C 98
RGB 164 156 152
HSL 20° 6.19% 61.96%
HSB/HSV 20° 7.32% 64.31%
CMYK 0.00% 4.88% 7.32%
35.69%

Color #A49C98 in popluar number systems.

HEX A4 9C 98
Decimal 164 156 152
Binary 10100100 10011100 10011000
Octal 244 234 230

Shades and tints

Shades of #A49C98

#A49C98
(164,156,152)
#968E8B
(150,142,139)
#88807E
(136,128,126)
#7A7271
(122,114,113)
#6C6464
(108,100,100)
#5E5657
(94,86,87)
#50484A
(80,72,74)
#423A3D
(66,58,61)
#342C30
(52,44,48)
#261E23
(38,30,35)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A49C98

#A49C98
(164,156,152)
#ACA5A1
(172,165,161)
#B4AEAA
(180,174,170)
#BCB7B3
(188,183,179)
#C4C0BC
(196,192,188)
#CCC9C5
(204,201,197)
#D4D2CE
(212,210,206)
#DCDBD7
(220,219,215)
#E4E4E0
(228,228,224)
#ECEDE9
(236,237,233)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49C98 color. Also use rgb(164,156,152) instead hex code.

Text Font Color

.myTextColor { color: #A49C98; }

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

This text font color is #A49C98.

Background Color

.myBgColor { background-color: #A49C98; }

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

This div background color is #A49C98.

Border color

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

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

This div border color is #A49C98.

Opacity

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

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

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

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

This text has shadow with #A49C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49C98.

Preview

Color preview on black background

This text has color #A49C98 on black background.


Color preview on white background

This text has color #A49C98 on white background.


Black color preview on #A49C98 background

This text has black color on #A49C98 background.


White color preview on #A49C98 background

This text has white color on #A49C98 background.


Related colors

Complementary color

Complementary color for #hex is #5B6367.


I love getcolorcode.com

Triadic colors

1 #98A49C and #9C98A4 with #A49C98 are triadic colors.

2 #989CA4 and #9CA498 with #A49C98 are triadic colors.