COLOR #A25D79

HEX: #A25D79 RGB: (162,93,121)

Color info

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

RGB color model

#A25D79 color RGB value is (162,93,121).

RGB: (162,93,121) (64%, 36%, 47%)

RGB channels and saturation

R 162 of 255 = 64%
G 93 of 255 = 36%
B 121 of 255 = 47%

162
93
121

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

Portions of RGB colors in percentages

R + G + B = 162 + 93 + 121 = 376 (100%)
R 162 of 376 ~ 43.09%
G 93 of 376 ~ 24.73%
B 121 of 376 ~ 32.18'%

%43.09
%24.73
%32.18

CMYK color model

#A25D79 color CMYK value is (0,43,25,36).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 25.31%
  • key color value is 36.47%

CMYK: (0,43,25,36)
C0M43Y25K36 (0%, 43%, 25%, 36%)
(0.00 / 0.43 / 0.25 / 0.36)

CMYK percentages

%0
%42.59
%25.31
%36.47

Codes

Color #A25D79 in popluar color models

A2 5D 79
RGB 162 93 121
HSL 336° 27.06% 50.00%
HSB/HSV 336° 42.59% 63.53%
CMYK 0.00% 42.59% 25.31%
36.47%

Color #A25D79 in popluar number systems.

HEX A2 5D 79
Decimal 162 93 121
Binary 10100010 1011101 1111001
Octal 242 135 171

Shades and tints

Shades of #A25D79

#A25D79
(162,93,121)
#94556E
(148,85,110)
#864D63
(134,77,99)
#784558
(120,69,88)
#6A3D4D
(106,61,77)
#5C3542
(92,53,66)
#4E2D37
(78,45,55)
#40252C
(64,37,44)
#321D21
(50,29,33)
#241516
(36,21,22)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #A25D79

#A25D79
(162,93,121)
#AA6B85
(170,107,133)
#B27991
(178,121,145)
#BA879D
(186,135,157)
#C295A9
(194,149,169)
#CAA3B5
(202,163,181)
#D2B1C1
(210,177,193)
#DABFCD
(218,191,205)
#E2CDD9
(226,205,217)
#EADBE5
(234,219,229)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25D79 color. Also use rgb(162,93,121) instead hex code.

Text Font Color

.myTextColor { color: #A25D79; }

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

This text font color is #A25D79.

Background Color

.myBgColor { background-color: #A25D79; }

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

This div background color is #A25D79.

Border color

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

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

This div border color is #A25D79.

Opacity

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

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

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

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

This text has shadow with #A25D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25D79.

Preview

Color preview on black background

This text has color #A25D79 on black background.


Color preview on white background

This text has color #A25D79 on white background.


Black color preview on #A25D79 background

This text has black color on #A25D79 background.


White color preview on #A25D79 background

This text has white color on #A25D79 background.


Related colors

Complementary color

Complementary color for #hex is #5DA286.


I love getcolorcode.com

Triadic colors

1 #79A25D and #5D79A2 with #A25D79 are triadic colors.

2 #795DA2 and #5DA279 with #A25D79 are triadic colors.