COLOR #A25A6B

HEX: #A25A6B
RGB: (162,90,107)

Color info

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

RGB color model

#A25A6B color RGB value is (162,90,107).

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

RGB channels and saturation

R 162 of 255 = 64%
G 90 of 255 = 35%
B 107 of 255 = 42%

162
90
107

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

Portions of RGB colors in percentages

R + G + B =
162 + 90 + 107 = 359 (100%)
R 162 of 359 ~ 45.13%
G 90 of 359 ~ 25.07%
B 107 of 359 ~ 29.81%

%45.13
%25.07
%29.81

CMYK color model

#A25A6B color CMYK value is (0,44,34,36).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 33.95%
  • key color value is 36.47%
CMYK:
(0,44,34,36)
C0M44Y34K36 
(0%,44%,34%,36%)
(0.00/0.44/0.34/0.36)	

CMYK percentages

%0
%44.44
%33.95
%36.47

Codes

Color #A25A6B in popluar color models

A25A6B
RGB16290107
HSL346°28.57%49.41%
HSB/HSV346°44.44%63.53%
CMYK0.00%44.44%33.95%
36.47%

Color #A25A6B in popluar number systems.

HEXA25A6B
Decimal16290107
Binary1010001010110101101011
Octal242132153

Shades and tints

Shades of #A25A6B

#A25A6B
(162,90,107)
#945262
(148,82,98)
#864A59
(134,74,89)
#784250
(120,66,80)
#6A3A47
(106,58,71)
#5C323E
(92,50,62)
#4E2A35
(78,42,53)
#40222C
(64,34,44)
#321A23
(50,26,35)
#24121A
(36,18,26)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #A25A6B

#A25A6B
(162,90,107)
#AA6978
(170,105,120)
#B27885
(178,120,133)
#BA8792
(186,135,146)
#C2969F
(194,150,159)
#CAA5AC
(202,165,172)
#D2B4B9
(210,180,185)
#DAC3C6
(218,195,198)
#E2D2D3
(226,210,211)
#EAE1E0
(234,225,224)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25A6B; }

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

This text font color is #A25A6B.


Background Color

.myBgColor { background-color: #A25A6B; }

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

This div background color is #A25A6B.


Border color

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

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

This div border color is #A25A6B.


Opacity

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

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

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

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

This text has shadow with #A25A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25A6B on black background.


Color preview on white background

This text has color #A25A6B on white background.



Black color preview on #A25A6B background

This text has black color on #A25A6B background.


White color preview on #A25A6B background

This text has white color on #A25A6B background.