COLOR #A49298

HEX: #A49298
RGB: (164,146,152)

Color info

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

RGB color model

#A49298 color RGB value is (164,146,152).

  • red value is 164;
  • green value is 146;
  • blue value is 152.
RGB:
(164,146,152)
(64%,57%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 152 of 255 = 60%

164
146
152

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 152 = 462 (100%)
R 164 of 462 ~ 35.5%
G 146 of 462 ~ 31.6%
B 152 of 462 ~ 32.9%

%35.5
%31.6
%32.9

CMYK color model

#A49298 color CMYK value is (0,11,7,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(0,11,7,36)
C0M11Y7K36 
(0%,11%,7%,36%)
(0.00/0.11/0.07/0.36)	

CMYK percentages

%0
%10.98
%7.32
%35.69

Codes

Color #A49298 in popluar color models

A49298
RGB164146152
HSL340°9.00%60.78%
HSB/HSV340°10.98%64.31%
CMYK0.00%10.98%7.32%
35.69%

Color #A49298 in popluar number systems.

HEXA49298
Decimal164146152
Binary101001001001001010011000
Octal244222230

Shades and tints

Shades of #A49298

#A49298
(164,146,152)
#96858B
(150,133,139)
#88787E
(136,120,126)
#7A6B71
(122,107,113)
#6C5E64
(108,94,100)
#5E5157
(94,81,87)
#50444A
(80,68,74)
#42373D
(66,55,61)
#342A30
(52,42,48)
#261D23
(38,29,35)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A49298

#A49298
(164,146,152)
#AC9BA1
(172,155,161)
#B4A4AA
(180,164,170)
#BCADB3
(188,173,179)
#C4B6BC
(196,182,188)
#CCBFC5
(204,191,197)
#D4C8CE
(212,200,206)
#DCD1D7
(220,209,215)
#E4DAE0
(228,218,224)
#ECE3E9
(236,227,233)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49298; }

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

This text font color is #A49298.


Background Color

.myBgColor { background-color: #A49298; }

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

This div background color is #A49298.


Border color

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

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

This div border color is #A49298.


Opacity

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

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

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

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

This text has shadow with #A49298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49298 on black background.


Color preview on white background

This text has color #A49298 on white background.



Black color preview on #A49298 background

This text has black color on #A49298 background.


White color preview on #A49298 background

This text has white color on #A49298 background.