COLOR #A2596A

HEX: #A2596A RGB: (162,89,106)

Color info

#A2596A contains mainly red and blue colors. Web safe color of #A2596A is #996666 (or #966).

RGB color model

#A2596A color RGB value is (162,89,106).

RGB: (162,89,106) (64%, 35%, 42%)

RGB channels and saturation

R 162 of 255 = 64%
G 89 of 255 = 35%
B 106 of 255 = 42%

162
89
106

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

Portions of RGB colors in percentages

R + G + B = 162 + 89 + 106 = 357 (100%)
R 162 of 357 ~ 45.38%
G 89 of 357 ~ 24.93%
B 106 of 357 ~ 29.69'%

%45.38
%24.93
%29.69

CMYK color model

#A2596A color CMYK value is (0,45,35,36).

  • cyan value is 0.00%
  • magenta value is 45.06%
  • yellow value is 34.57%
  • key color value is 36.47%
CMYK: (0,45,35,36) C0M45Y35K36 (0%,45%,35%,36%) (0.00/0.45/0.35/0.36) 

CMYK percentages

%0
%45.06
%34.57
%36.47

Codes

Color #A2596A in popluar color models

A2 59 6A
RGB 162 89 106
HSL 346° 29.08% 49.22%
HSB/HSV 346° 45.06% 63.53%
CMYK 0.00% 45.06% 34.57%
36.47%

Color #A2596A in popluar number systems.

HEX A2 59 6A
Decimal 162 89 106
Binary 10100010 1011001 1101010
Octal 242 131 152

Shades and tints

Shades of #A2596A

#A2596A
(162,89,106)
#945161
(148,81,97)
#864958
(134,73,88)
#78414F
(120,65,79)
#6A3946
(106,57,70)
#5C313D
(92,49,61)
#4E2934
(78,41,52)
#40212B
(64,33,43)
#321922
(50,25,34)
#241119
(36,17,25)
#160910
(22,9,16)
#000000
(0,0,0)

Tints of #A2596A

#A2596A
(162,89,106)
#AA6877
(170,104,119)
#B27784
(178,119,132)
#BA8691
(186,134,145)
#C2959E
(194,149,158)
#CAA4AB
(202,164,171)
#D2B3B8
(210,179,184)
#DAC2C5
(218,194,197)
#E2D1D2
(226,209,210)
#EAE0DF
(234,224,223)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2596A color. Also use rgb(162,89,106) instead hex code.

Text Font Color

.myTextColor { color: #A2596A; }

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

This text font color is #A2596A.

Background Color

.myBgColor { background-color: #A2596A; }

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

This div background color is #A2596A.

Border color

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

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

This div border color is #A2596A.

Opacity

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

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

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

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

This text has shadow with #A2596A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2596A.

Preview

Color preview on black background

This text has color #A2596A on black background.


Color preview on white background

This text has color #A2596A on white background.


Black color preview on #A2596A background

This text has black color on #A2596A background.


White color preview on #A2596A background

This text has white color on #A2596A background.


Related colors

Complementary color

Complementary color for #hex is #5DA695.


I love getcolorcode.com

Triadic colors

1 #6AA259 and #596AA2 with #A2596A are triadic colors.

2 #6A59A2 and #59A26A with #A2596A are triadic colors.