COLOR #A57496

HEX: #A57496
RGB: (165,116,150)

Color info

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

RGB color model

#A57496 color RGB value is (165,116,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 116 of 255 = 45%
B 150 of 255 = 59%

165
116
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 116 + 150 = 431 (100%)
R 165 of 431 ~ 38.28%
G 116 of 431 ~ 26.91%
B 150 of 431 ~ 34.8%

%38.28
%26.91
%34.8

CMYK color model

#A57496 color CMYK value is (0,30,9,35).

  • cyan value is 0.00%
  • magenta value is 29.70%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,30,9,35)
C0M30Y9K35 
(0%,30%,9%,35%)
(0.00/0.30/0.09/0.35)	

CMYK percentages

%0
%29.7
%9.09
%35.29

Codes

Color #A57496 in popluar color models

A57496
RGB165116150
HSL318°21.40%55.10%
HSB/HSV318°29.70%64.71%
CMYK0.00%29.70%9.09%
35.29%

Color #A57496 in popluar number systems.

HEXA57496
Decimal165116150
Binary10100101111010010010110
Octal245164226

Shades and tints

Shades of #A57496

#A57496
(165,116,150)
#966A89
(150,106,137)
#87607C
(135,96,124)
#78566F
(120,86,111)
#694C62
(105,76,98)
#5A4255
(90,66,85)
#4B3848
(75,56,72)
#3C2E3B
(60,46,59)
#2D242E
(45,36,46)
#1E1A21
(30,26,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #A57496

#A57496
(165,116,150)
#AD809F
(173,128,159)
#B58CA8
(181,140,168)
#BD98B1
(189,152,177)
#C5A4BA
(197,164,186)
#CDB0C3
(205,176,195)
#D5BCCC
(213,188,204)
#DDC8D5
(221,200,213)
#E5D4DE
(229,212,222)
#EDE0E7
(237,224,231)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57496; }

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

This text font color is #A57496.


Background Color

.myBgColor { background-color: #A57496; }

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

This div background color is #A57496.


Border color

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

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

This div border color is #A57496.


Opacity

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

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

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

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

This text has shadow with #A57496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57496 on black background.


Color preview on white background

This text has color #A57496 on white background.



Black color preview on #A57496 background

This text has black color on #A57496 background.


White color preview on #A57496 background

This text has white color on #A57496 background.