COLOR #A25A62

HEX: #A25A62
RGB: (162,90,98)

Color info

#A25A62 contains mainly red color. Web safe color of #A25A62 is #996666 (or #966).

RGB color model

#A25A62 color RGB value is (162,90,98).

  • red value is 162;
  • green value is 90;
  • blue value is 98.
RGB:
(162,90,98)
(64%,35%,38%)

RGB channels and saturation

R 162 of 255 = 64%
G 90 of 255 = 35%
B 98 of 255 = 38%

162
90
98

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

Portions of RGB colors in percentages

R + G + B =
162 + 90 + 98 = 350 (100%)
R 162 of 350 ~ 46.29%
G 90 of 350 ~ 25.71%
B 98 of 350 ~ 28%

%46.29
%25.71
%28

CMYK color model

#A25A62 color CMYK value is (0,44,40,36).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 39.51%
  • key color value is 36.47%
CMYK:
(0,44,40,36)
C0M44Y40K36 
(0%,44%,40%,36%)
(0.00/0.44/0.40/0.36)	

CMYK percentages

%0
%44.44
%39.51
%36.47

Codes

Color #A25A62 in popluar color models

A25A62
RGB1629098
HSL353°28.57%49.41%
HSB/HSV353°44.44%63.53%
CMYK0.00%44.44%39.51%
36.47%

Color #A25A62 in popluar number systems.

HEXA25A62
Decimal1629098
Binary1010001010110101100010
Octal242132142

Shades and tints

Shades of #A25A62

#A25A62
(162,90,98)
#94525A
(148,82,90)
#864A52
(134,74,82)
#78424A
(120,66,74)
#6A3A42
(106,58,66)
#5C323A
(92,50,58)
#4E2A32
(78,42,50)
#40222A
(64,34,42)
#321A22
(50,26,34)
#24121A
(36,18,26)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #A25A62

#A25A62
(162,90,98)
#AA6970
(170,105,112)
#B2787E
(178,120,126)
#BA878C
(186,135,140)
#C2969A
(194,150,154)
#CAA5A8
(202,165,168)
#D2B4B6
(210,180,182)
#DAC3C4
(218,195,196)
#E2D2D2
(226,210,210)
#EAE1E0
(234,225,224)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25A62 color. Also use rgb(162,90,98) instead hex code.

Text Font Color

.myTextColor { color: #A25A62; }

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

This text font color is #A25A62.


Background Color

.myBgColor { background-color: #A25A62; }

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

This div background color is #A25A62.


Border color

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

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

This div border color is #A25A62.


Opacity

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

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

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

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

This text has shadow with #A25A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25A62 on black background.


Color preview on white background

This text has color #A25A62 on white background.



Black color preview on #A25A62 background

This text has black color on #A25A62 background.


White color preview on #A25A62 background

This text has white color on #A25A62 background.