COLOR #A57492

HEX: #A57492
RGB: (165,116,146)

Color info

#A57492 contains red, green and blue colors in about the same proportion. Web safe color of #A57492 is #996699 (or #969).

RGB color model

#A57492 color RGB value is (165,116,146).

  • red value is 165;
  • green value is 116;
  • blue value is 146.
RGB:
(165,116,146)
(65%,45%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 116 of 255 = 45%
B 146 of 255 = 57%

165
116
146

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

Portions of RGB colors in percentages

R + G + B =
165 + 116 + 146 = 427 (100%)
R 165 of 427 ~ 38.64%
G 116 of 427 ~ 27.17%
B 146 of 427 ~ 34.19%

%38.64
%27.17
%34.19

CMYK color model

#A57492 color CMYK value is (0,30,12,35).

  • cyan value is 0.00%
  • magenta value is 29.70%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK:
(0,30,12,35)
C0M30Y12K35 
(0%,30%,12%,35%)
(0.00/0.30/0.12/0.35)	

CMYK percentages

%0
%29.7
%11.52
%35.29

Codes

Color #A57492 in popluar color models

A57492
RGB165116146
HSL323°21.40%55.10%
HSB/HSV323°29.70%64.71%
CMYK0.00%29.70%11.52%
35.29%

Color #A57492 in popluar number systems.

HEXA57492
Decimal165116146
Binary10100101111010010010010
Octal245164222

Shades and tints

Shades of #A57492

#A57492
(165,116,146)
#966A85
(150,106,133)
#876078
(135,96,120)
#78566B
(120,86,107)
#694C5E
(105,76,94)
#5A4251
(90,66,81)
#4B3844
(75,56,68)
#3C2E37
(60,46,55)
#2D242A
(45,36,42)
#1E1A1D
(30,26,29)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A57492

#A57492
(165,116,146)
#AD809B
(173,128,155)
#B58CA4
(181,140,164)
#BD98AD
(189,152,173)
#C5A4B6
(197,164,182)
#CDB0BF
(205,176,191)
#D5BCC8
(213,188,200)
#DDC8D1
(221,200,209)
#E5D4DA
(229,212,218)
#EDE0E3
(237,224,227)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57492; }

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

This text font color is #A57492.


Background Color

.myBgColor { background-color: #A57492; }

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

This div background color is #A57492.


Border color

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

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

This div border color is #A57492.


Opacity

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

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

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

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

This text has shadow with #A57492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57492 on black background.


Color preview on white background

This text has color #A57492 on white background.



Black color preview on #A57492 background

This text has black color on #A57492 background.


White color preview on #A57492 background

This text has white color on #A57492 background.