COLOR #A48492

HEX: #A48492
RGB: (164,132,146)

Color info

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

RGB color model

#A48492 color RGB value is (164,132,146).

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

RGB channels and saturation

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

164
132
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 146 = 442 (100%)
R 164 of 442 ~ 37.1%
G 132 of 442 ~ 29.86%
B 146 of 442 ~ 33.03%

%37.1
%29.86
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(0,20,11,36)
C0M20Y11K36 
(0%,20%,11%,36%)
(0.00/0.20/0.11/0.36)	

CMYK percentages

%0
%19.51
%10.98
%35.69

Codes

Color #A48492 in popluar color models

A48492
RGB164132146
HSL334°14.95%58.04%
HSB/HSV334°19.51%64.31%
CMYK0.00%19.51%10.98%
35.69%

Color #A48492 in popluar number systems.

HEXA48492
Decimal164132146
Binary101001001000010010010010
Octal244204222

Shades and tints

Shades of #A48492

#A48492
(164,132,146)
#967885
(150,120,133)
#886C78
(136,108,120)
#7A606B
(122,96,107)
#6C545E
(108,84,94)
#5E4851
(94,72,81)
#503C44
(80,60,68)
#423037
(66,48,55)
#34242A
(52,36,42)
#26181D
(38,24,29)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #A48492

#A48492
(164,132,146)
#AC8F9B
(172,143,155)
#B49AA4
(180,154,164)
#BCA5AD
(188,165,173)
#C4B0B6
(196,176,182)
#CCBBBF
(204,187,191)
#D4C6C8
(212,198,200)
#DCD1D1
(220,209,209)
#E4DCDA
(228,220,218)
#ECE7E3
(236,231,227)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48492; }

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

This text font color is #A48492.


Background Color

.myBgColor { background-color: #A48492; }

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

This div background color is #A48492.


Border color

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

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

This div border color is #A48492.


Opacity

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

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

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

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

This text has shadow with #A48492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48492 on black background.


Color preview on white background

This text has color #A48492 on white background.



Black color preview on #A48492 background

This text has black color on #A48492 background.


White color preview on #A48492 background

This text has white color on #A48492 background.