COLOR #A56296

HEX: #A56296
RGB: (165,98,150)

Color info

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

RGB color model

#A56296 color RGB value is (165,98,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 98 of 255 = 38%
B 150 of 255 = 59%

165
98
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 98 + 150 = 413 (100%)
R 165 of 413 ~ 39.95%
G 98 of 413 ~ 23.73%
B 150 of 413 ~ 36.32%

%39.95
%23.73
%36.32

CMYK color model

#A56296 color CMYK value is (0,41,9,35).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,41,9,35)
C0M41Y9K35 
(0%,41%,9%,35%)
(0.00/0.41/0.09/0.35)	

CMYK percentages

%0
%40.61
%9.09
%35.29

Codes

Color #A56296 in popluar color models

A56296
RGB16598150
HSL313°27.13%51.57%
HSB/HSV313°40.61%64.71%
CMYK0.00%40.61%9.09%
35.29%

Color #A56296 in popluar number systems.

HEXA56296
Decimal16598150
Binary10100101110001010010110
Octal245142226

Shades and tints

Shades of #A56296

#A56296
(165,98,150)
#965A89
(150,90,137)
#87527C
(135,82,124)
#784A6F
(120,74,111)
#694262
(105,66,98)
#5A3A55
(90,58,85)
#4B3248
(75,50,72)
#3C2A3B
(60,42,59)
#2D222E
(45,34,46)
#1E1A21
(30,26,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A56296

#A56296
(165,98,150)
#AD709F
(173,112,159)
#B57EA8
(181,126,168)
#BD8CB1
(189,140,177)
#C59ABA
(197,154,186)
#CDA8C3
(205,168,195)
#D5B6CC
(213,182,204)
#DDC4D5
(221,196,213)
#E5D2DE
(229,210,222)
#EDE0E7
(237,224,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56296; }

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

This text font color is #A56296.


Background Color

.myBgColor { background-color: #A56296; }

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

This div background color is #A56296.


Border color

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

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

This div border color is #A56296.


Opacity

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

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

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

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

This text has shadow with #A56296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56296 on black background.


Color preview on white background

This text has color #A56296 on white background.



Black color preview on #A56296 background

This text has black color on #A56296 background.


White color preview on #A56296 background

This text has white color on #A56296 background.