COLOR #A25F60

HEX: #A25F60
RGB: (162,95,96)

Color info

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

RGB color model

#A25F60 color RGB value is (162,95,96).

  • red value is 162;
  • green value is 95;
  • blue value is 96.
RGB:
(162,95,96)
(64%,37%,38%)

RGB channels and saturation

R 162 of 255 = 64%
G 95 of 255 = 37%
B 96 of 255 = 38%

162
95
96

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

Portions of RGB colors in percentages

R + G + B =
162 + 95 + 96 = 353 (100%)
R 162 of 353 ~ 45.89%
G 95 of 353 ~ 26.91%
B 96 of 353 ~ 27.2%

%45.89
%26.91
%27.2

CMYK color model

#A25F60 color CMYK value is (0,41,41,36).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 40.74%
  • key color value is 36.47%
CMYK:
(0,41,41,36)
C0M41Y41K36 
(0%,41%,41%,36%)
(0.00/0.41/0.41/0.36)	

CMYK percentages

%0
%41.36
%40.74
%36.47

Codes

Color #A25F60 in popluar color models

A25F60
RGB1629596
HSL359°26.48%50.39%
HSB/HSV359°41.36%63.53%
CMYK0.00%41.36%40.74%
36.47%

Color #A25F60 in popluar number systems.

HEXA25F60
Decimal1629596
Binary1010001010111111100000
Octal242137140

Shades and tints

Shades of #A25F60

#A25F60
(162,95,96)
#945758
(148,87,88)
#864F50
(134,79,80)
#784748
(120,71,72)
#6A3F40
(106,63,64)
#5C3738
(92,55,56)
#4E2F30
(78,47,48)
#402728
(64,39,40)
#321F20
(50,31,32)
#241718
(36,23,24)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #A25F60

#A25F60
(162,95,96)
#AA6D6E
(170,109,110)
#B27B7C
(178,123,124)
#BA898A
(186,137,138)
#C29798
(194,151,152)
#CAA5A6
(202,165,166)
#D2B3B4
(210,179,180)
#DAC1C2
(218,193,194)
#E2CFD0
(226,207,208)
#EADDDE
(234,221,222)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25F60 color. Also use rgb(162,95,96) instead hex code.

Text Font Color

.myTextColor { color: #A25F60; }

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

This text font color is #A25F60.


Background Color

.myBgColor { background-color: #A25F60; }

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

This div background color is #A25F60.


Border color

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

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

This div border color is #A25F60.


Opacity

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

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

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

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

This text has shadow with #A25F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25F60 on black background.


Color preview on white background

This text has color #A25F60 on white background.



Black color preview on #A25F60 background

This text has black color on #A25F60 background.


White color preview on #A25F60 background

This text has white color on #A25F60 background.