COLOR #A25B77

HEX: #A25B77
RGB: (162,91,119)

Color info

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

RGB color model

#A25B77 color RGB value is (162,91,119).

  • red value is 162;
  • green value is 91;
  • blue value is 119.
RGB:
(162,91,119)
(64%,36%,47%)

RGB channels and saturation

R 162 of 255 = 64%
G 91 of 255 = 36%
B 119 of 255 = 47%

162
91
119

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

Portions of RGB colors in percentages

R + G + B =
162 + 91 + 119 = 372 (100%)
R 162 of 372 ~ 43.55%
G 91 of 372 ~ 24.46%
B 119 of 372 ~ 31.99%

%43.55
%24.46
%31.99

CMYK color model

#A25B77 color CMYK value is (0,44,27,36).

  • cyan value is 0.00%
  • magenta value is 43.83%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(0,44,27,36)
C0M44Y27K36 
(0%,44%,27%,36%)
(0.00/0.44/0.27/0.36)	

CMYK percentages

%0
%43.83
%26.54
%36.47

Codes

Color #A25B77 in popluar color models

A25B77
RGB16291119
HSL336°28.06%49.61%
HSB/HSV336°43.83%63.53%
CMYK0.00%43.83%26.54%
36.47%

Color #A25B77 in popluar number systems.

HEXA25B77
Decimal16291119
Binary1010001010110111110111
Octal242133167

Shades and tints

Shades of #A25B77

#A25B77
(162,91,119)
#94536D
(148,83,109)
#864B63
(134,75,99)
#784359
(120,67,89)
#6A3B4F
(106,59,79)
#5C3345
(92,51,69)
#4E2B3B
(78,43,59)
#402331
(64,35,49)
#321B27
(50,27,39)
#24131D
(36,19,29)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #A25B77

#A25B77
(162,91,119)
#AA6983
(170,105,131)
#B2778F
(178,119,143)
#BA859B
(186,133,155)
#C293A7
(194,147,167)
#CAA1B3
(202,161,179)
#D2AFBF
(210,175,191)
#DABDCB
(218,189,203)
#E2CBD7
(226,203,215)
#EAD9E3
(234,217,227)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25B77 color. Also use rgb(162,91,119) instead hex code.

Text Font Color

.myTextColor { color: #A25B77; }

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

This text font color is #A25B77.


Background Color

.myBgColor { background-color: #A25B77; }

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

This div background color is #A25B77.


Border color

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

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

This div border color is #A25B77.


Opacity

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

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

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

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

This text has shadow with #A25B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25B77 on black background.


Color preview on white background

This text has color #A25B77 on white background.



Black color preview on #A25B77 background

This text has black color on #A25B77 background.


White color preview on #A25B77 background

This text has white color on #A25B77 background.