COLOR #A46292

HEX: #A46292
RGB: (164,98,146)

Color info

#A46292 contains mainly red and blue colors. Web safe color of #A46292 is #996699 (or #969).

RGB color model

#A46292 color RGB value is (164,98,146).

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

RGB channels and saturation

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

164
98
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 98 + 146 = 408 (100%)
R 164 of 408 ~ 40.2%
G 98 of 408 ~ 24.02%
B 146 of 408 ~ 35.78%

%40.2
%24.02
%35.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(0,40,11,36)
C0M40Y11K36 
(0%,40%,11%,36%)
(0.00/0.40/0.11/0.36)	

CMYK percentages

%0
%40.24
%10.98
%35.69

Codes

Color #A46292 in popluar color models

A46292
RGB16498146
HSL316°26.61%51.37%
HSB/HSV316°40.24%64.31%
CMYK0.00%40.24%10.98%
35.69%

Color #A46292 in popluar number systems.

HEXA46292
Decimal16498146
Binary10100100110001010010010
Octal244142222

Shades and tints

Shades of #A46292

#A46292
(164,98,146)
#965A85
(150,90,133)
#885278
(136,82,120)
#7A4A6B
(122,74,107)
#6C425E
(108,66,94)
#5E3A51
(94,58,81)
#503244
(80,50,68)
#422A37
(66,42,55)
#34222A
(52,34,42)
#261A1D
(38,26,29)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A46292

#A46292
(164,98,146)
#AC709B
(172,112,155)
#B47EA4
(180,126,164)
#BC8CAD
(188,140,173)
#C49AB6
(196,154,182)
#CCA8BF
(204,168,191)
#D4B6C8
(212,182,200)
#DCC4D1
(220,196,209)
#E4D2DA
(228,210,218)
#ECE0E3
(236,224,227)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46292; }

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

This text font color is #A46292.


Background Color

.myBgColor { background-color: #A46292; }

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

This div background color is #A46292.


Border color

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

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

This div border color is #A46292.


Opacity

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

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

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

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

This text has shadow with #A46292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46292 on black background.


Color preview on white background

This text has color #A46292 on white background.



Black color preview on #A46292 background

This text has black color on #A46292 background.


White color preview on #A46292 background

This text has white color on #A46292 background.