COLOR #A49292

HEX: #A49292 RGB: (164,146,146)

Color info

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

RGB color model

#A49292 color RGB value is (164,146,146).

RGB: (164,146,146) (64%, 57%, 57%)

RGB channels and saturation

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

164
146
146

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

Portions of RGB colors in percentages

R + G + B = 164 + 146 + 146 = 456 (100%)
R 164 of 456 ~ 35.96%
G 146 of 456 ~ 32.02%
B 146 of 456 ~ 32.02'%

%35.96
%32.02
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 10.98%
  • key color value is 35.69%

CMYK: (0,11,11,36)
C0M11Y11K36 (0%, 11%, 11%, 36%)
(0.00 / 0.11 / 0.11 / 0.36)

CMYK percentages

%0
%10.98
%10.98
%35.69

Codes

Color #A49292 in popluar color models

A4 92 92
RGB 164 146 146
HSL 9.00% 60.78%
HSB/HSV 10.98% 64.31%
CMYK 0.00% 10.98% 10.98%
35.69%

Color #A49292 in popluar number systems.

HEX A4 92 92
Decimal 164 146 146
Binary 10100100 10010010 10010010
Octal 244 222 222

Shades and tints

Shades of #A49292

#A49292
(164,146,146)
#968585
(150,133,133)
#887878
(136,120,120)
#7A6B6B
(122,107,107)
#6C5E5E
(108,94,94)
#5E5151
(94,81,81)
#504444
(80,68,68)
#423737
(66,55,55)
#342A2A
(52,42,42)
#261D1D
(38,29,29)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #A49292

#A49292
(164,146,146)
#AC9B9B
(172,155,155)
#B4A4A4
(180,164,164)
#BCADAD
(188,173,173)
#C4B6B6
(196,182,182)
#CCBFBF
(204,191,191)
#D4C8C8
(212,200,200)
#DCD1D1
(220,209,209)
#E4DADA
(228,218,218)
#ECE3E3
(236,227,227)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49292; }

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

This text font color is #A49292.

Background Color

.myBgColor { background-color: #A49292; }

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

This div background color is #A49292.

Border color

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

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

This div border color is #A49292.

Opacity

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

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

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

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

This text has shadow with #A49292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49292.

Preview

Color preview on black background

This text has color #A49292 on black background.


Color preview on white background

This text has color #A49292 on white background.


Black color preview on #A49292 background

This text has black color on #A49292 background.


White color preview on #A49292 background

This text has white color on #A49292 background.


Related colors

Complementary color

Complementary color for #hex is #5B6D6D.


I love getcolorcode.com