COLOR #A25C66

HEX: #A25C66
RGB: (162,92,102)

Color info

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

RGB color model

#A25C66 color RGB value is (162,92,102).

  • red value is 162;
  • green value is 92;
  • blue value is 102.
RGB:
(162,92,102)
(64%,36%,40%)

RGB channels and saturation

R 162 of 255 = 64%
G 92 of 255 = 36%
B 102 of 255 = 40%

162
92
102

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

Portions of RGB colors in percentages

R + G + B =
162 + 92 + 102 = 356 (100%)
R 162 of 356 ~ 45.51%
G 92 of 356 ~ 25.84%
B 102 of 356 ~ 28.65%

%45.51
%25.84
%28.65

CMYK color model

#A25C66 color CMYK value is (0,43,37,36).

  • cyan value is 0.00%
  • magenta value is 43.21%
  • yellow value is 37.04%
  • key color value is 36.47%
CMYK:
(0,43,37,36)
C0M43Y37K36 
(0%,43%,37%,36%)
(0.00/0.43/0.37/0.36)	

CMYK percentages

%0
%43.21
%37.04
%36.47

Codes

Color #A25C66 in popluar color models

A25C66
RGB16292102
HSL351°27.56%49.80%
HSB/HSV351°43.21%63.53%
CMYK0.00%43.21%37.04%
36.47%

Color #A25C66 in popluar number systems.

HEXA25C66
Decimal16292102
Binary1010001010111001100110
Octal242134146

Shades and tints

Shades of #A25C66

#A25C66
(162,92,102)
#94545D
(148,84,93)
#864C54
(134,76,84)
#78444B
(120,68,75)
#6A3C42
(106,60,66)
#5C3439
(92,52,57)
#4E2C30
(78,44,48)
#402427
(64,36,39)
#321C1E
(50,28,30)
#241415
(36,20,21)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #A25C66

#A25C66
(162,92,102)
#AA6A73
(170,106,115)
#B27880
(178,120,128)
#BA868D
(186,134,141)
#C2949A
(194,148,154)
#CAA2A7
(202,162,167)
#D2B0B4
(210,176,180)
#DABEC1
(218,190,193)
#E2CCCE
(226,204,206)
#EADADB
(234,218,219)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25C66 color. Also use rgb(162,92,102) instead hex code.

Text Font Color

.myTextColor { color: #A25C66; }

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

This text font color is #A25C66.


Background Color

.myBgColor { background-color: #A25C66; }

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

This div background color is #A25C66.


Border color

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

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

This div border color is #A25C66.


Opacity

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

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

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

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

This text has shadow with #A25C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25C66 on black background.


Color preview on white background

This text has color #A25C66 on white background.



Black color preview on #A25C66 background

This text has black color on #A25C66 background.


White color preview on #A25C66 background

This text has white color on #A25C66 background.